Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=6de63e235f5d9aee79a3d6749d2da0de2438eb2e
commit 6de63e235f5d9aee79a3d6749d2da0de2438eb2e Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Dec 4 16:19:18 2007 +0100 updates for 3.6.5 diff --git a/NEWS b/NEWS index 30e994c..0885a36 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +3.6.5 - updated pacman-g2, FrugalBuild and makepkg manpage + - pacman-g2 -Qt no longer states the db is corrupted when it + isn't + - makepkg now handles the xpi extenstion + - pacman-g2 -S now handles regular expressions if no package + found 3.6.4 - speeded up sorting dependencies (this especially affects mkiso) - converted documentation to asciidoc - *sync now dies if the fpm is corrupted diff --git a/configure.ac b/configure.ac index c7a266f..2c44625 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots -AC_INIT([pacman-g2 package manager], 3.6.4, [EMAIL PROTECTED], pacman-g2) +AC_INIT([pacman-g2 package manager], 3.6.5, [EMAIL PROTECTED], pacman-g2) AC_LANG(C) AM_CONFIG_HEADER(config.h) AC_CANONICAL_SYSTEM @@ -21,7 +21,7 @@ dnl Define here the libpacman version number PM_MAJOR_VERSION=0 PM_MINOR_VERSION=3 PM_MICRO_VERSION=6 -PM_MICRO_VERSION_SUFFIX=.4 +PM_MICRO_VERSION_SUFFIX=.5 PM_VERSION=$PM_MAJOR_VERSION.$PM_MINOR_VERSION.$PM_MICRO_VERSION$PM_MICRO_VERSION_SUFFIX dnl Needed for libtool to create proper shared lib version PM_VERSION_INFO=`expr $PM_MAJOR_VERSION + $PM_MINOR_VERSION`:$PM_MICRO_VERSION:$PM_MINOR_VERSION _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
