[pacman-dev] CVS update of pacman-lib (NEWS configure.ac)
Date: Monday, April 23, 2007 @ 03:03:13 Author: dan Path: /home/cvs-pacman/pacman-lib Modified: NEWS (1.13 -> 1.14) configure.ac (1.38 -> 1.39) Updates in prep for 3.0.2 release --------------+ NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) Index: pacman-lib/NEWS diff -u pacman-lib/NEWS:1.13 pacman-lib/NEWS:1.14 --- pacman-lib/NEWS:1.13 Wed Apr 4 01:07:43 2007 +++ pacman-lib/NEWS Mon Apr 23 03:03:13 2007 @@ -1,5 +1,10 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +3.0.2 - fix a bug where pre/post_remove scriptlets were not ran + - ensure ldconfig is ran in all operations + - added a few new translations, updated existing ones + - updated mirror lists + - makepkg: ensure CFLAGS are exported to build function 3.0.1 - fix a locale issue with tr_TR upper/lower-case conversion - allow removal when listing the same package multiple times - fix a repo-add bug that left a .PKGINFO file in the current Index: pacman-lib/configure.ac diff -u pacman-lib/configure.ac:1.38 pacman-lib/configure.ac:1.39 --- pacman-lib/configure.ac:1.38 Wed Apr 4 01:03:52 2007 +++ pacman-lib/configure.ac Mon Apr 23 03:03:13 2007 @@ -3,7 +3,7 @@ AC_PREREQ(2.59) dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots -AC_INIT([Pacman package manager], 3.0.1, [pacman-dev@archlinux.org], [pacman]) +AC_INIT([Pacman package manager], 3.0.2, [pacman-dev@archlinux.org], [pacman]) AC_LANG([C]) AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST
participants (1)
-
Dan McGee