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

commit a4f07d79b05efc42e80f9eb68c04661c2a16af21
Author: VMiklos <[EMAIL PROTECTED]>
Date:   Sun Jul 22 20:04:27 2007 +0200

updates for 3.6.0

diff --git a/NEWS b/NEWS
index 1b68f41..9ea8db2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
VERSION         DESCRIPTION
-----------------------------------------------------------------------------
+3.6.0         - -Ss searches again in all repos, not only in the first one
+              - updated curl example in pacman.conf so that it works again
+              - issue a warning when you didn't do a -Sy for a long time
+             - fix for -Sp when sometimes the arch part of the filename was
+               missing
3.5.9         - pacman_db_search(): flush the list of needles automatically
- makepkg: do not delete the binary package if -c is used and the
name of the pkg starts with "pkg"
diff --git a/configure.ac b/configure.ac
index 30f57d4..6493444 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.5.9, [EMAIL PROTECTED], pacman-g2)
+AC_INIT([pacman-g2 package manager], 3.6.0, [EMAIL PROTECTED], pacman-g2)
AC_LANG(C)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
@@ -20,8 +20,8 @@ esac
dnl Define here the libpacman version number
PM_MAJOR_VERSION=0
PM_MINOR_VERSION=3
-PM_MICRO_VERSION=5
-PM_MICRO_VERSION_SUFFIX=.9
+PM_MICRO_VERSION=6
+PM_MICRO_VERSION_SUFFIX=.0
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

Reply via email to