-
recutils (1.5-1) unstable; urgency=low
* New upstream release
- Version 1.5 (13 January 2012)
- The utilities will now ask interactively for a password
if it was not provided with the -s command line option.
This avoids security problems related to shell history files.
- Support for octal and hexadecimal numbers has been added.
They can be used in both the records and selection expressions.
- It is now possible to select a given number of random records
in many of the utilities using the -m command line option.
- The -n option now accepts a list of indexes, supporting ranges.
- The new -U (uniq) option for recsel removes duplicated fields
in the output records.
- The new -q option allows to quickly search for the desired record
without having to provide a complete selection expression.
- Auto generated fields are now considered integers by default.
This avoids repetitive patterns involving %auto and %type.
- Tab characters are now allowed in blank lines betwwen records.
- The API in rec.h is now better documented with comments, and improved.
- recfix now exits with an error status
if there is a parse error in some input file.
- The usage of the internal data structures has been _vastly_ improved,
resulting in a much faster operation.
- Internal cleanup and code factorization.
- Many, many, many bug fixes :D
* debian/patches
- removed all patches which are now fixed in the 1.5 release
- added mdbtools-0.7-fix (Closes: #655780)
until upstream supports both versions
of the backwards incompatible API change of mdbtools.
* debian/control
- Adding "libreadline-dev" to Build-Depends
Used for interactive prompting and upstream
is going to use it more in future releases
* "librec.la" already dropped in 1.3-12 (Closes: #633238)
-- Sven Wick <email address hidden> Fri, 20 Jan 2012 16:04:02 +0100
-
recutils (1.4-1) unstable; urgency=low
* New upstream release
- Version 1.4 (03 November 2011)
- Support for encryption with the new %confidential special field.
- Support for named types with the new %typedef special field.
- Support for sorting with the new %sort special field.
- Recutils support for org-babel is now included in the distribution
as ob-rec.el. It allows to read rec data into org documents in both
raw and table formats.
- It is now possible to use double quotes for delimiting string
literals in selection expressions, as well as single quotes.
Unescapted newline characters are also supported.
- The manual has been vastly improved.
- recfix now supports several operations: check, sort, encrypt and
decrypt.
- recins now generates parseable locale independent dates when
generating time-stamps in auto-fields.
- Lots of bug fixes.
* Moved examples to debian folder
* 2 new examples added
* emacs files 'ob-rec.el' and 'rec-mode.el' included
* debian/patches
- removed 1.3 patches which are now fixed in the 1.4 release
- added patch for a memory bug in recins
- added patch for an encryption bug
- added patch for the missing 'ob-rec.el' emacs file
-- Sven Wick <email address hidden> Wed, 30 Nov 2011 20:59:18 +0100
-
recutils (1.3-11) unstable; urgency=low
* debian/patches/ Added patch 'fix-truncation' Closes: #629927 LP: #791285 Created separate "changelog" patch for the LP64 and truncation bug. Moved ChangeLog patch from patches/LP64 to patches/changelog. Renamed patches/LP64 to patches/fix-LP64 -- Sven Wick <email address hidden> Mon, 20 Jun 2011 00:19:20 +0200
-
recutils (1.3-9) unstable; urgency=low
* src/rec-utils.c, ChangeLog Applied upstream LP64 patch to fix failed builds on x86_64 systems * debian/rules Removed filter. Ubuntu's LDFLAGS were not the cause of failed builds * debian/control Removed Vcs- headers Renamed dev package librecutils-dev to librec-dev Renamed lib package librecutils to librec0 Added 'Replaces' and 'Conflicts' entries for the renamed packages Added long descriptions to librec-dev Added long descriptions to librec0 Shortened description of recutils * debian/copyright Included missing GFDL-license for the texi files -- Sven Wick <email address hidden> Sat, 28 May 2011 12:18:56 +0200