Changelog for
libflaim-4.9.989-15.fc8.x86_64.rpm :
Tue Sep 11 00:00:00 2007 Christopher Brown
- 4.9.989-15
- bump release for EVR issues
Sun Sep 9 00:00:00 2007 Christopher Brown - 4.9.989-12
- build system issue
Fri Sep 7 00:00:00 2007 Christopher Brown - 4.9.989-10
- downgrade from svn checkout to official release
Fri Sep 7 00:00:00 2007 Christopher Brown - 4.9.1046-10.20070906svn
- patch for install permissions
Fri Sep 7 00:00:00 2007 Christopher Brown - 4.9.1046-10
- update buildroot and other changes for bugzilla review #251020
Fri Aug 31 00:00:00 2007 Christopher Brown - 4.9.1046-9.2
- add pkgconfig requires
- exclude static libs
Fri Aug 3 00:00:00 2007 Christopher Brown - 4.9.1046-9.1
- minor changes for Fedora build
- updated bug url
- added post and postun ldconfig call
Fri Mar 30 00:00:00 2007 dsandersAATTnovell.com
- Fixed problem of accessing FlmRecord object before it was constructed.
Fri Mar 30 00:00:00 2007 ajAATTsuse.de
- Add BuildRequires for ncurses-devel.
Sat Feb 10 23:00:00 2007 ajAATTsuse.de
- Add defattr.
Thu Feb 8 23:00:00 2007 dsandersAATTnovell.com
- Changes to support Ubuntu packages, including 64-bit.
- Needed to lock the record cache mutex in FlmRecord::Release just before deleting the object to prevent a race condition.
- Changed license to LGPL.
- Updated copyright.
- Added pragmas for windows to remove compiler warnings for VC6 compiler.
- Fixed keyword substitution tokens.
- Added FlmReadFully() and enhanced the base64 decoder.
- Removed commands in makefile that was outputting provides to the spec file.
Thu Feb 1 23:00:00 2007 roAATTsuse.de
- remove self-provides from devel package
Thu Nov 16 23:00:00 2006 dsandersAATTnovell.com
- Removed .exe files from package.
- Removed /zp1 compiler switch and added pragmas to do one-byte packing on structures.
- Getting rid of references to gv_FlmSysData.
- Needed to add a (FLMUINT) cast to a FLMBOOL before it can be cast as a void
*.
- Fixed mis-typed member of OPT_INFO structure.
- Fixed Linux compiler warnings.
- Changed several places that needed to access pDbInfo->pProgress instead of just Progress.
- Support for Ubuntu and Debian packages
Sat Sep 30 00:00:00 2006 ajAATTsuse.de
- Remove explicit self-provides
Sat Sep 9 00:00:00 2006 dsandersAATTnovell.com
- Added support for 64 bit numbers.
- Modified to use aligned buffers to improve direct I/O efficiency.
- Modified block cache allocator to make more efficient use of memory.
- Added option to allow disabling of direct I/O on Linux and Unix platforms.
- Enhancements to reduce the overhead of growing and shrinking files.
- Modified async I/O to make better reuse of available buffers when writes complete out of order.
- Fixed some memory leaks and other minor defects.
- Added more asserts to debug code.
- Enhancements and improvements to the field ID table inside of FlmRecord object.
- Updated doxygen document to be more accurate.
- Added a gigatest utility for testing bulk loads.
- Added more unit tests.
- Various tweaks for better support of various platforms and compilers.
Wed Jun 28 00:00:00 2006 dsandersAATTnovell.com
- Needed to make some typedefs public for Solaris 8.
- Also fixed so that flaimtk.h is copied from ftk.h when building srcdist
Fri Jun 23 00:00:00 2006 roAATTsuse.de
- removed buggy self-provides from devel package
Fri Jun 23 00:00:00 2006 dsandersAATTnovell.com
- Modified common toolkit formatter to support colors when logging.
- Modified to use common formatter in toolkit for logging.
Wed Jun 21 00:00:00 2006 dsandersAATTnovell.com
- Logger client was not being set up properly in common toolkit.
- Fixed a Netware build issue
- Fixed an OS X compiler warning
- Fixed linux compiler warning
- Needed to lock/unlock the random generator mutex when getting a random number.
- f_printf needed to call fflush.
- Base 64 decoder needed to return success instead of eof hit.
Tue Jun 20 00:00:00 2006 dsandersAATTnovell.com
- Restructured code to use new common toolkit
- Support for Netware, including unit tests
- Fixed various memory leaks and enabled memory tracking for debug builds.
- Made some changes for how async I/O is supported on Solaris.
- Fixed various compiler warnings on various platforms.
- Added more documentation.
Fri Jun 2 00:00:00 2006 dsandersAATTnovell.com
- Fixed compiler warnings for ia64 platform.
Wed May 31 00:00:00 2006 dsandersAATTnovell.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 23:00:00 2006 dsandersAATTnovell.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 23:00:00 2006 dsandersAATTnovell.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 23:00:00 2006 roAATTsuse.de
- install the SONAME at least as symlink (should be the real file)
Wed Feb 8 23:00:00 2006 dsandersAATTnovell.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 23:00:00 2006 dsandersAATTnovell.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 23:00:00 2006 dsandersAATTnovell.com
- Added support for PowerPC architectures
- Changed so that revision number for RPMs will match version number
- in SVN repository.
Wed Feb 1 23:00:00 2006 dsandersAATTnovell.com
- Initial submission