Files
mars-flaim/flaim/libflaim.changes
dsandersoremutah 488ad60c0d Comments on latest changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@496 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 19:23:32 +00:00

79 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Thu Jun 1 13:30:07 MST 2006 - dsanders@novell.com
- Fixed compiler warnings for ia64 platform.
-------------------------------------------------------------------
Tue May 30 11:37:12 MST 2006 - dsanders@novell.com
- Added support for Sparc Linux and OpenSuse 10.1
- Various Makefile changes for HP-UX, OS X, and Solaris
- Various code cleanups to support a common toolkit
- Got rid of timeouts for internal transactions.
- Removed some unused methods from the FlmRecord class.
- Fixed defect where partial blocks were being written at the end of database files
- Fixed race condition that was causing memory to be double-freed.
- Added better support for atomic operations on various Unix and Linux platforms.
- Allow application to exceed hardcoded cache limits when setting a hard cache limit.
- Changed RCODE to be an enumerated type - for easier documentation in doxygen.
- Fixed various compiler issues for solaris platform
- Added support for large binary and text fields (up to 4 GB)
- Added async and direct I/O support for Linux and Solaris
- Added new field table for level one fields inside FlmRecords to speed up searches.
- Added support for Netware
- Fixed double mutex lock issue.
- Added support for building Windows binaries with Visual Studio 8.
- Modified slab manager on Solaris to use regular malloc calls instead of mmap.
-------------------------------------------------------------------
Tue Feb 28 13:41:42 MST 2006 - dsanders@novell.com
- Added support for Intel MAC and __sparc49 (64 bit) platforms
- Initialized variables to quiet compiler warnings
- Got rid of unneeded internal functions
- Various fixes for Windows - support for vc8 compiler, workaround to compiler issues with inline methods
- Fixedup copyright notice in one source file
-------------------------------------------------------------------
Mon Feb 13 11:14:33 MST 2006 - dsanders@novell.com
- Changed naming convention for shared library to conform to standard - should be no need for SONAME fix now.
- Added dbshell utility.
- Started adding support for using autotools.
- Fixed bug on FlmDbReduceSize - needed to quit when encountering a block in a not-yet-deleted b-tree
- Added various new unit tests.
- Fixed various compiler warnings.
-------------------------------------------------------------------
Mon Feb 13 16:21:11 CET 2006 - ro@suse.de
- install the SONAME at least as symlink (should be the real file)
-------------------------------------------------------------------
Wed Feb 8 09:49:29 MST 2006 - dsanders@novell.com
- Removed make.exe and printf.exe from package.
- Added support for Ubuntu and Debian
- Simplified how unit tests are created.
- Added some new unit tests
-------------------------------------------------------------------
Fri Feb 3 13:14:25 MST 2006 - dsanders@novell.com
- Fixed libflaim.pc to specify includedir and Cflags:
- Also changed name: to Name:
- Modified Makefile to use macros for outputting $ and % characters
-------------------------------------------------------------------
Fri Feb 3 09:13:02 MST 2006 - dsanders@novell.com
- Added support for PowerPC architectures
- Changed so that revision number for RPMs will match version number
- in SVN repository.
-------------------------------------------------------------------
Wed Feb 1 11:54:08 MST 2006 - dsanders@novell.com
- Initial submission