summaryrefslogtreecommitdiff
path: root/NEWS
blob: e3569ae0aa2c94493c63cad148472bab0f7aa88a (plain)
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
NEWS for genbackupdata
======================

Version 1.8, released UNRELEASED
--------------------------------

* Change how binary data gets generated. It is now much less repetetive.
  Suggested by Rob Kendrick.

Version 1.7, released 2012-09-29
--------------------------------

* Updated README.

Version 1.6, released 2011-08-22
--------------------------------

* Manual page's SYNOPSIS and OPTIONS sections are now generated automatically
  by cliapp's `--generate-manpage`.

Version 1.5, released 2011-06-12
--------------------------------

* Fix genbackupdatalib to work better with pydoc.
* Change to use newer cliapp API for adding new settings. This avoids
  the deprecated old API.

Version 1.3.1, released 2011-02-02
----------------------------------

* Fix setup.py so that the genbackupdatalib Python library is
  included in the package.

Version 1.3, released 2011-02-01
--------------------------------

* Rewrite from scratch, becaue the old code was hard to test.
  It was also full of features nobody uses. New code is small.