SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libHX28-3.15-63.15.x86_64.rpm :
Thu Mar 7 13:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 3.15

* string: add HX_strchr2

* string: add HXQUOTE_URIENC mechanism for HX_strquote

* defs: HXsizeof_member becomes FIELD_SIZEOF

Mon Dec 31 13:00:00 2012 jengelhAATTinai.de
- Update to new upstream release 3.14.1 (bugfix release)

* restore forward ordering of ordered maps

Wed Nov 28 13:00:00 2012 sbrabecAATTsuse.cz
- Verify GPG signature

Wed Nov 14 13:00:00 2012 jengelhAATTinai.de
- Update to new upstream release 3.14

* rand: avoid division by zero when calling HX_irand with lo==hi

Sat Jul 28 14:00:00 2012 jengelhAATTinai.de
- Update to new upstream release 3.13

* io: remove HX_REALPATH_SYMLINK

* option: new HXOPT_RQ_ORDER flag, allows unconditional POSIX-style
parsing (parsing terminates at first non-option encountered)

* option: add HXTYPE_SIZE_T

* time: add functions and macros for arithmetic and handling of
timespec with support for negative time values

Sat Feb 11 13:00:00 2012 jengelhAATTinai.de
- Update autotools BuildRequires (add libtool) for Factory/12.2,
remove unnecessary regeneration stage

Thu Dec 15 13:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.12.1

* string: make HX_strdup(NULL) valid again

* build: fix build when -Wl,--no-undefined is used

Wed Dec 7 13:00:00 2011 cfarrellAATTsuse.com
- license update: LGPL-2.1 or LGPL-3.0
libHX has a dual choice of LGPL-2.1 or LGPL-3.0. Use SPDX format

Sat Dec 3 13:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.12

* Clang support

* Fixes to the option parser\'s passthrough mode,
which did not correctly copy arguments over

* POSIXLY_CORRECT support for the option parser

* Size reduction of data structures by eliminating
seldomly-used fields

Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency

Wed Aug 10 14:00:00 2011 jengelhAATTmedozas.de
- Remove pkgincludedir.diff and instead just use --includedir
to %configure

Mon Jul 25 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.11

* string: add a HXQUOTE_BASE64 to HX_strquote

* debug: new LD_PRELOAD-able library that does additional checks
to the runtime
- Provide libHX-devel-32bit

Mon Jun 6 14:00:00 2011 jengelhAATTmedozas.de
- Put the libHX directory into a versioned directory to detect
unwanted omission of libHX_CFLAGS in dependent projects

Wed Apr 6 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.10.1

* defs: BUILD_BUG_ON_EXPR had erroneously returned 1
- Add BuildRequires: pkg-config as per rpmlint suggestion

Tue Apr 5 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.10

* format: do not split arguments in %(lower) and %(upper)

* defs: add array type checking in ARRAY_SIZE

* opt: use non-zero sentinel marker

* defs: add BUILD_BUG_ON_EXPR

* format: provide a %(substr) function

* io: add HX_readlink (zero-terminating mc-output readlink)

* io: add HX_realpath (supports relative-path output)

Mon Jan 17 13:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.9.1

* Package missing header file

Sat Jan 15 13:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 3.9

* Add missing includes and guard to public include files

* For filesystem/filehandle-related functions, io.h should now be
included in userspace programs instead of misc.h

* hxdirstamp: new development helper program for library users

* io: new functions HXio_full{read,write}

Wed Dec 1 13:00:00 2010 jengelhAATTmedozas.de
- Update to new upstream release 3.8

* HXdir_{open,read,close} now work with struct HXdir
*
instead of void
*

* xml_newnode prototype changed to accomodate subtext
- Run hxtools\'s spec-beautifier on specfile

Wed Aug 25 14:00:00 2010 jengelhAATTmedozas.de
- update to new upstream version 3.6

* Fixes in 3.6:

* bitmap: set/clear/test had no effect due to wrong type selection

* bitmap: avoid left-shift larger than type on 64-bit

* string: fixed buffer overflow in HX_split when too few fields were present
in the input (CVE-2010-2947)

* Fixes in 3.5:

* format2: failure to skip escaped char in \"%(echo foo\\ bar)\" was corrected

* proc: properly check for HXPROC_STDx--HXPROC_STDx_NULL overlap

* strquote: do not cause allocation with invalid format numbers

* Enhancements:

* new format2 expandable functions like %(exec) and %(shell)

* LDAP search filter and RDN quoting support

* Old formatter was removed

Wed Apr 7 14:00:00 2010 jengelhAATTmedozas.de
- update to upstream version 3.4

* explicit library initializer function

Thu Jan 21 13:00:00 2010 jengelhAATTmedozas.de
- update to upstream version 3.3

* fixes to the quote processing of the format1 and shconfig parsers

* introduces a new string formatter

Wed Dec 9 13:00:00 2009 jengelhAATTmedozas.de
- update descriptions in specfile
- do not pass --with-pkgconfigdir to configure;
build already does it right
- update to upstream version 3.2

* defs: add HXsizeof_member and HXtypeof_member

* map: new map API, with hash-based maps and classic
rbtree-based maps

* arbtree: HXbtree was removed in favor of the new HXmap

* clist: clist.h moved into list.h

* format: HXformat_
* now uses struct HXformat_map

* rand: use faster modulo-based variant for numbers within
RAND_MAX range

* rand: use libc rand() almost exclusively, only use
/dev/urandom for seed

* time: add time delta functions

* added HXbitmap_
* functions
- add baselibs.conf as a Source, so that it is available on local
builds too

Mon Jul 27 14:00:00 2009 mcAATTnovell.com
- Version 2.9
- string: fixed number of fields and trailing NULL in HX_split4
- string: add HX_basename_exact
- HXproc now knows about HXPROC_NULL_
*, which can be used to discard I/O
- HXproc: expressly prohibit HXPROC_STD
* for HXproc_run_sync

Mon May 11 14:00:00 2009 mcAATTsuse.de
- update to version 2.7
- update ducumentation
- arbtree: add \"flat view\" operation
- misc: added HX_fls
- misc: make HX_time_compare otime-capable
- add wx_helper.hpp


 
ICM