~ubuntu-branches/ubuntu/oneiric/dulwich/oneiric

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-01-21 19:38:13 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121193813-2cnp21akwf5j0pq2
Tags: 0.7.0-1
* New upstream release.
 + Changes default test runner from nose to testtools.
* Drop Pure- from the description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.7.0   UNRELEASED
 
1
0.7.0   2011-01-21
2
2
 
3
3
 FEATURES
4
4
 
 
5
  * New `dulwich.diff_tree` module for simple content-based rename detection.
 
6
    (Dave Borowitz)
 
7
 
5
8
  * Add Tree.items(). (Jelmer Vernooij)
6
9
 
7
10
  * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)
8
11
 
 
12
  * Add write_tree_diff(). (Jelmer Vernooij)
 
13
 
 
14
  * Add `serve_command` function for git server commands as executables.
 
15
    (Jelmer Vernooij)
 
16
 
 
17
  * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
 
18
    (Dave Borowitz, #568493)
 
19
 
9
20
 BUG FIXES
10
21
 
11
22
  * Correct short-circuiting operation for no-op fetches in the server.
12
23
    (Dave Borowitz)
13
24
 
 
25
  * Support parsing git mbox patches without a version tail, as generated by
 
26
    Mercurial.  (Jelmer Vernooij)
 
27
 
 
28
  * Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)
 
29
 
 
30
  * Zero-padded file modes in Tree objects no longer trigger an exception but
 
31
    the check code warns about them. (Augie Fackler, #581064)
 
32
 
 
33
  * Repo.init() now honors the mkdir flag. (#671159)
 
34
 
 
35
  * The ref format is now checked when setting a ref rather than when reading it back.
 
36
    (Dave Borowitz, #653527)
 
37
 
 
38
  * Make sure pack files are closed correctly. (Tay Ray Chuan)
 
39
 
 
40
 DOCUMENTATION
 
41
 
 
42
  * Run the tutorial inside the test suite. (Jelmer Vernooij)
 
43
 
 
44
  * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
 
45
     #610540)
 
46
 
 
47
 
14
48
0.6.2   2010-10-16
15
49
 
16
50
 BUG FIXES
173
207
  * Implement RefsContainer.__contains__. (Jelmer Vernooij)
174
208
 
175
209
  * Cope with \r in ref files on Windows. (
176
 
        http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
 
210
    http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
177
211
 
178
212
  * Fix GitFile breakage on Windows. (Anatoly Techtonik, #557585)
179
213
 
243
277
    with chunks of strings rather than with full-text strings. 
244
278
    (Jelmer Vernooij)
245
279
 
246
 
0.5.0   2010-03-03
 
280
0.5.02010-03-03
247
281
 
248
282
 BUG FIXES
249
283
 
344
378
 
345
379
  * Removed Repo.set_ref, Repo.remove_ref, Repo.tags, Repo.get_refs and 
346
380
    Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
347
 
        refs.
 
381
    refs.
348
382
 
349
383
 BUG FIXES
350
384