Hello community, here is the log from the commit of package libflaim checked in at Wed May 31 02:51:14 CEST 2006. -------- --- libflaim/libflaim.changes 2006-03-01 00:37:33.000000000 +0100 +++ libflaim/libflaim.changes 2006-05-30 20:27:12.000000000 +0200 @@ -1,0 +2,22 @@ +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. + +------------------------------------------------------------------- Old: ---- libflaim-4.8.125.tar.gz New: ---- libflaim-4.8.473.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libflaim.spec ++++++ --- /var/tmp/diff_new_pack.2ilrFV/_old 2006-05-31 02:50:34.000000000 +0200 +++ /var/tmp/diff_new_pack.2ilrFV/_new 2006-05-31 02:50:34.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libflaim (Version 4.8.125) +# spec file for package libflaim (Version 4.8.473) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,11 +14,11 @@ BuildRequires: gcc-c++ libstdc++ libstdc++-devel Summary: Embeddable cross-platform database engine URL: http://forge.novell.com/modules/xfmod/project/?flaim -Version: 4.8.125 +Version: 4.8.473 Release: 1 License: GPL Group: Development/Libraries/C and C++ -Source: libflaim-4.8.125.tar.gz +Source: libflaim-4.8.473.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -62,7 +62,6 @@ %install make rpm_build_root=$RPM_BUILD_ROOT install_prefix=%{prefix} lib_dir_name=%{_lib} install -rm -rf build %clean rm -rf $RPM_BUILD_ROOT @@ -70,7 +69,7 @@ %files %defattr(-,root,root) %doc COPYING VERSION -%{prefix}/%{_lib}/libflaim.so* +%{prefix}/%{_lib}/libflaim*.so.2.0.1* %files devel %{prefix}/%{_lib}/libflaim.a @@ -78,6 +77,25 @@ %{prefix}/include/flaim.h %changelog -n libflaim +* Tue May 30 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 2006 - dsanders@novell.com - Added support for Intel MAC and __sparc49 (64 bit) platforms - Initialized variables to quiet compiler warnings ++++++ libflaim-4.8.125.tar.gz -> libflaim-4.8.473.tar.gz ++++++ ++++ 274124 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de