Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b282dc67ef58fa477fbd06385bcc37a7d24b8e7b
commit b282dc67ef58fa477fbd06385bcc37a7d24b8e7b Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Feb 12 00:38:43 2008 +0100 updates for 3.6.8 diff --git a/NEWS b/NEWS index 851c0e9..a964851 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- - - gensync has a new -c option for just checking missing files +3.6.8 - gensync has a new -c option for just checking missing files - makepkg now skips creating pkgs if $CARCH is not in archs() (gensync / updatesync already skipped those packages) - avoid duplicated entires in pacman-g2.log - speeded up file conflict checking + - new -S --regex switch 3.6.7 - bugfix in gensync: honor nobuild in suboptions() - updatesync/gensync: write a .version file to the package database if possible diff --git a/configure.ac b/configure.ac index 1276753..ac2d49b 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.7, [EMAIL PROTECTED], pacman-g2) +AC_INIT([pacman-g2 package manager], 3.6.8, [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=.7 +PM_MICRO_VERSION_SUFFIX=.8 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
