diff options
author | Dan McGee <dan@archlinux.org> | 2007-04-23 09:03:13 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-23 09:03:13 +0200 |
commit | 75b20014c1451aa18cc221b1af917304e9ad2092 (patch) | |
tree | f064114740dd30725ca3073da92829419e95ea6b | |
parent | 3e42d00c991cde566cfcf8ed1933e446f545b928 (diff) | |
download | pacman-75b20014c1451aa18cc221b1af917304e9ad2092.tar.gz pacman-75b20014c1451aa18cc221b1af917304e9ad2092.tar.xz |
Updates in prep for 3.0.2 releasev3.0.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 91d32a76..6396b54d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ CFLAGS="" 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 |