File blocxx.changes of Package blocxx-doc
-------------------------------------------------------------------
Tue Dec 9 18:43:57 CET 2008 - ro@suse.de
- remove ix86 from ifarch statement obsoleting 32bit package
-------------------------------------------------------------------
Tue Nov 11 16:57:56 CET 2008 - ro@suse.de
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Tue Jun 3 13:34:52 CEST 2008 - coolo@suse.de
- obsolete blocxx for rename
-------------------------------------------------------------------
Wed May 28 02:01:55 CEST 2008 - ro@suse.de
- fix baselibs.conf file
-------------------------------------------------------------------
Sat May 17 22:38:33 CEST 2008 - schwab@suse.de
- Fix pkgconfig file.
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Thu Nov 22 13:19:32 CET 2007 - bg@suse.de
- use --target=hppa2.0-suse-linux-gnu to make this build on hppa.
We don't have older machines, and they would be too slow anyways.
-------------------------------------------------------------------
Wed Nov 21 03:04:27 CET 2007 - ro@suse.de
- provide main package name in libblocxx6 for debuginfo
-------------------------------------------------------------------
Fri Nov 9 11:57:14 CET 2007 - mt@suse.de
- Updated to blocxx-2.1.0, svn-trunk revision 342 / merged from
the blocxx:head project in opensuse build service.
- Changed to use libblocxx6 package to provide the shared library
and libblocxx-devel for the development files according to the
opensuse library packaging policy.
- Moved blocxx-1.0 compatibility build into libblocxx4.spec file.
- Disabled Condition testsuite (solaris test fails on x86_64).
- Corrected broken entries in the blocxx.changes file
-------------------------------------------------------------------
Tue Apr 11 17:21:02 CEST 2006 - cthiel@suse.de
- Reduce BuildRequires
-------------------------------------------------------------------
Mon Mar 27 21:27:04 CEST 2006 - mt@suse.de
- Fix/Workaround in RWLocker testcase: hold the lock longer
and get another thread a chance to run into the exception
- Fix/Workaround in IPCMutex testcase: sync the client start
and let the other process more time to set its own lock
- New patch file: blocxx-testsuite01.dif
-------------------------------------------------------------------
Fri Mar 17 14:59:19 CET 2006 - mt@suse.de
- Readded run_ldconfig macro run in post, unintentionally
removed while blocxx-doc split
-------------------------------------------------------------------
Mon Mar 13 14:46:20 CET 2006 - mt@suse.de
- Moved blocxx-doc subpackage into a separate noarch package
-------------------------------------------------------------------
Fri Feb 10 13:51:18 CET 2006 - mt@suse.de
- Fix for String::indexOf() - a int variable was used instead of
size_t, that may cause a potential overflow.
- Resource leak in Mutex implementations: the pthread_mutexattr_t
variable was not destroyed after it is not needed any more.
- Fix for COWReferenceBase/COWReference -- if somebody used the
COWReference::cast_to() function, compilation fails because
of missed implementation of useRefCountOf function.
- Fix for COWReference::cast_to() to not to increment ref counter.
- Added String::String(const std::string &str) constructor.
- Removed blocxx::off_t from blocxx/Types.hpp
- Minor portability fixes to build on Mac OS X.
- Makefile.am fixes causing failures on "make distcheck"
- Documentation and ChangeLog cleanups
- Enabled testsuite run (make check) in spec file, cleaned up
- Bug #149127, increased version number to 1.0.0
-------------------------------------------------------------------
Wed Jan 25 21:34:39 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jan 4 11:21:51 CET 2006 - mc@suse.de
- Updated to cvs snapshot 20060104 adding fixes synced from OpenWBEM
-------------------------------------------------------------------
Wed Oct 19 11:33:38 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 20051019 fixing the BLOCXX_THROW_ERRNO
and BLOCXX_THROW_ERRNO_MSG macros to be useable outside of the
blocxx namespace as well.
-------------------------------------------------------------------
Mon Oct 10 13:42:10 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 20051010 adding fixes synced from OpenWBEM,
like avoiding to escape of an exec exception from initRandomnes()
in CryptographicRandomNumber, fixes/improvements to event handling
in Select functions, missed initialization in DateTime::set().
-------------------------------------------------------------------
Fri Aug 12 18:56:22 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 20050812 fixing handling of quoted
capture references in Perl/PosixRegEx replace() methods
-------------------------------------------------------------------
Wed Aug 10 12:02:41 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 20050810 adding identity and facility
arguments to the SyslogAppender.
-------------------------------------------------------------------
Mon Jul 25 11:57:35 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 20050725 improving large file support.
-------------------------------------------------------------------
Thu Jul 21 16:10:42 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 20050721 enabling large file support.
-------------------------------------------------------------------
Thu Jul 14 10:25:08 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050714 providing minor
cleanups only
-------------------------------------------------------------------
Mon Jul 11 12:24:33 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050711 providing blocxx.pc
pkg-config file, removeing -R flag from blocxx.m4 file
and fixing a bug in EnvVars::getenvp()
- Added libstdc++-devel pcre-devel requirements to spec file
-------------------------------------------------------------------
Fri Jul 8 12:55:59 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050708 adding shared locks
to File class, fixing Exec/EnvVars to allow to execute
with empty environmens and other minor improvements
-------------------------------------------------------------------
Tue Jun 21 19:11:01 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050621;
provides new pcre based PerlRegEx class and
improved RegEx class renamed to PosixRegEx
-------------------------------------------------------------------
Thu Jun 16 17:06:38 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050616;
improvements in RegEx class, regex examples
-------------------------------------------------------------------
Tue Jun 14 13:17:48 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050614;
small enable_ssl dependency fix in configure.in
-------------------------------------------------------------------
Mon Jun 13 21:17:26 CEST 2005 - mt@suse.de
- Disabled SSL support, since it conflicts with SSL code in
openwbem, e.g. if blocxx is used to implement a provider.
-------------------------------------------------------------------
Thu Jun 9 11:58:50 CEST 2005 - mt@suse.de
- Updated to cvs snapshot 0.9.20050609;
contains errno fix in Select.cpp
-------------------------------------------------------------------
Fri May 20 20:00:56 CEST 2005 - mt@suse.de
- Updated to cvs snapshot from 20050520
-------------------------------------------------------------------
Tue May 10 17:55:05 CEST 2005 - uli@suse.de
- don't use dot on ARM (hangs on some source files)
-------------------------------------------------------------------
Tue Apr 26 18:14:32 CEST 2005 - mt@suse.de
- Updated to cvs snapshot from 20050426 including fix
for blocxx.m4 (lib64) and obsoleting configure.in dif.
- Fixed last changelog entry (date)
-------------------------------------------------------------------
Tue Apr 26 14:07:59 CEST 2005 - mt@suse.de
- Updated to cvs snapshot from 20050425
-------------------------------------------------------------------
Tue Apr 15 11:50:59 CEST 2005 - mt@suse.de
- Updated to cvs snapshot from 20050425
-------------------------------------------------------------------
Fri Apr 15 11:50:59 CEST 2005 - mt@suse.de
- Updated to cvs snapshot from 20050415 providing additional
Logger interfaces and diverse error checking improvements.
- Changed to use --without-docs rpmbuild option in spec file
to allow to skip the generation of documentation and use a
pre-build archive instead. Default is to build documentation
since it contains architecture/feature depending references.
-------------------------------------------------------------------
Sun Apr 10 01:13:09 CEST 2005 - bwhiteley@suse.de
- fixed 64bit pointer issue in IPCMutexTestCases
-------------------------------------------------------------------
Thu Apr 7 19:15:59 CEST 2005 - mt@suse.de
- initial package checkin, cvs snapshot 20050407