]> arthur.barton.de Git - bup.git/blob - note/0.31
Update base_version to 0.34~ for 0.34 development
[bup.git] / note / 0.31
1
2 [0.31 has not been released yet, so these notes are incomplete.]
3
4 Notable changes in 0.31
5 =======================
6
7 * `bup features` has been added.  It reports information about bup
8   itself, including the current availability of features like readline
9   and support for POSIX ACLs.
10
11 May require attention
12 ---------------------
13
14 * `bup version --tag` has been removed.  It was actually a synonym for
15   `bup version`, which still works fine.  The fact that the version
16   may have a corresponding git tag is no longer relevant to the
17   command.
18
19 General
20 -------
21
22 Bugs
23 ----
24
25 * It should no longer be posible for the content of archives generated
26   by `git archive` (including releases retrieved from github) to vary
27   based on the current set of repository refs (tags, branches, etc.).
28
29 Build system
30 ------------
31
32 Thanks to (at least)
33 ====================
34
35 Greg Troxel