Add NEWS file
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 22 Apr 2010 10:20:22 +0000 (12:20 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 22 Apr 2010 10:20:22 +0000 (12:20 +0200)
That should have been there forever. Add old news too.

NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..f43cd55
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,36 @@
+--- 1.2 2010/04/22
+
+Changes to the API:
+
+* add Connection close that shutdowns socket without destroying the object
+* rename ResultSet getSize to getHitCount
+
+Bug fixes:
+
+* #3115 - fix JVM crash when fetching records in unsupported syntax caused
+  by null ptr dereference, handle record errors during search and in-record 
+  errors
+* properly deallocate records not managed by a result set
+
+
+--- 1.1 2010/02/22
+
+Major changes to the API:
+
+* using Java naming conventions
+* simplified/removed less used classes
+* using standard Java container types instead of of binded natives
+* use checked exceptions for all app/protocol layer errors
+
+Major changes to the code layout, using Maven to manage build.
+
+Bug fixes:
+
+* #3122 - out of memory bug caused by ResultSet using memory proportional 
+  to the number of hits
+
+--- 1.0 2009/09/22
+
+Initial version after receiving the code from Talis.
+
+Added JUnit test cases.