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

Diff of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by berke, Mon Nov 8 14:56:38 2004 UTC revision 270 by danchev-guest, Sun Mar 8 09:51:28 2009 UTC
# Line 1  Line 1 
1    ara (1.0.27) UNRELEASED; urgency=low
2    
3      [ George Danchev ]
4      * Added httpd/Makefile providing a clean target via config/Makefile.exec
5    
6     -- George Danchev <danchev@spnet.net>  Sun, 08 Mar 2009 11:48:44 +0200
7    
8    ara (1.0.26) unstable; urgency=low
9    
10      [ George Danchev ]
11      * Update standards version to 3.8.0, no changes needed.
12      * xara-gtkrc-2.0 is supplied commented out (serving as an example), since
13        LablGTK2 causes xara to crash with some window managers (rendering
14        engines).
15      * Drop BUGS file, since its data are consolidated.
16    
17      [ Samuel Mimram ]
18      * Rebuild with OCaml 3.11.
19      * Use dh-ocaml.
20      * Update compat to 7.
21    
22     -- Samuel Mimram <smimram@debian.org>  Wed, 04 Mar 2009 09:58:10 +0100
23    
24    ara (1.0.25) unstable; urgency=low
25    
26      * rebuild against OCaml 3.10.2
27    
28     -- Stefano Zacchiroli <zack@debian.org>  Wed, 28 May 2008 19:58:22 +0200
29    
30    ara (1.0.24) unstable; urgency=high
31    
32      * add debian/control.in with the usual indirection to fill the Architecture
33        field with the current list of architectures supported by the native code
34        compiler
35      * add debian/README.Debian-source documenting the above change
36      * make debian/rules fail when binary-arch is invoked on architectures which
37        are missing /usr/bin/ocamlopt. It should never happen and probably will
38        only if in the future we drop some more OCaml native architectures and
39        forget to update this package
40      * bump the urgency for the OCaml 3.10.1 transition
41    
42     -- Stefano Zacchiroli <zack@debian.org>  Thu, 06 Mar 2008 17:28:20 +0100
43    
44    ara (1.0.23) unstable; urgency=medium
45    
46      [ Stefano Zacchiroli ]
47      * add myself as an uploder
48      * bump standards-version, no changes needed
49      * bump urgency for the OCaml 3.10.1 transition
50      * add Homepage field
51      * make Vcs-* fields point to trunk/, to avoid checking out tags
52      * fix GTK spelling in package descriptions
53    
54     -- Sylvain Le Gall <gildor@debian.org>  Sat, 08 Dec 2007 13:55:34 +0100
55    
56    ara (1.0.22) unstable; urgency=low
57    
58      [ George Danchev ]
59      * Applied a patch from Eric Cooper to fix a ftbfs for notebook
60        objects in GPack which now return an int (Closes: #453191)
61    
62      [ Sylvain Le Gall ]
63      * Add myself to uploaders
64    
65     -- Sylvain Le Gall <gildor@debian.org>  Sat, 08 Dec 2007 00:35:16 +0100
66    
67    ara (1.0.21) unstable; urgency=low
68    
69      * Make -list option default output style (Closes: #446454)
70    
71     -- George Danchev <danchev@spnet.net>  Sun, 14 Oct 2007 09:56:54 +0300
72    
73    ara (1.0.20) unstable; urgency=low
74    
75      * Add missing build-dependency on camlp4.
76    
77     -- Samuel Mimram <smimram@debian.org>  Sat, 08 Sep 2007 17:58:19 +0200
78    
79    ara (1.0.19) unstable; urgency=low
80    
81      * Rebuild with OCaml 3.10.
82    
83     -- Samuel Mimram <smimram@debian.org>  Sat, 08 Sep 2007 17:25:45 +0200
84    
85    ara (1.0.18) unstable; urgency=low
86    
87      * control: Added armel and kfreebsd-amd64 (Closes: #438338)
88      * control: Do not disable errors in the clean target
89      * menu:    Comply with the new section structure
90    
91     -- George Danchev <danchev@spnet.net>  Thu, 16 Aug 2007 21:33:38 +0300
92    
93    ara (1.0.17) unstable; urgency=low
94    
95      * cli: don't use heap compaction in non-interactive mode
96      * renamed Vcs-Svn to match the final name
97    
98     -- George Danchev <danchev@spnet.net>  Fri, 13 Oct 2006 15:44:19 +0300
99    
100    ara (1.0.16) unstable; urgency=low
101    
102      * unify heap_compation in cli; use it on initial database load
103      * print update hints if database could not be loaded
104      * minor manpage cleanups
105      * control: XS-X-VCS-Svn: svn://svn.debian.org/svn/ara
106      * debhelper compat level 5 - no changes needed
107      * xara-gtk-byte depends on liblablgtk2-ocaml (Closes: #390686)
108    
109     -- George Danchev <danchev@spnet.net>  Fri, 18 Aug 2006 19:29:12 +0300
110    
111    ara (1.0.15) unstable; urgency=low
112    
113      * change pointer type from X_CURSOR to LEFT_PTR  (Closes: #382824)
114      * add Sources list files to the default {x}ara.config (Closes: #382820)
115      * mention Sources list files in OTHER FILES section of the manpage
116      * mention packagesearch(1) instead of dpkg-iasearch in SEE ALSO section
117    
118     -- George Danchev <danchev@spnet.net>  Mon, 14 Aug 2006 14:26:38 +0300
119    
120    ara (1.0.14) unstable; urgency=low
121    
122      [ George Danchev ]
123      * trigger database reloading and heap compaction on #update
124    
125     -- George Danchev <danchev@spnet.net>  Sat, 22 Jul 2006 18:15:56 +0300
126    
127    ara (1.0.13) unstable; urgency=low
128    
129      [ George Danchev ]
130      * improve package description. (Closes: #357831)
131      * README.Debian mantions that this is a native debian source package
132      * remove rules.hack
133      * remove hppa and add hurd-i386 to native arch list
134    
135      [ Samuel Mimram ]
136      * Updated standards version to 3.7.2, no changes needed.
137      * We don't need to remove rpaths anymore.
138    
139     -- Samuel Mimram <smimram@debian.org>  Fri, 19 May 2006 07:59:54 +0000
140    
141    ara (1.0.12) unstable; urgency=low
142    
143      * Rebuild with OCaml 3.09.1.
144      * Removing rpath from xara-gtk.
145    
146     -- Samuel Mimram <smimram@debian.org>  Sun, 29 Jan 2006 11:20:42 +0000
147    
148    ara (1.0.11) unstable; urgency=low
149    
150      [ George Danchev ]
151      * Add kfreebsd-i386 to supported arch list. (Closes: #327753)
152      * Add copyright information.
153    
154      [ Samuel Mimram ]
155      * Rebuild with OCaml 3.09.0, no longer hardcoding OCaml's ABI in control.
156    
157     -- Samuel Mimram <smimram@debian.org>  Sun, 20 Nov 2005 12:38:55 +0100
158    
159    ara (1.0.10) unstable; urgency=low
160    
161      [ George Danchev ]
162      * Move generic info from control to README.Debian. (Closes: #317531)
163      * Make clear native/bytecode, resp. faster/slower. (Closes: #325469)
164      * Do *not* mention dpkg-iasearch and magpie in manpage since they're
165        left in oldstable (woody) only and unmaintained. (Closes: #316430)
166    
167      [ Samuel Mimram ]
168      * Updated Standards-Version to 3.6.2.
169      * Updated the FSF address in the copyright file.
170    
171     -- Samuel Mimram <smimram@debian.org>  Thu,  8 Sep 2005 21:46:06 +0200
172    
173    ara (1.0.9) unstable; urgency=medium
174    
175      Changes by Samuel Mimram:
176    
177      * Build arch-dependent packages only on archs supported by ocamlopt,
178        closes: #290338.
179      * Updated to OCaml 3.08.3.
180      * Updated Standards-Version to 3.6.1.1.
181    
182      Changes by George Danchev:
183    
184      * README.Debian and copyright reflect the new project's home.
185    
186     -- Samuel Mimram <smimram@debian.org>  Wed, 23 Mar 2005 12:42:58 +0100
187    
188    ara (1.0.8) unstable; urgency=low
189    
190      Changes by Samuel Mimram:
191    
192      * Cleaner rules files (binary-arch / indep are really used).
193        (Closes: #286597)
194      * The installation is now made by the main Makefiles instead of the rules.
195      * Added a menu file for xara-gtk.
196    
197      Changes by George Danchev:
198    
199      * Add missing dependency of liblablgtk2-ocaml to xara-gtk and xara-gtk-byte.
200        (Closes: #286367)
201      * dh_strip -a
202    
203      Changed by Berke Durak:
204    
205      * Manual page refers to the Debian package names when talking of ara in xara
206        or of xara in ara.
207        (Closes: #286413)
208      * Backported some speed improvements from 1.1.0 ; -cache-strings turned off
209        by default.
210      * Fixed typos in manual page code examples.
211        (Closes: #286412)
212      * Backported some syntax from 1.1.0 : and operator can be omitted.
213      * Workaround for Qt rendering engine crashes (due to LablGTK or the engine)
214        by means of an extra config. file.
215        (Closes: #286589)
216    
217     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Tue, 21 Dec 2004 22:07:08 +0100
218    
219    ara (1.0.7) unstable; urgency=low
220    
221      * uploaded without proper entries ?
222    
223     -- George Danchev <danchev@spnet.net>  Mon, 20 Dec 2004 00:36:52 +0200
224    
225    ara (1.0.6) unstable; urgency=low
226    
227      * Fixed important bug in set modules.
228      * Started HTTP daemon.
229    
230     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Fri,  3 Dec 2004 17:41:46 +0100
231    
232    ara (1.0.5b) unstable; urgency=low
233    
234      * Ooops: gui.commands.* -> xara.commands.*
235      * Make clean removes .depend files
236    
237     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Wed,  1 Dec 2004 19:20:15 +0100
238    
239    ara (1.0.5a) unstable; urgency=low
240    
241      * Ooops: cli.commands.pager -> ara.commands.pager
242    
243     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Thu, 18 Nov 2004 08:25:06 +0100
244    
245  ara (1.0.5) unstable; urgency=low  ara (1.0.5) unstable; urgency=low
246    
247      * Pane and window size adjustments.
248    
249     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Wed, 17 Nov 2004 21:40:37 +0100
250    
251    ara (1.0.5rc4) unstable; urgency=low
252    
253      Changes by Berke Durak:
254    
255      * Fixed lot of small bugs.
256      * Added #print in CLI.
257      * Automatic selection of low-memory or high-memory backend.
258      * Added apt-get upgrade, apt-get dist-upgrade.
259      * Changed configuration strings to avoit repeating sudo or xterm -e.
260      * Reverted to using Makefiles.
261    
262     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Wed, 17 Nov 2004 16:09:49 +0100
263    
264    ara (1.0.5rc3) unstable; urgency=low
265    
266      Changes by Berke Durak:
267    
268    * Optimized memory usage in normal mode.    * Optimized memory usage in normal mode.
269    * Started low memory mode (-very-slow).    * Started low memory mode (-very-slow).
270      * Heavily refactored Dpkg module.
271      * Powerful, new configuration file syntax.
272      * Persistance of GUI settings (window size, checkboxes, ...)
273      * Added "Show files" tab to preference editor
274      * Removed Makefiles and converted to ocamlconf.
275      * Replaced ocaml-findlib with ocamlconf in Build-Depends.
276      * Added Home, End, Page Up and Page Down bindings to ledit.
277    
278      Changes by George Danchev:
279    
280   -- Berke Durak <berke@congruence.net1.nerim.net>  Sun,  7 Nov 2004 15:04:25 +0100    * Added ocaml-findlib in Build-Depends:
281    
282     -- Oguz Berke Durak <berke-dev@ouvaton.org>  Mon, 15 Nov 2004 19:41:54 +0100
283    
284  ara (1.0.4) unstable; urgency=low  ara (1.0.4) unstable; urgency=low
285    
# Line 16  ara (1.0.4) unstable; urgency=low Line 292  ara (1.0.4) unstable; urgency=low
292      remove control.smart and rules.smart      remove control.smart and rules.smart
293    * Add commented DH_COMPAT=4 to rules although using 4 in debian/compat    * Add commented DH_COMPAT=4 to rules although using 4 in debian/compat
294    * fix directories for ara-byte, xara-gtk-byte    * fix directories for ara-byte, xara-gtk-byte
295    
296    Changes by Berke Durak:    Changes by Berke Durak:
297    
298    * Hopefully got Debver module right this time (ran it against the test suite found    * Hopefully got Debver module right this time (ran it against the test suite found
# Line 82  ara (1.0.1) unstable; urgency=low Line 358  ara (1.0.1) unstable; urgency=low
358    * Added copyright files for ara and xara    * Added copyright files for ara and xara
359    * Added README.Debian files for ara and xara    * Added README.Debian files for ara and xara
360    * Added changelog files for ara and xara    * Added changelog files for ara and xara
361    * Added ocaml-base-3.08 as runtime dependency for ara and xara,    * Added ocaml-base-3.08 as runtime dependency for ara and xara,
362      although they might be natively compiled. Improvements might be      although they might be natively compiled. Improvements might be
363      ported from the spamoracle package      ported from the spamoracle package
364    * Use dh_md5sums    * Use dh_md5sums
365    * Use ocaml-best-compilers instead of ocaml-native-compilers    * Use ocaml-best-compilers instead of ocaml-native-compilers
366    * Use 'make bt' (bytecode) on all arches and 'make' on arches having /usr/bin/ocamlopt    * Use 'make bt' (bytecode) on all arches and 'make' on arches having /usr/bin/ocamlopt

Legend:
Removed from v.1  
changed lines
  Added in v.270

  ViewVC Help
Powered by ViewVC 1.1.5