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