[Debtags-commits] [svn] r1675 - tagcoll/trunk
Enrico Zini
enrico at costa.debian.org
Thu Apr 20 11:12:11 UTC 2006
Author: enrico
Date: Thu Apr 20 11:12:10 2006
New Revision: 1675
Modified:
tagcoll/trunk/ (props changed)
tagcoll/trunk/README
tagcoll/trunk/configure.ac
Log:
r8668 at viaza: enrico | 2006-04-20 12:11:32 +0100
Updated version number and written changelog
Modified: tagcoll/trunk/README
==============================================================================
--- tagcoll/trunk/README (original)
+++ tagcoll/trunk/README Thu Apr 20 11:12:10 2006
@@ -111,6 +111,22 @@
These are the TODO-list items completed so far::
+--- Done in 1.6.2
+ - Fixed alignment issues causing bus errors in some arches
+ - Compile tools before tests, so that tests/tagcoll-test can find
+ tools/tagcoll
+
+--- Done in 1.6.1
+ - Compiles with g++ 4.1
+
+--- Done in 1.6
+ - Added grep and items commands to tagcoll
+ - Added tagidx utility
+ - Implemented new on-disk index
+ - Implemented benchmarks
+ - Fixed the tests
+ - Now run the tests when building the package
+
--- Done in 1.5.2
+ Internal refactor of the tagcoll utility
+ Tagcoll can now parse multiple input files, and defaults to stdin if no
Modified: tagcoll/trunk/configure.ac
==============================================================================
--- tagcoll/trunk/configure.ac (original)
+++ tagcoll/trunk/configure.ac Thu Apr 20 11:12:10 2006
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(tagcoll, 1.6.1, [enrico at debian.org])
+AC_INIT(tagcoll, 1.6.2, [enrico at debian.org])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])
More information about the Debtags-commits
mailing list