Changelog for
libconfig-debugsource-1.4.9-15.1.x86_64.rpm :
Sat Dec 29 13:00:00 2012 p.drouandAATTgmail.com
- Update to 1.4.9 version:
* lib/libconfigcpp.c++ - Fixed compiler warnings in constructor
initializers
* tinytest/tiytest.c, tinytest/tinytest.h - added tt_file_exists();
added alternate implementations of some test macros since MSVC does
not support C99 fully; added comparators for text files (ignoring
line endings)
* tests/tests.c - use tt_file_exists() rather than access(); alias
snprintf to _snprintf for MSVC; compare files as text files rather
than as binary files
* lib/scanner.l - fixed parsing issue when backslash in string is
followed by invalid escape character; reported by Jimmy Scott
* lib/scanner.c - regenerated
* lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am,
doc/libconfig.texi, configure.ac - bump version numbers
* aclocal.m4, ac_config.h - regenerated
* m4/
*, aux-build/
*, libtool - updated to newer
Sat May 19 14:00:00 2012 davejplaterAATTgmail.com
- Added baselibs.conf for 32 bit ffado
- Disabled pdf and html docs, moved info to devel package
Wed Mar 14 13:00:00 2012 saschpeAATTsuse.de
- Fix typo, it\'s %{_smp_mflags}
- Remove unwanted description paragraphs
Mon Mar 12 13:00:00 2012 saschpeAATTsuse.de
- Fixed changes file markup
Mon Feb 27 13:00:00 2012 saschpeAATTsuse.de
- Spec file cleanup:
* Use original tarball
* Move COPYING, README into lib packages (legal requirement)
* Move CHANGELOG and TODO into devel packages (not needed by users)
* Move examples into doc package, and recommend it for both devel packages
* Ran spec cleaner and removed unneeded rpmlintrc
Sat Feb 25 13:00:00 2012 davejplaterAATTgmail.com
- Renamed package to libconfig and updated to 1.4.8
- Upstream changes:
* tests/Makefile.am - marked \'libconfig_tests\' as non-installable
* lib/scanner.l, lib/grammar.y - grammar changes to make trailing
semicolons optional (and to allow commas as an alternative)
* lib/libconfig.c - bugfixes for lack of auto-conversion handling in
the config_lookup
*() functions (reported by Feng Yu), and some
fixes for compiler warnings
* lib/Makefile.am - bump .so version
* configure.ac - bump version, add \'-Wno-unused-parameter\' compiler
switch to disable \"unused parameter\" warnings
* doc/libconfig.texi - documentation updates; added a chapter that
calls attention to the bundled example programs
* lib/libconfig.h, lib/libconfig.h++ - bump versions
* doc/libconfig.texi - fixed typo; updated docs
* TODO - updated list
* lib/libconfig.c, lib/libconfig.h, lib/libconfigcpp.c++,
lib/libconfig.h++ - added config{get,set}_default_format(),
Config::{get,set}DefaultFormat()
* lib/libconfig.c - fixed memory leak when encountering a parse error
in an AATTinclude\'d file
* lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am, configure.ac,
doc/libconfig.texi - bump versions
* doc/libconfig.texi - documentation updates
* lib/libconfig.c, lib/libconfigcpp.c++, lib/libconfig.h,
lib/libconfig.h++, lib/wincompat.h, lib/scanctx.c - added support
for specifying an include directory
* m4/
* - added local m4 directory
* contrib/
* - added user-contributed files
- See /usr/share/doc/packages/libconfig/ChangeLog for more.
Fri Oct 1 14:00:00 2010 davejplaterAATTgmail.com
- Created libconfig++ from the pacman source rpm and adapted the spec
file to openSUSE also transfered the changes to a changes file
Wed May 5 14:00:00 2010 toniAATTlinks2linux.de
- update to 1.4.5
- This release includes a bugfix and some code cleanup to eliminate compiler warnings.
Tue Apr 13 14:00:00 2010 toniAATTlinks2linux.de
- update to 1.4.4
- new SO-name ==> libconfig9 and libconfig++9
- This release fixes several build issues.
Mon Feb 15 13:00:00 2010 toniAATTlinks2linux.de
- update to 1.4.3
- This release fixes a problem with parsing indented \'AATTinclude\' directives.
Fri Jan 29 13:00:00 2010 toniAATTlinks2linux.de
- update to 1.4.2
- new SO-name ==> libconfig8 and libconfig++8 (!!!)
- removed static libs
- This release fixes some problems with the ParseException class.
Fri Jan 1 13:00:00 2010 toniAATTlinks2linux.de
- update to 1.4.1
- This release fixes a crash when reading a configuration from a string,
and includes a few minor build improvements.
Fri Nov 13 13:00:00 2009 toniAATTlinks2linux.de
- update to 1.4
- new SO-name ==> libconfig9 and libconfig++9
- This release includes some minor bugfixes