From: Adam Dickmeiss Date: Thu, 22 Sep 2011 10:51:18 +0000 (+0200) Subject: Version 1.6.3 X-Git-Tag: v1.6.3 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=e5ab00d82b0519dcb9b9a757c323b75eb8b6d7d4 Version 1.6.3 --- diff --git a/NEWS b/NEWS index c131b60..142f08e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 1.6.3 IN PROGRESS +--- 1.6.3 2011/09/22 Make termlist sorting stable. Terms with same frequency are now sorted by their display name. This makes a pretty display and improves our diff --git a/configure.ac b/configure.ac index 4c53253..cf96cc1 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.6.2],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.6.3],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index ead961d..fc93eaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.3-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 22 Sep 2011 12:49:36 +0200 + pazpar2 (1.6.2-1indexdata) unstable; urgency=low * Upstream. diff --git a/pazpar2.spec b/pazpar2.spec index c038139..998df6b 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.6.2 +Version: 1.6.3 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 9de5198..22aa704 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.6.2 +PACKAGE_VERSION=1.6.3 # YAZ YAZ_DIR=..\..\yaz