summaryrefslogtreecommitdiff
path: root/NEWS
blob: 26a8a7cdf454419abf96419177b7ea44eaad1959 (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
39
40
41
42
43
44
45
NEWS for genbackupdata
======================

Version 1.9, released UNRELEASED
--------------------------------

* Fix progress reporting to always output something, even if the
  program ran very fast. Previously, there would just be an empty
  line.

Version 1.8, released 2015-07-14
--------------------------------

* 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.