From e9ed8f920f4af7c34a4bac81b4c7a4db023fa9ae Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 2 Jan 2013 12:52:37 +0100 Subject: [PATCH] Version 1.6.23 --- IDMETA | 2 +- NEWS | 2 ++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index bb9fd4e..74eff45 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.22 +VERSION=1.6.23 diff --git a/NEWS b/NEWS index e5fc24c..ca4b3b0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.6.23 2013/01/02 + Extend info command with hostname and YAZ SHA1 Indent results for both command stat and info. diff --git a/debian/changelog b/debian/changelog index c2908d8..1fae14a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.23-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 02 Jan 2013 12:35:14 +0100 + pazpar2 (1.6.22-4indexdata) unstable; urgency=low * Patch for blocked show problem. diff --git a/win/makefile b/win/makefile index 8b09502..0be60e8 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.22 +PACKAGE_VERSION=1.6.23 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4