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

commit 5a09808268317836e3ee1d8dbb0fb37ebca6f3e9
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Jul 3 13:13:50 2011 +0200

updates for 3.8.3

diff --git a/NEWS b/NEWS
index 1991c95..4eb2722 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
VERSION         DESCRIPTION
-----------------------------------------------------------------------------
+3.8.3         - documentation fixes
+              - the remote databases are no longer uncompressed,
+                pacman-g2 reads them directly, speeding up the system upgrade
+              - pactest: fix remote database generation
+              - pacman-g2 -P: silence when downloading only
3.8.2         - new pacman-g2 -Qf command for checking missing installed files
- fixed removing packages when package name is longer than
30 characters
diff --git a/configure.ac b/configure.ac
index 424f5cc..9f452c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=.2
+PM_MICRO_VERSION_SUFFIX=.3
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