Reformat with 2-space indents
[yaz4j-moved-to-github.git] / NEWS
1 --- 1.2 2010/04/22
2
3 Changes to the API:
4
5 * add Connection close that shutdowns socket without destroying the object
6 * rename ResultSet getSize to getHitCount
7
8 Bug fixes:
9
10 * #3115 - fix JVM crash when fetching records in unsupported syntax caused
11   by null ptr dereference, handle record errors during search and in-record 
12   errors
13 * properly deallocate records not managed by a result set
14
15
16 --- 1.1 2010/02/22
17
18 Major changes to the API:
19
20 * using Java naming conventions
21 * simplified/removed less used classes
22 * using standard Java container types instead of of binded natives
23 * use checked exceptions for all app/protocol layer errors
24
25 Major changes to the code layout, using Maven to manage build.
26
27 Bug fixes:
28
29 * #3122 - out of memory bug caused by ResultSet using memory proportional 
30   to the number of hits
31
32 --- 1.0 2009/09/22
33
34 Initial version after receiving the code from Talis.
35
36 Added JUnit test cases.