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

commit 5358fc95c407971a15dbd7e0008c9e45dfe3e00e
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Sep 24 12:59:56 2011 +0200

updates for 3.8.5

diff --git a/NEWS b/NEWS
index f5e6fd1..29e7f8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
VERSION         DESCRIPTION
-----------------------------------------------------------------------------
+3.8.5         - libpacman now has a pacman_geterror(), for bindings
+              - libpacman now creates a destination directory before
+                downloading file:/// urls
+              - makepkg now supports loading the bases of a partial repo
+                from configuration file
+              - pacman -P: silence error when upgrading chroots
3.8.4         - -R now supports --regex
- makepkg: makedepends are now installed first
- fix a bogus pacman -P warning
diff --git a/configure.ac b/configure.ac
index 17a2069..b9c5211 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.8.4, [frugalware-de...@frugalware.org], 
pacman-g2)
+AC_INIT([pacman-g2 package manager], 3.8.5, [frugalware-de...@frugalware.org], 
pacman-g2)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)
AM_CONFIG_HEADER(config.h)
@@ -21,7 +21,7 @@ dnl Define here the libpacman version number
PM_MAJOR_VERSION=0
PM_MINOR_VERSION=3
PM_MICRO_VERSION=8
-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
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to