Version 1.4 v1.4
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 26 Jun 2014 09:37:56 +0000 (11:37 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 26 Jun 2014 09:37:56 +0000 (11:37 +0200)
NEWS
any/pom.xml
mkdist.sh
pom.xml
unix/pom.xml
win32/pom.xml

diff --git a/NEWS b/NEWS
index ce3370b..2f08223 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+--- 1.4 2014/06/26
+
+* bugfix: fix multiple JVM segv on null pointers
+* API: ScanSet is iterable
+* API: Connection is closeable
+* build: support Oracle JVM on OS X
+* build: support older YAZ5 releases on Debian/Ubuntu
+
 --- 1.3 2013/04/16
 
 * new API class: Query (CQLQuery, PrefixQuery) allows sorting prior to search,
index 53d3990..b2991dd 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.yaz4j</groupId>
     <artifactId>yaz4j-lib</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
   <artifactId>yaz4j-any</artifactId>
   <name>yaz4j-any</name>
index 4ff4dfc..027263b 100755 (executable)
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
-V=1.3
+V=1.4
 git archive --format=tar --prefix=yaz4j-$V/ v$V |gzip >yaz4j-$V.tar.gz
diff --git a/pom.xml b/pom.xml
index 8ddb9b3..00110f8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.yaz4j</groupId>
   <artifactId>yaz4j-lib</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</version>
   <packaging>pom</packaging>
 
   <!-- Project Information -->
index 3712599..5f39e92 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.yaz4j</groupId>
     <artifactId>yaz4j-lib</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
   <groupId>org.yaz4j</groupId>
   <artifactId>libyaz4j</artifactId>
index 5e64e17..7f78c19 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.yaz4j</groupId>
     <artifactId>yaz4j-lib</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
   <groupId>org.yaz4j</groupId>
   <artifactId>yaz4j</artifactId>