1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
cfget (0.19-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Add Build-Depends: dh-python (Closes: 768762).
-- Andrey Rahmatullin <wrar@debian.org> Sat, 15 Nov 2014 19:56:38 +0500
cfget (0.19-1) unstable; urgency=medium
* Rewritten copyright file to DEP-5 format. Closes: #702487
* Migrated to debdry
* Updated Standards-Version, no changes required.
* Do not install egg-info cruft. Closes: #655000
-- Enrico Zini <enrico@debian.org> Fri, 24 Oct 2014 16:30:31 +0200
cfget (0.18-1) unstable; urgency=low
* New upstream version
- Allow empty comment lines
- Added Cfget.load_from_env to allow to easily load a working Cfget
object from other python code
- Fixed some exception handling and error reporting during parsing of
expressions
-- Enrico Zini <enrico@debian.org> Fri, 10 Dec 2010 14:07:13 +0000
cfget (0.17-1) unstable; urgency=low
* New upstream version
- Fixed a DeprecationWarning with python 2.6
- Allow empty values, treating them as unsets
- Round function returns an int, not a float
-- Enrico Zini <enrico@debian.org> Thu, 26 Aug 2010 17:23:00 +0200
cfget (0.16-1) unstable; urgency=low
* New upstream version
- Fixes to the expression tokenizer
-- Enrico Zini <enrico@debian.org> Fri, 16 Jul 2010 09:51:34 +0100
cfget (0.15-1) unstable; urgency=low
* New upstream version
- Added simple expression support
* Switch to dpkg-source 3.0 (quilt) format
-- Enrico Zini <enrico@debian.org> Thu, 15 Jul 2010 18:37:50 +0100
cfget (0.14-1) unstable; urgency=low
* New upstream version
- Replace curly braces in keys with the lookup of their content
-- Enrico Zini <enrico@debian.org> Wed, 16 Jun 2010 15:34:34 +0200
cfget (0.13-1) unstable; urgency=low
* New upstream version
- Allow plugins to raise UserError
- Add --debug to show a backtrace for UserErrors
-- Enrico Zini <enrico@debian.org> Thu, 03 Jun 2010 17:17:39 +0100
cfget (0.12-1) unstable; urgency=low
* New upstream version
- Properly handle plugins that generate non-string results
-- Enrico Zini <enrico@debian.org> Thu, 27 May 2010 14:30:14 +0100
cfget (0.11-1) unstable; urgency=low
* New upstream version
- Allow dynamic queries to query values more than once without triggering
loop detection
-- Enrico Zini <enrico@debian.org> Mon, 29 Mar 2010 19:14:03 +0100
cfget (0.10-1) unstable; urgency=low
* New upstream version
- Added --dump=pickle
* Removed unneeded dependency on cdbs
-- Enrico Zini <enrico@debian.org> Fri, 12 Mar 2010 12:00:16 +0100
cfget (0.9-1) unstable; urgency=low
* New upstream version
- Implemented list_matching_re for use by plugins
-- Enrico Zini <enrico@debian.org> Mon, 02 Nov 2009 20:30:45 +0100
cfget (0.8-1) unstable; urgency=low
* New upstream version
- Better reporting for I/O errors
- Cleaner interface for template engines
- Cleaner interface for dumper engines
- If the target file for a template substitution is given by name, write
it atomically
- Implemented --root=path
* Upload to unstable. Closes: #553065
-- Enrico Zini <enrico@debian.org> Thu, 29 Oct 2009 14:49:22 +0100
cfget (0.7-1) unstable; urgency=low
* New upstream version
- Implemented support for custom configuration file parsers
- Allow values outside of sections in plain ini parser
* Added examples
-- Enrico Zini <enrico@debian.org> Wed, 28 Oct 2009 22:43:27 +0100
cfget (0.6-1) unstable; urgency=low
* Renamed to cfget
-- Enrico Zini <enrico@debian.org> Tue, 27 Oct 2009 15:02:57 +0100
ini-get (0.5-1) unstable; urgency=low
* Implemented support for pluggable template systems
* Implemented autoconf-style templates
-- Enrico Zini <enrico@debian.org> Mon, 26 Oct 2009 12:49:47 +0100
ini-get (0.4-1) unstable; urgency=low
* New upstream version
- Refactored to allow plugins to provide more than just dynamic keys
- Added --dump=exports
- Added --dump=repr
-- Enrico Zini <enrico@debian.org> Mon, 12 Oct 2009 18:06:19 +0100
ini-get (0.3-1) unstable; urgency=low
* New upstream version
- Better error messages
-- Enrico Zini <enrico@debian.org> Thu, 01 Oct 2009 15:56:00 +0100
ini-get (0.2-1) unstable; urgency=low
* New upstream version
- Fixed code after reorganisation
- Added tests for the command line tool
-- Enrico Zini <enrico@debian.org> Thu, 01 Oct 2009 13:20:11 +0100
ini-get (0.1-1) unstable; urgency=low
* Initial release.
-- Enrico Zini <enrico@debian.org> Fri, 25 Sep 2009 12:45:16 +0100
|