Hi Tom, Am Donnerstag, 2. Juni 2005 01:17 schrieb Tom Lord: > `GNU Arch version tla 1.3.3' is ready and available at `ftp.gnu.org' > and its mirrors. > > This release fixes a few minor but important bugs in low level > libraries.
you forgot to mention that "make install" now installs not only tla but also a program called "awiki". Why does a release of GNU Arch install something entirely unrelated? In the previous "errata" release you forgot to mention an incompatible ui change (the removal of the "add" command). It seems that your "Tools and Policies for GNU Arch Release and Source Management" (http://lists.gnu.org/archive/html/gnu-arch-users/2004-10/msg00070.html ) have become somewhat obsolete. What's your current policy for GNU Arch releases? Bye, Peter Btw, the bug in "tla grab" that I've reported a couple of times and which has been fixed twice (in 1.2.2 and 1.4pre1) is still present in your latest "errata" release. As a reminder, here's the diff again: --- src/tla/libarch/cmd-grab.c.orig 2005-05-09 16:49:02.000000000 +0200 +++ src/tla/libarch/cmd-grab.c 2005-05-09 16:52:54.000000000 +0200 @@ -289,8 +289,8 @@ /******************** * Time to grab the archive */ - final_revision = find_latest_revision (archive_name, target_revision); arch_set_archive_location(archive_name, archive_location, 0, ARCH_REG_FAIL_QUIET); + final_revision = find_latest_revision (archive_name, target_revision); archive = arch_archive_connect (archive_name, 0); -- Peter Conrad Tel: +49 6102 / 80 99 072 [ t]ivano Software GmbH Fax: +49 6102 / 80 99 071 Bahnhofstr. 18 http://www.tivano.de/ 63263 Neu-Isenburg Germany _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
