[Pkg-sssd-devel] ding-libs: Changes to 'refs/tags/ding-libs-0.3.0.1-1'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Wed May 22 10:51:43 UTC 2013
Tag 'ding-libs-0.3.0.1-1' created by Timo Aaltonen <tjaalton at ubuntu.com> at 2013-05-22 10:50 +0000
Tagging upload of ding-libs 0.3.0.1-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJRnKMNAAoJEMtwMWWoiYTcw+gQAIkopUQ1zn83ZO6LWV9B8o5x
SKIL7GUWo84MvYpeK27SfKHSElyaRHeenADD/4jzIialF+tB3jl5/azqVJ1FC2gh
kccBeQRWEqahHFfFS+B6pSz+WYx5dUxrLb3EAq77KHPxi1T/vYmTTOb8AXSbw+rX
/j+xYOmse7/19bEDICklGXGXflM3uf/yNK7rnGlLJqPKQIR1I7UGYPzKkRpgty3A
n4MhvU82sJEupyXO05g/LFfyu0sk082QSuWSVl9fUuUce9t3ak9mAhaNIfYHRUZH
e/chpHT31+Id3N/zcgaGc9SYFSWghnqHN7i80y3KWANK2aVbGAoL486197GD+Zll
RDPU9kjpV6b5V2UBgRO5g5uNXFNlAhHOb2Tk4bfpCUSEefLehStzf0rffrHiFehk
LSt/+7VUY1PGJsdIr6euu5DvGs3BSkrNvkLuSDBtoFVEJDyxh0WM4B2y24Qd/Hwl
6zf/6gq+wVKNd8PTlDsJOjiPzGKoipiXMX/Ngvfo1uW+d3K9qqEt9b0qzxIuuGyw
BozAEX11+9Xw9fWaeGx/vDSC7k22BZ8m2NM/UD6Vg0zYaaG8B6Goh2CpdgEgMcoq
WJokB8Ie+DQ/CO5FKvjL13MET1rDVDesJJYnBUfX8TPdigdo37xJjyNdzGXXBNfM
WZ8NA/De0+FsGNBcBKZ3
=Q8ox
-----END PGP SIGNATURE-----
Changes since debian/0.1.3-2:
Dmitri Pal (107):
New wrapper macros for function entry and exit
Introducing basic objects
Fixing the cleaup code
Refining comment object
Introducing Value object
Allow destroying collection with a callback
Added a convenience function
More config files for testing
Extend the comment interface
Add error codes for the new parser
Fixes to the value object
The beginning of the new INI interface
New INI parser
Starting to consolidate the new interface in one place
Introducing configuration file object
Adding ref_array copy method
Refactoring comment object
Fixing trace macros
Enhancements to value object
Refactoring error reporting
Minor tracing cleanup
Fix copy collection
Improvements to the value object
New copy and folding functionality
Allow merging values
Collision flag validation
Preparing to merge sections
Adding missing file to the package
Fix crashes with file object
Correcting paths to test files
Additional tests
Coverity issues 10071 & 10072
Coverity issue 10034
File descritpor leak
Leaking memory on failure
Initializing variables in test
Initialize simple buffer
Free newly created value in case of error
Freeing memory used for source dir
Adding missing const
Coverity issue 10042
Coverity issue 10075
Fixing dereferencing NULL
Fixing coverity issues 10078 & 10079
New error codes and messages
New merge flags
Add new vars to parse structure
Add save_error function
Change parse_error to use save_error
Preparing for merging sections
Enhance value processing
Use section line number
Refactor section processing
Return error in DETECT mode
New test files for section merge
Test DETECT mode and use new file
Test for all section merge modes
Fix indentention in the switch statement
Separate close and destroy
Function to reopen file
Metadata collection is gone
Check access function
Function to check for changes
Tests for access and changes
Rename error print function
Initialize variables in loops
Exposing functions
Do not debug padding
Add missing assertion macro
Add missing cleanup in unit test
Use right macro
No need to copy file in configure any more
Adding couple functions to value object
Definition of the new INI interface
Add a search state to the config object
The implementation of the new interface
Start building the new interface
Added new tests for the multi value keys
Build docs for new interface
Fix two issues in Makefile.am
Fixing coverity issue 11089
Fix doxygen warnings for the interface
Clean doxygen configurations
Remove code that allows dup sections
Adding a trace statement
Merge and serialize comments
Merge comments from different values
Fix trace message
Ability to merge configurations
Improve parser
Update comments in the public interface
Update files used in the unit test
Update unit tests
Fixing coverity issue 13105
Make CLANG happy
Fix CLANG errors in unit test
Add INI_GET_LAST_VALUE
Converting errors to enum
Use ENOMEM instead of errno
Fixing headers
Replacing sprintf with snprintf
Refactor interface a bit
Introducing parsing flags
More interface refactoring
Unit test for parsing flags.
Check is the stats we collected
Expose collected stat data
Günther Deschner (1):
ini_comment.h needs to be installed as well for the new ini interface.
Jakub Hrozek (5):
INI: Silence compilation warnings
Include AM_PROG_AR in configure.ac to get rid of warnings
Run autoreconf before configure in the specfile
Add a release script
Remove spurious cast
Jan Zeleny (1):
Update version numbers for ding-libs-0.2.91 release
John Dennis (1):
* Resolves: bug #735464 Fix the loop limit used to initialize the table directory, was based on count, now limited to segment_count.
Ondrej Kos (3):
Fixed libcollection dependency and header files inclusion
Bump version for 0.3.0 release
Bump version for 0.3.0.1 release
Stephen Gallagher (11):
Bumping development version number
Updating dhash version to 0.4.2
Fix license text for several files that should be LGPLv3+
path_utils: handle off-by-one error in path_concat()
path_utils: Handle "/" in path_concat
path_utils: path_concat should return empty string on ENOBUFS
Bump version for 0.1.3 release
Update version numbers for ding-libs 0.1.3 release
Fix issue when running make distcheck
Properly handle file permissions for ini_parse_ut startup_test()
Fix permission checking unit test
Sumit Bose (10):
Fix typo in spec file
Fix overflow in ini_parse unit test
Remove unneeded --disable-rpath configure option
Fix version handling of the libraries
dhash: add stddef.h to dhash.h
dhash: Fix memory leak in example
dhash: Allow hash_enter() to update entries
Fix a typo in dhash.h
Fix typo which makes make prerelease-srpm fail
Ensure error_string() never returns NULL
Timo Aaltonen (10):
fix the uploader
Merge remote-tracking branch 'origin/upstream-unstable' into d-u
Merge branch 'debian-unstable' into d-u
update the changelog
rules: Use --fail-missing for dh_install.
various packaging updates
control: Update policy to 3.9.4, no changes.
control: libini-config-dev needs to depend on libbasicobjects-dev.
add libref-array-dev to libini-config-dev depends.
releasing version 0.3.0.1-1
---
Makefile.am | 90 -
basicobjects/basicobjects.cfg.doxy.in | 1533 +++++++++++++++++++
basicobjects/basicobjects.pc.in | 11
basicobjects/simplebuffer.c | 215 ++
basicobjects/simplebuffer.h | 80 +
basicobjects/simplebuffer_ut.c | 146 +
collection/collection.c | 79
collection/collection.cfg.doxy.in | 35
collection/collection.h | 63
collection/collection_cmp.c | 3
collection/collection_cnv.c | 3
collection/collection_iter.c | 3
collection/collection_queue.c | 1
collection/collection_queue.h | 3
collection/collection_queue_ut.c | 3
collection/collection_stack.c | 1
collection/collection_stack.h | 3
collection/collection_stack_ut.c | 3
collection/collection_tools.c | 10
collection/collection_tools.h | 4
collection/collection_ut.c | 123 +
configure.ac | 13
contrib/ding-libs.spec.in | 59
debian/changelog | 19
debian/control | 44
debian/libbasicobjects-dev.install | 3
debian/libbasicobjects0.install | 1
debian/libdhash-dev.docs | 1
debian/libdhash-dev.install | 3
debian/libini-config-dev.docs | 1
debian/libini-config-dev.install | 3
debian/libini-config2.install | 1
debian/libini-config3.install | 1
debian/libini_config-dev.docs | 1
debian/libpath-utils-dev.docs | 1
debian/libpath-utils-dev.install | 1
debian/libpath_utils-dev.docs | 2
debian/libref-array-dev.docs | 1
debian/libref-array-dev.install | 1
debian/libref_array-dev.docs | 2
debian/rules | 10
dhash/dhash.c | 10
dhash/dhash.h | 2
dhash/examples/dhash_test.c | 11
ini/ini.d/first.conf | 25
ini/ini.d/foo.conf.in | 12
ini/ini.d/ipa.conf | 77
ini/ini.d/mergecheck.conf | 592 +++++++
ini/ini.d/mysssd.conf | 70
ini/ini.d/real.conf | 4
ini/ini.d/second.conf | 28
ini/ini.d/sexpect.conf | 379 ++++
ini/ini.d/smerge.conf | 33
ini/ini.d/space.conf | 5
ini/ini.d/test.conf | 18
ini/ini_comment.c | 416 ++++-
ini/ini_comment.h | 66
ini/ini_comment_ut.c | 245 ++-
ini/ini_config.c | 171 ++
ini/ini_config.cfg.doxy.in | 37
ini/ini_config.h | 20
ini/ini_config_priv.h | 101 +
ini/ini_config_ut.c | 63
ini/ini_configobj.c | 1041 +++++++++++++
ini/ini_configobj.h | 1727 +++++++++++++++++++++
ini/ini_defines.h | 44
ini/ini_fileobj.c | 382 ++++
ini/ini_get_array.c | 3
ini/ini_get_array_valueobj.c | 388 ++++
ini/ini_get_value.c | 3
ini/ini_get_valueobj.c | 801 ++++++++++
ini/ini_list.c | 12
ini/ini_list_valueobj.c | 135 +
ini/ini_metadata.c | 3
ini/ini_parse.c | 1700 ++++++++++++++++++++-
ini/ini_parse.h | 36
ini/ini_parse_ut.c | 2691 ++++++++++++++++++++++++++++++++++
ini/ini_print.c | 132 +
ini/ini_serialize.c | 97 +
ini/ini_valueobj.c | 1154 ++++++++++++++
ini/ini_valueobj.h | 147 +
ini/ini_valueobj_ut.c | 743 +++++++++
path_utils/path_utils.c | 70
path_utils/path_utils.cfg.doxy.in | 35
path_utils/path_utils.h | 3
path_utils/path_utils_ut.c | 99 -
refarray/ref_array.c | 158 +
refarray/ref_array.cfg.doxy.in | 35
refarray/ref_array.h | 50
refarray/ref_array_ut.c | 213 ++
scripts/release.sh | 29
trace/trace.h | 16
version.m4 | 8
93 files changed, 16290 insertions(+), 630 deletions(-)
---
More information about the Pkg-sssd-devel
mailing list