Towards version 3.0.20.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Jan 2008 23:11:51 +0000 (23:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Jan 2008 23:11:51 +0000 (23:11 +0000)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index ffd6b7a..955e4c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
---- 3.0.20 2008/1/14
+--- 3.0.20 2008/1/15
+
+YAZ now makes ICU utilities for Windows. A separate DLL, yaz_icu3.dll,
+is built. Only this DLL depends on the ICU runtime.
 
 yaz-ziffy is no longer part of YAZ. It is distributed separately by
 Index Data because ziffy's license is GPL2 rather then 'Revised BSD'.
index 6dae362..7cbade3 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.102 2008-01-14 20:34:14 adam Exp $
+dnl $Id: configure.ac,v 1.103 2008-01-14 23:11:51 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.18],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.20],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index ef2bc23..3f671c3 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.20-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 15 Jan 2008 00:02:35 +0100
+
 yaz (3.0.18-2) unstable; urgency=low
 
   * Testing.
index 19b8c89..c86d4e6 100644 (file)
@@ -24,7 +24,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* $Id: yaz-version.h,v 1.139 2007-12-19 12:36:42 adam Exp $ */
+/* $Id: yaz-version.h,v 1.140 2008-01-14 23:11:52 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.18"
-#define YAZ_VERSIONL 0x030012
+#define YAZ_VERSION "3.0.20"
+#define YAZ_VERSIONL 0x030014
 
-#define YAZ_FILEVERSION 3,0,18,1
+#define YAZ_FILEVERSION 3,0,20,1
 
 #define YAZ_DATE 1
 
index 5e7f035..0f55899 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.125 2008-01-14 22:58:46 adam Exp $
+; $Id: yaz.nsi,v 1.126 2008-01-14 23:11:53 adam Exp $
 
-!define VERSION "3.0.18"
+!define VERSION "3.0.20"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below