hamsterdb 1.1.5 - Release Notes
This release offers remote functionality.
This release is UNSTABLE! Although there are no known bugs, the next
release will stabilize and extend the remote functionality. Some things are
still missing, i.e. support for MS Windows. The TODO file has a long list
of stuff that will be part of the next release. The main items are:
- add a Unix daemon for the server
- add a Win32 service for the server
- improve shutdown time of the server
- make sure that KEEPALIVE of the http connections is working
- increase unit tests
New Features
- hamsterdb is now capable of accessing remote servers. Servers can be embedded
into an application (see hamserver.h). A sample 'server1.c' demonstrates
this.
Bugfixes
- Fixed compilation for MacOSX SnowLeopard (thanks, Olisa)
Other Changes
- HAM_PARAM_GET_STATISTICS was moved to hamsterdb_int.h
- ham_env_get_parameters and ham_get_parameters do no longer accept
NULL pointers as the first parameter; instead, they will fail with
HAM_INV_PARAMETER
Known Issues
For more information, read the README and the ChangeLog.