Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=f838db9f81db9a1f0634b4e0692266c1994d2e70

commit f838db9f81db9a1f0634b4e0692266c1994d2e70
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Nov 13 15:11:20 2007 +0100

updates for 3.6.4

diff --git a/NEWS b/NEWS
index 5007adf..30e994c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
VERSION         DESCRIPTION
-----------------------------------------------------------------------------
+3.6.4         - speeded up sorting dependencies (this especially affects mkiso)
+              - converted documentation to asciidoc
+              - *sync now dies if the fpm is corrupted
+              - new utility: versort to sort versions from commandline
+              - new --noarch option to disable arch check
3.6.3         - documentation update (README)
- if a package is installed as a dependency, then -S package will
update its reason to "installed explicitly"
diff --git a/configure.ac b/configure.ac
index 527b706..c7a266f 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.3, [EMAIL PROTECTED], pacman-g2)
+AC_INIT([pacman-g2 package manager], 3.6.4, [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=.3
+PM_MICRO_VERSION_SUFFIX=.4
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
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to