~jelmer/dulwich/lp-pqm

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2012-02-01 22:13:51 UTC
  • mfrom: (413.11.554)
  • Revision ID: jelmer@samba.org-20120201221351-b3n2p9zttzh62dwu
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.8.2   UNRELEASED
 
1
0.8.4   UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Options on the same line as sections in config files are now supported.
 
6
    (Jelmer Vernooij, #920553)
 
7
 
 
8
 TESTS
 
9
 
 
10
  * $HOME is now explicitly specified for tests that use it to read
 
11
    ``~/.gitconfig``, to prevent test isolation issues.
 
12
    (Jelmer Vernooij, #920330)
 
13
 
 
14
0.8.3   2012-01-21
 
15
 
 
16
 FEATURES
 
17
 
 
18
  * The config parser now supports the git-config file format as
 
19
    described in git-config(1) and can write git config files.
 
20
    (Jelmer Vernooij, #531092, #768687)
 
21
 
 
22
  * ``Repo.do_commit`` will now use the user identity from
 
23
    .git/config or ~/.gitconfig if none was explicitly specified.
 
24
   (Jelmer Vernooij)
 
25
 
 
26
 BUG FIXES
 
27
 
 
28
  * Allow ``determine_wants`` methods to include the zero sha in their
 
29
    return value. (Jelmer Vernooij)
 
30
 
 
31
0.8.2   2011-12-18
2
32
 
3
33
 BUG FIXES
4
34
 
15
45
  * Properly abort connections when the determine_wants function
16
46
    raises an exception. (Jelmer Vernooij, #856769)
17
47
 
 
48
  * Tweak xcodebuild hack to deal with more error output.
 
49
    (Jelmer Vernooij, #903840)
 
50
 
18
51
 FEATURES
19
52
 
20
53
  * Add support for retrieving tarballs from remote servers.