/[ara]/trunk/debian/changelog
ViewVC logotype

Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations) (download)
Mon Nov 15 08:08:43 2004 UTC (8 years, 6 months ago) by danchev-guest
File size: 6241 byte(s)
ocaml-findlib in Build-Depends:
1 ara (1.0.5) unstable; urgency=low
2
3 Changes by Berke Durak:
4
5 * Optimized memory usage in normal mode.
6 * Started low memory mode (-very-slow).
7 * Heavily refactored Dpkg module.
8 * Powerful, new configuration file syntax.
9 * Persistance of GUI settings (window size, checkboxes, ...)
10 * Added "Show files" tab to preference editor
11
12 Changes by George Danchev:
13
14 * Added ocaml-findlib in Build-Depends:
15
16 -- Berke Durak <berke@congruence.net1.nerim.net> Sat, 13 Nov 2004 19:36:42 +0100
17
18 ara (1.0.4) unstable; urgency=low
19
20 Changes by George Danchev:
21
22 * control, control.smart: Added m4 in Build-Depends:
23 * finally complete the implementation of spamoracle magic:
24 native build on arches having ocamlopt and bytecode for all
25 added compat 4, removed -a from dh_installdirs
26 remove control.smart and rules.smart
27 * Add commented DH_COMPAT=4 to rules although using 4 in debian/compat
28 * fix directories for ara-byte, xara-gtk-byte
29
30 Changes by Berke Durak:
31
32 * Hopefully got Debver module right this time (ran it against the test suite found
33 in APT)
34 * Added check box for case-insensitive searches in field contents
35 * Added check box to show only newest version
36 * Added a "Simple search" dialog for the syntactically challenged. It
37 contains a button to show the list of existing sections.
38 * Text entry box for searching field contents starts deactivated.
39 * Added a check box to show all fields, even empty ones.
40
41 -- George Danchev <danchev@spnet.net> Sat, 6 Nov 2004 21:08:12 +0100
42
43 ara (1.0.3) unstable; urgency=low
44
45 Changes by Berke Durak:
46
47 * Added Debver module for correctly comparing Debian version numbers.
48 * Uses Debver to filter old versions when -coalesce is set.
49 * Redid menu layout.
50 * Cleaned-up GUI code.
51 * Added menu accelerators and mnemonics.
52 * Added a "Newest only" check box.
53 * Rewritten ara.1 manual page and included ledit manual page.
54 * Changed makefiles to use bytecode compiler by default and to strip executables.
55 * Added version.ml.
56 * Automatic config file creation.
57 * Config files are now in ~/.ara
58 * CLI: added #memory and #compact, #install, #remove.
59 * Fixed zombies and SIGPIPE problem with pager.
60 * Added #fields (equivalent to #set -fields) ; now warns about non-existent
61 fields.
62
63 Changes by George Danchev:
64
65 * Add control.smart: trying to port the idea of spamoracle packaging approach
66 - xara-gtk: remove ocaml-base-3.08 from Depends:
67 - xara-gtk-byte: change ocaml-base-3.08 to ocaml-base-nox-3.08 in Depends:
68 - remove ocaml-nox-3.08, ocaml-interp from Build-Depends:
69 * Add rules.smart:
70 - handle installs for ara, ara-byte, xara-gtk, xara-gtk-byte
71
72 -- Berke Durak <berke@congruence.net1.nerim.net> Sun, 31 Oct 2004 19:10:30 +0100
73
74 ara (1.0.2) unstable; urgency=low
75
76 * Can change options in interactive mode
77 * Added field merging
78 * Added /var/lib/dpkg/status to default list of databases. This allows
79 to search packages by installation status.
80 * Added redirection operators.
81 * Fixed line breaking.
82 * Added -coalesce option to avoid displaying different versions of a
83 same package. (Still buggy -- does not use the newest version).
84 * Fixed bug : ara now loads config on startup
85 * Better command parsing (less bugs, ignore leading spaces, etc.)
86
87 -- Berke Durak <berke@congruence.net1.nerim.net> Thu, 28 Oct 2004 21:41:31 +0200
88
89 ara (1.0.1) unstable; urgency=low
90
91 * Added manpage for xara
92 * Added copyright files for ara and xara
93 * Added README.Debian files for ara and xara
94 * Added changelog files for ara and xara
95 * Added ocaml-base-3.08 as runtime dependency for ara and xara,
96 although they might be natively compiled. Improvements might be
97 ported from the spamoracle package
98 * Use dh_md5sums
99 * Use ocaml-best-compilers instead of ocaml-native-compilers
100 * Use 'make bt' (bytecode) on all arches and 'make' on arches having /usr/bin/ocamlopt
101 * Removed liblablgl-ocaml-dev from Build-Depends
102
103 -- George Danchev <danchev@spnet.net> Wed, 27 Oct 2004 15:29:47 +0300
104
105 ara (1.0-1) unstable; urgency=low
106
107 * Initial Release.
108
109 -- George Danchev <danchev@spnet.net> Wed, 27 Oct 2004 11:06:15 +0300
110
111 ara (0.4.20030813-2) unstable; urgency=low
112
113 * Acknowledge NUM (Closes: #214993)
114 * Change build dependencies (Closes: #262947: ara: has to be recompiled for
115 ocaml 3.08)
116
117 -- Thomas Schoepf <schoepf@debian.org> Tue, 3 Aug 2004 11:37:01 +0200
118
119 ara (0.4.20030813-1.3) unstable; urgency=low
120
121 * NMU to fix previous NMUs.
122 * Updated OcamlMakefile with the version from ocaml-tools.
123
124 -- Sven Luther <luther@debian.org> Thu, 16 Oct 2003 18:15:11 +0200
125
126 ara (0.4.20030813-1.2) unstable; urgency=high
127
128 * NMU to fix previous NMU.
129 * Ara uses OcamlMakefile, which is somewhat broken, and insist on using
130 the native code compilers, even if they are not installed. Added a build
131 depend on this which should fix the problem, but ideally any hint of
132 OcamlMakefile should be purged from this package, or OcamlMakefile should
133 be fixed. (Closes: #214993)
134
135 -- Sven Luther <luther@debian.org> Thu, 16 Oct 2003 09:00:49 +0200
136
137 ara (0.4.20030813-1.1) unstable; urgency=low
138
139 * NMU with maintainer's consent.
140 * Modified to conform to the ocaml packaging policy.
141
142 -- Sven Luther <luther@debian.org> Sun, 5 Oct 2003 12:23:58 +0200
143
144 ara (0.4.20030813-1) unstable; urgency=low
145
146 * New upstream version.
147
148 -- Thomas Schoepf <schoepf@debian.org> Fri, 15 Aug 2003 22:39:13 +0200
149
150 ara (0.4.20030610-1) unstable; urgency=low
151
152 * New upstream version.
153
154 -- Thomas Schoepf <schoepf@debian.org> Tue, 24 Jun 2003 16:09:52 +0200
155
156 ara (0.3.20030501-1) unstable; urgency=low
157
158 * New upstream version.
159 * -table option no longer displays borders. The new option "-borders"
160 brings them back. Closes: #190088: ara: -table has no borders option
161
162 -- Thomas Schoepf <schoepf@debian.org> Thu, 1 May 2003 16:48:11 +0200
163
164 ara (0.2.20030318-2) unstable; urgency=low
165
166 * Closes: #189536: ara: spelling error in package description
167
168 -- Thomas Schoepf <schoepf@debian.org> Sat, 19 Apr 2003 12:26:18 +0200
169
170 ara (0.2.20030318-1) unstable; urgency=low
171
172 * Initial Release.
173
174 -- Thomas Schoepf <schoepf@debian.org> Thu, 3 Apr 2003 17:47:39 +0200
175

  ViewVC Help
Powered by ViewVC 1.1.5