libwibble (0.1.15) unstable; urgency=low

  * Yaml parsing
  * Base64 codec
  * Path manipulations including abspath
  * Compiles with -Wall -Werror
  * Implemented repeatable options that accumulate values in a vector

 -- Enrico Zini <enrico@debian.org>  Mon, 10 Mar 2008 23:03:19 +0100

libwibble (0.1.14) unstable; urgency=low

  * Fixed a C++ error that mysteriously only shows up on ARM.
  * Fixed XS-Vcs-Darcs field

 -- Enrico Zini <enrico@debian.org>  Thu, 07 Feb 2008 10:19:29 +0000

libwibble (0.1.13) unstable; urgency=low

  * Builds with GCC 4.3.  Closes: #455630
  * Build and install Doxygen documentation.

 -- Enrico Zini <enrico@debian.org>  Wed, 30 Jan 2008 20:58:09 +0100

libwibble (0.1.12) unstable; urgency=low

  [ Enrico Zini ]
  * Split the repository in embeddable and standalone
  * Allow commandline-using programs to output a manpage just with --manpage
    and without needing --manpage=/dev/null
  * Added X-Vcs-Darcs: header
  * Added missing include.  Closes: #455630.

  [ Petr Rockai ]
  * Add a new header, wibble/sfinae.h to ease execution of SFINAE
    pattern: substitution failure is not an error (consult google),
  * change internals of Amorph to not require boost, consequently:
  * remove boost build dependency.
  * Completely new testing framework is now part of wibble.

 -- Petr Rockai <mornfall@debian.org>  Wed, 23 Jan 2008 00:12:19 +0100

libwibble (0.1.11) unstable; urgency=low

  * Added wibble::Splitter, to split strings using regexps
  * Added wibble::str::* collection of little useful string operations
  * Added missing include.  Closes: #441562.

 -- Enrico Zini <enrico@debian.org>  Mon, 17 Sep 2007 16:37:10 +0200

libwibble (0.1.10) unstable; urgency=low

  * Added missing includes, applying tbm's patch.  Closes: #417368.
  * Added a way to see if an option was set or not.
  * Added wibble/text/wordwrap

 -- Enrico Zini <enrico@debian.org>  Thu, 24 May 2007 11:11:48 +0200

libwibble (0.1.9) unstable; urgency=low

  * Added sys/fs.h functions mkpath, mkFilePath, mkdirIfMissing

 -- Enrico Zini <enrico@debian.org>  Sun, 29 Oct 2006 17:34:27 +0100

libwibble (0.1.8) unstable; urgency=low

  * build-depend on libboost-dev

 -- Enrico Zini <enrico@debian.org>  Wed,  4 Oct 2006 10:01:10 +0200

libwibble (0.1.7) unstable; urgency=low

  * empty and singleton iterators now work with STL algorithms

 -- Enrico Zini <enrico@debian.org>  Sat, 30 Sep 2006 16:27:05 +0200

libwibble (0.1.6) unstable; urgency=low

  * Fixed various bugs in wibble::commandline manpage generation
  * Return size_t instead of unsigned int for empty and singleton containers,
    like the other STL classes do.

 -- Enrico Zini <enrico@debian.org>  Fri, 29 Sep 2006 22:47:42 +0200

libwibble (0.1.5) unstable; urgency=low

  * Fixed the stock commandline parsers to actually honor --help and --version
    switches

 -- Enrico Zini <enrico@debian.org>  Sun, 24 Sep 2006 00:19:00 +0100

libwibble (0.1.4) unstable; urgency=low

  * Use more efficient algorithm in wibble::operators
  * Some fixes in Mutex.h after guessnet started to use it

 -- Enrico Zini <enrico@debian.org>  Sat, 23 Sep 2006 17:44:56 +0100

libwibble (0.1.3) unstable; urgency=low

  * Allow library users to decide if they want libgc support or not
    by providing two different pkg-config files and aclocal macros

 -- Enrico Zini <enrico@debian.org>  Fri, 25 Aug 2006 12:42:49 +0100

libwibble (0.1.2) unstable; urgency=low

  * Applied patch by Andreas Jochens.  Closes: #384432.

 -- Enrico Zini <enrico@debian.org>  Thu, 24 Aug 2006 22:42:16 +0100

libwibble (0.1.1) unstable; urgency=low

  * Split tests from the rest of the .cpp code, so that they don't end up
    included in the library
  * Add linker flags for libgc to pkg-config file if support for gc is enabled

 -- Enrico Zini <enrico@debian.org>  Wed, 23 Aug 2006 23:51:22 +0100

libwibble (0.1) unstable; urgency=low

  * Initial Release.  This library is to become a dependency for tagcoll,
    apt-front, debtags, buffy, adept and possibly more.

 -- Enrico Zini <enrico@debian.org>  Wed, 16 Aug 2006 16:53:51 +0100

