Changelog for
commoncpp2-1.6.1-12.1.x86_64.rpm :
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Fri Feb 5 13:00:00 2010 jengelhAATTmedozas.de
- compile fix for mempager.cpp
Mon Jun 8 14:00:00 2009 roAATTsuse.de
- strchr now returns a const char
*
Sun May 11 14:00:00 2008 crrodriguezAATTsuse.de
- Correct dependency chain between commoncpp2->ccrtp->libzrtpcpp
- disable static libraries
Mon Apr 14 14:00:00 2008 schwabAATTsuse.de
- Work around misuse of libtool.
Mon Jan 14 13:00:00 2008 rhaferAATTsuse.de
- update to 1.6.1
- some fixups for mingw32 based builds
- patch for ThreadQueue from Angelo Naselli
- patch for LinkedDouble from Sergio Repetto (changed abi)
- fixed buildfailures on 64bit Plattforms
Thu Jan 10 13:00:00 2008 roAATTsuse.de
- remove make -j for now, makefile deps are broken
Tue Nov 27 13:00:00 2007 rhaferAATTsuse.de
- update to 1.5.9 (smaller changes in the build enviroment)
- fixed rpmlint warnings
- Updated library\'s SONAME as the ABI was changed with the 1.5.3
release. (Bug #343847, see also Debian Bug# 402009)
Fri Aug 3 14:00:00 2007 dmuellerAATTsuse.de
- update to 1.5.7
* downstream gcc 4.3 and isRunning fix from Mark Purcell
* sha digest cleanup
* visibility for shared library symbols
* hi resolution and monotonic timers for TimerPort
* TimerPort synchronized sleep
* Angelo Naselli\'s revised timed buffer thread queue
* other minor patches and fixes, code cleanup
Sat Apr 28 14:00:00 2007 dmuellerAATTsuse.de
- fix undefined references in libccext2
Tue Jan 16 13:00:00 2007 rhaferAATTsuse.de
- update to 1.5.3
* some code cleanup of operators and const members
* fix for include path passed in .pc files.
* added IPV4/V6Cidr objects for use in routing policies.
* removed libxml2 wrapper option so we can better focus on Common
C++\'s built-in sax parser.
* addition of \"clean\" MemPager protected member, used by Keydata
to assure dynamic object behavior is correct and non-leaking.
* fix for getThread id if priv is NULL.
* fix for extern \"C\" of handlers and types.
* fix for keydata loadPrefix for w32.
* use readData/writeData for overflow/underflow in TCPStream to
allow override in SSLStream
* optional introduction of SSLStream class
* new SSLStream class cannot be built substituting gnutls yet
because openssl emulation is not thread-safe and so class must
be rewritten explicitly for gnutls. Hence for now ssl is
disabled by default
- Use RPM_OPT_FLAGS for CXXFLAGS
Fri Nov 10 13:00:00 2006 roAATTsuse.de
- fix docu permissions
Tue Jul 18 14:00:00 2006 kkaempfAATTsuse.de
- update to 1.4.2
Most notable changes since 1.3.1:
- include path rename from /usr/include/cc++2
to /usr/include/cc++
- RefPointer and RefObject classes for reference count managed
objects
- LinkedSingle and LinkedDouble self managing linked list classes
- MapTable and mapObject classes for managed hash indexes
- Some convenience functions for keydata
- conditional build for extras library
- isRealtime check for thread priority management
- moved templates into main header
- keydata uses bigger default paging for >32 bit pointers.
- new errLockFailure indicator for Thread shared files.