Changelog for
openwbem-3.2.3-47.1.i586.rpm :
Thu Sep 27 14:00:00 2012 kkaempfAATTsuse.com
- Fix build with GCC 4.7 (lookup rules changed)
- Drop /var/lock/subsys reference, use /var/run instead
Tue Feb 28 13:00:00 2012 kkaempfAATTsuse.com
- Fix build with GCC 4.6 (ptrdiff_t defined in cstddef)
Wed Sep 15 14:00:00 2010 kkaempfAATTnovell.com
- More GCC 4.x changes and an autotools adaption.
Thu Jan 14 13:00:00 2010 kkaempfAATTnovell.com
- Fix build for RHEL_5 and GCC 4.x
Thu Feb 21 13:00:00 2008 mtAATTsuse.de
- Added patch to reset openssl crypto locking callback before
the mutexes are deleted in ~SSLGlobalWork, so openssl does
not use them any more. There may be also another code using
ssl (linked against code using it) and the global destruction
of it may run after openwbem ssl global destruction.
Tue Aug 14 14:00:00 2007 roAATTsuse.de
- fix build
- use -fno-strict-aliasing, the code needs it
- add rpmlintrc for .so files in main package
- add ldconfig to post and postun scripts
Fri Jul 6 14:00:00 2007 bwhiteleyAATTsuse.de
- Update to 3.2.3 cvs build. This is basically the same as the
previous 3.2.0 + the patch set. We\'re updating to newer
openwbem code as the many patches were beginning to be difficult
to manage.
- Removed 3.1.0 code used to build a 3.1.0 repository dump. No need
to support upgrades from 3.1.0 anymore, and 3.2.0 has a working
repository dump.
Mon Jul 2 14:00:00 2007 bwhiteleyAATTsuse.de
- Fix CMPI headers (#281591)
Thu May 10 14:00:00 2007 bwhiteleyAATTsuse.de
- Fix authorizer check for enumInstanceNames (#272078)
Thu Apr 12 14:00:00 2007 bwhiteleyAATTsuse.de
- Fix CMPI provider reloading (#263094)
Thu Mar 29 14:00:00 2007 bwhiteleyAATTsuse.de
- Use setfsgid and setgroups in addition to setfsuid (#258906)
SWAMPID 9267
Tue Mar 27 14:00:00 2007 bwhiteleyAATTsuse.de
- Removed conflict on pegasus (#228349)
Mon Mar 26 14:00:00 2007 bwhiteleyAATTsuse.de
- Fix provider path on 64bit bi-arch systems. (#256822)
Wed Mar 7 13:00:00 2007 bwhiteleyAATTsuse.de
- Added support for embedded instances as defined in DSP0201-2.2.0
(#195192)
Mon Mar 5 13:00:00 2007 bwhiteleyAATTsuse.de
- Really fix OpenWBEM_HostedObjectManager (#244395)
Thu Mar 1 13:00:00 2007 bwhiteleyAATTsuse.de
- Fixed CMPI context (#249203)
Fri Feb 23 13:00:00 2007 bwhiteleyAATTsuse.de
- Fixed xml parsing error with UTF8 multi-byte chars. (#200074)
Wed Feb 14 13:00:00 2007 bwhiteleyAATTsuse.de
- Fixed OpenWBEM_HostedObjectManager provider to only handle
the classes it should care about (#244395)
Fri Jan 12 13:00:00 2007 bwhiteleyAATTsuse.de
- Removed perl provider IFC. Nobody was using it. Don\'t even know
if it worked, and it was causing builds to fail.
Tue Dec 19 13:00:00 2006 bwhiteleyAATTsuse.de
- renamed loadmof.sh -> ow-loadmof.sh (#228349)
Mon Dec 11 13:00:00 2006 bwhiteleyAATTsuse.de
- Checking in to sle10-sp for SP1. Management has decided to
stick with OpenWBEM 3.2 for SLES10-sp1.
Thu Nov 16 13:00:00 2006 bwhiteleyAATTsuse.de
- Compensate for seteiud() no longer being thread-specific
(#215961)
Thu Nov 16 13:00:00 2006 bwhiteleyAATTsuse.de
- Some CMPI patches for Jim F.\'s Xen providers
Tue Nov 7 13:00:00 2006 bwhiteleyAATTsuse.de
- fix typo in specfile (#179650)
Mon Oct 23 14:00:00 2006 bwhiteleyAATTsuse.de
- Fixing status codes on http exceptions (#212440)
Wed Oct 18 14:00:00 2006 bwhiteleyAATTsuse.de
- More cross-namespace association fixes for Jim Fehlig.
Wed Oct 18 14:00:00 2006 bwhiteleyAATTsuse.de
- Fixed CryptographicRandomNumber to not always produce zeros in
some cases.
Tue Oct 17 14:00:00 2006 bwhiteleyAATTsuse.de
- Attempt to fix (or work-around) problem reported by Richard Keil
Thu Oct 12 14:00:00 2006 bwhiteleyAATTsuse.de
- Added patch to show error details for client in more cases