[SAGA-RG] saga-ogf SVN commit 1359: /trunk/documents/saga-binding-java/implementation/VU/

ceriel at cs.vu.nl ceriel at cs.vu.nl
Thu Sep 13 07:56:57 EDT 2012


User: svn_ceriel
Date: 2012/09/13 06:56 AM

Modified:
 /trunk/documents/saga-binding-java/implementation/VU/
  CHANGES.txt, INSTALL.txt, README.txt, build.xml

Log:
 Prepare for release

File Changes:

Directory: /trunk/documents/saga-binding-java/implementation/VU/
================================================================

File [modified]: CHANGES.txt
Delta lines: +4 -0
===================================================================
--- trunk/documents/saga-binding-java/implementation/VU/CHANGES.txt	2012-02-02 12:42:21 UTC (rev 1358)
+++ trunk/documents/saga-binding-java/implementation/VU/CHANGES.txt	2012-09-13 11:56:56 UTC (rev 1359)
@@ -1,3 +1,7 @@
+Additions and fixes in release 1.1.2:
+- fixed a bug in the URL class which prevented proper functioning of using
+  multiple Saga implementations within a single application.
+
 Additions and fixes in release 1.1.1:
 - to allow applications to use multiple Saga implementations within a single
   application, all factory methods now also have versions that have as first

File [modified]: INSTALL.txt
Delta lines: +2 -2
===================================================================
--- trunk/documents/saga-binding-java/implementation/VU/INSTALL.txt	2012-02-02 12:42:21 UTC (rev 1358)
+++ trunk/documents/saga-binding-java/implementation/VU/INSTALL.txt	2012-09-13 11:56:56 UTC (rev 1359)
@@ -2,7 +2,7 @@
 
   To install, you need a Java 1.5 or newer and you need "ant".
   Just call "ant" to install. This will create a
-  "lib" directory with saga-api-1.1.jar in it, and a
+  "lib" directory with saga-api-1.1.2.jar in it, and a
   "doc" directory containing the javadoc of the SAGA api.
 
-  A binary release can be created by calling "ant zip".
\ No newline at end of file
+  A binary release can be created by calling "ant zip".

File [modified]: README.txt
Delta lines: +3 -3
===================================================================
--- trunk/documents/saga-binding-java/implementation/VU/README.txt	2012-02-02 12:42:21 UTC (rev 1358)
+++ trunk/documents/saga-binding-java/implementation/VU/README.txt	2012-09-13 11:56:56 UTC (rev 1359)
@@ -1,7 +1,7 @@
-The SAGA Java language bindings, release 1.1.1.
+The SAGA Java language bindings, release 1.1.2.
 
-This is release 1.1.1 of the SAGA Java language bindings.
-The differences between this version and release 1.1 are described
+This is release 1.1.2 of the SAGA Java language bindings.
+The differences between this version and release 1.1.1 are described
 in the file CHANGES.txt.
 
 This package does not enable you to run SAGA applications, but

File [modified]: build.xml
Delta lines: +1 -1
===================================================================
--- trunk/documents/saga-binding-java/implementation/VU/build.xml	2012-02-02 12:42:21 UTC (rev 1358)
+++ trunk/documents/saga-binding-java/implementation/VU/build.xml	2012-09-13 11:56:56 UTC (rev 1359)
@@ -6,7 +6,7 @@
 
     <!-- Global properties -->
 
-    <property name="version" value="-1.1.1" />
+    <property name="version" value="-1.1.2" />
 
     <property name="src" location="src" />
     <property name="tmp" location="tmp" />



More information about the saga-rg mailing list