ara (1.0.17) unstable; urgency=low * cli: don't use heap compaction in non-interactive mode * renamed Vcs-Svn to match the final name -- George Danchev Fri, 13 Oct 2006 15:44:19 +0300 ara (1.0.16) unstable; urgency=low * unify heap_compation in cli; use it on initial database load * print update hints if database could not be loaded * minor manpage cleanups * control: XS-X-VCS-Svn: svn://svn.debian.org/svn/ara * debhelper compat level 5 - no changes needed * xara-gtk-byte depends on liblablgtk2-ocaml (Closes: #390686) -- George Danchev Fri, 18 Aug 2006 19:29:12 +0300 ara (1.0.15) unstable; urgency=low * change pointer type from X_CURSOR to LEFT_PTR (Closes: #382824) * add Sources list files to the default {x}ara.config (Closes: #382820) * mention Sources list files in OTHER FILES section of the manpage * mention packagesearch(1) instead of dpkg-iasearch in SEE ALSO section -- George Danchev Mon, 14 Aug 2006 14:26:38 +0300 ara (1.0.14) unstable; urgency=low [ George Danchev ] * trigger database reloading and heap compaction on #update -- George Danchev Sat, 22 Jul 2006 18:15:56 +0300 ara (1.0.13) unstable; urgency=low [ George Danchev ] * improve package description. (Closes: #357831) * README.Debian mantions that this is a native debian source package * remove rules.hack * remove hppa and add hurd-i386 to native arch list [ Samuel Mimram ] * Updated standards version to 3.7.2, no changes needed. * We don't need to remove rpaths anymore. -- Samuel Mimram Fri, 19 May 2006 07:59:54 +0000 ara (1.0.12) unstable; urgency=low * Rebuild with OCaml 3.09.1. * Removing rpath from xara-gtk. -- Samuel Mimram Sun, 29 Jan 2006 11:20:42 +0000 ara (1.0.11) unstable; urgency=low [ George Danchev ] * Add kfreebsd-i386 to supported arch list. (Closes: #327753) * Add copyright information. [ Samuel Mimram ] * Rebuild with OCaml 3.09.0, no longer hardcoding OCaml's ABI in control. -- Samuel Mimram Sun, 20 Nov 2005 12:38:55 +0100 ara (1.0.10) unstable; urgency=low [ George Danchev ] * Move generic info from control to README.Debian. (Closes: #317531) * Make clear native/bytecode, resp. faster/slower. (Closes: #325469) * Do *not* mention dpkg-iasearch and magpie in manpage since they're left in oldstable (woody) only and unmaintained. (Closes: #316430) [ Samuel Mimram ] * Updated Standards-Version to 3.6.2. * Updated the FSF address in the copyright file. -- Samuel Mimram Thu, 8 Sep 2005 21:46:06 +0200 ara (1.0.9) unstable; urgency=medium Changes by Samuel Mimram: * Build arch-dependent packages only on archs supported by ocamlopt, closes: #290338. * Updated to OCaml 3.08.3. * Updated Standards-Version to 3.6.1.1. Changes by George Danchev: * README.Debian and copyright reflect the new project's home. -- Samuel Mimram Wed, 23 Mar 2005 12:42:58 +0100 ara (1.0.8) unstable; urgency=low Changes by Samuel Mimram: * Cleaner rules files (binary-arch / indep are really used). (Closes: #286597) * The installation is now made by the main Makefiles instead of the rules. * Added a menu file for xara-gtk. Changes by George Danchev: * Add missing dependency of liblablgtk2-ocaml to xara-gtk and xara-gtk-byte. (Closes: #286367) * dh_strip -a Changed by Berke Durak: * Manual page refers to the Debian package names when talking of ara in xara or of xara in ara. (Closes: #286413) * Backported some speed improvements from 1.1.0 ; -cache-strings turned off by default. * Fixed typos in manual page code examples. (Closes: #286412) * Backported some syntax from 1.1.0 : and operator can be omitted. * Workaround for Qt rendering engine crashes (due to LablGTK or the engine) by means of an extra config. file. (Closes: #286589) -- Oguz Berke Durak Tue, 21 Dec 2004 22:07:08 +0100 ara (1.0.7) unstable; urgency=low * uploaded without proper entries ? -- George Danchev Mon, 20 Dec 2004 00:36:52 +0200 ara (1.0.6) unstable; urgency=low * Fixed important bug in set modules. * Started HTTP daemon. -- Oguz Berke Durak Fri, 3 Dec 2004 17:41:46 +0100 ara (1.0.5b) unstable; urgency=low * Ooops: gui.commands.* -> xara.commands.* * Make clean removes .depend files -- Oguz Berke Durak Wed, 1 Dec 2004 19:20:15 +0100 ara (1.0.5a) unstable; urgency=low * Ooops: cli.commands.pager -> ara.commands.pager -- Oguz Berke Durak Thu, 18 Nov 2004 08:25:06 +0100 ara (1.0.5) unstable; urgency=low * Pane and window size adjustments. -- Oguz Berke Durak Wed, 17 Nov 2004 21:40:37 +0100 ara (1.0.5rc4) unstable; urgency=low Changes by Berke Durak: * Fixed lot of small bugs. * Added #print in CLI. * Automatic selection of low-memory or high-memory backend. * Added apt-get upgrade, apt-get dist-upgrade. * Changed configuration strings to avoit repeating sudo or xterm -e. * Reverted to using Makefiles. -- Oguz Berke Durak Wed, 17 Nov 2004 16:09:49 +0100 ara (1.0.5rc3) unstable; urgency=low Changes by Berke Durak: * Optimized memory usage in normal mode. * Started low memory mode (-very-slow). * Heavily refactored Dpkg module. * Powerful, new configuration file syntax. * Persistance of GUI settings (window size, checkboxes, ...) * Added "Show files" tab to preference editor * Removed Makefiles and converted to ocamlconf. * Replaced ocaml-findlib with ocamlconf in Build-Depends. * Added Home, End, Page Up and Page Down bindings to ledit. Changes by George Danchev: * Added ocaml-findlib in Build-Depends: -- Oguz Berke Durak Mon, 15 Nov 2004 19:41:54 +0100 ara (1.0.4) unstable; urgency=low Changes by George Danchev: * control, control.smart: Added m4 in Build-Depends: * finally complete the implementation of spamoracle magic: native build on arches having ocamlopt and bytecode for all added compat 4, removed -a from dh_installdirs remove control.smart and rules.smart * Add commented DH_COMPAT=4 to rules although using 4 in debian/compat * fix directories for ara-byte, xara-gtk-byte Changes by Berke Durak: * Hopefully got Debver module right this time (ran it against the test suite found in APT) * Added check box for case-insensitive searches in field contents * Added check box to show only newest version * Added a "Simple search" dialog for the syntactically challenged. It contains a button to show the list of existing sections. * Text entry box for searching field contents starts deactivated. * Added a check box to show all fields, even empty ones. -- George Danchev Sat, 6 Nov 2004 21:08:12 +0100 ara (1.0.3) unstable; urgency=low Changes by Berke Durak: * Added Debver module for correctly comparing Debian version numbers. * Uses Debver to filter old versions when -coalesce is set. * Redid menu layout. * Cleaned-up GUI code. * Added menu accelerators and mnemonics. * Added a "Newest only" check box. * Rewritten ara.1 manual page and included ledit manual page. * Changed makefiles to use bytecode compiler by default and to strip executables. * Added version.ml. * Automatic config file creation. * Config files are now in ~/.ara * CLI: added #memory and #compact, #install, #remove. * Fixed zombies and SIGPIPE problem with pager. * Added #fields (equivalent to #set -fields) ; now warns about non-existent fields. Changes by George Danchev: * Add control.smart: trying to port the idea of spamoracle packaging approach - xara-gtk: remove ocaml-base-3.08 from Depends: - xara-gtk-byte: change ocaml-base-3.08 to ocaml-base-nox-3.08 in Depends: - remove ocaml-nox-3.08, ocaml-interp from Build-Depends: * Add rules.smart: - handle installs for ara, ara-byte, xara-gtk, xara-gtk-byte -- Berke Durak Sun, 31 Oct 2004 19:10:30 +0100 ara (1.0.2) unstable; urgency=low * Can change options in interactive mode * Added field merging * Added /var/lib/dpkg/status to default list of databases. This allows to search packages by installation status. * Added redirection operators. * Fixed line breaking. * Added -coalesce option to avoid displaying different versions of a same package. (Still buggy -- does not use the newest version). * Fixed bug : ara now loads config on startup * Better command parsing (less bugs, ignore leading spaces, etc.) -- Berke Durak Thu, 28 Oct 2004 21:41:31 +0200 ara (1.0.1) unstable; urgency=low * Added manpage for xara * Added copyright files for ara and xara * Added README.Debian files for ara and xara * Added changelog files for ara and xara * Added ocaml-base-3.08 as runtime dependency for ara and xara, although they might be natively compiled. Improvements might be ported from the spamoracle package * Use dh_md5sums * Use ocaml-best-compilers instead of ocaml-native-compilers * Use 'make bt' (bytecode) on all arches and 'make' on arches having /usr/bin/ocamlopt * Removed liblablgl-ocaml-dev from Build-Depends -- George Danchev Wed, 27 Oct 2004 15:29:47 +0300 ara (1.0-1) unstable; urgency=low * Initial Release. -- George Danchev Wed, 27 Oct 2004 11:06:15 +0300 ara (0.4.20030813-2) unstable; urgency=low * Acknowledge NUM (Closes: #214993) * Change build dependencies (Closes: #262947: ara: has to be recompiled for ocaml 3.08) -- Thomas Schoepf Tue, 3 Aug 2004 11:37:01 +0200 ara (0.4.20030813-1.3) unstable; urgency=low * NMU to fix previous NMUs. * Updated OcamlMakefile with the version from ocaml-tools. -- Sven Luther Thu, 16 Oct 2003 18:15:11 +0200 ara (0.4.20030813-1.2) unstable; urgency=high * NMU to fix previous NMU. * Ara uses OcamlMakefile, which is somewhat broken, and insist on using the native code compilers, even if they are not installed. Added a build depend on this which should fix the problem, but ideally any hint of OcamlMakefile should be purged from this package, or OcamlMakefile should be fixed. (Closes: #214993) -- Sven Luther Thu, 16 Oct 2003 09:00:49 +0200 ara (0.4.20030813-1.1) unstable; urgency=low * NMU with maintainer's consent. * Modified to conform to the ocaml packaging policy. -- Sven Luther Sun, 5 Oct 2003 12:23:58 +0200 ara (0.4.20030813-1) unstable; urgency=low * New upstream version. -- Thomas Schoepf Fri, 15 Aug 2003 22:39:13 +0200 ara (0.4.20030610-1) unstable; urgency=low * New upstream version. -- Thomas Schoepf Tue, 24 Jun 2003 16:09:52 +0200 ara (0.3.20030501-1) unstable; urgency=low * New upstream version. * -table option no longer displays borders. The new option "-borders" brings them back. Closes: #190088: ara: -table has no borders option -- Thomas Schoepf Thu, 1 May 2003 16:48:11 +0200 ara (0.2.20030318-2) unstable; urgency=low * Closes: #189536: ara: spelling error in package description -- Thomas Schoepf Sat, 19 Apr 2003 12:26:18 +0200 ara (0.2.20030318-1) unstable; urgency=low * Initial Release. -- Thomas Schoepf Thu, 3 Apr 2003 17:47:39 +0200