~ubuntu-branches/debian/jessie/bzr-git/jessie

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-08-07 15:43:09 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20110807154309-3jroa5x6mehtf87h
Tags: 0.6.2-1
* New upstream release.
 + Depends on Dulwich 0.8.0.
 + Implements per_file_graph. LP: #677363

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.6.2   UNRELEASED
 
1
0.6.2   2011-08-07
 
2
 
 
3
 FEATURES
 
4
 
 
5
  * Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)
 
6
 
 
7
  * Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)
 
8
 
 
9
  * Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)
 
10
 
 
11
  * Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)
 
12
 
 
13
  * Add post-commit hook to update the git cache. (Jelmer Vernooij, #814651)
 
14
 
 
15
 PERFORMANCE
 
16
 
 
17
  * Significantly improve performance of WorkingTree.extras().
 
18
    (Jelmer Vernooij)
 
19
 
 
20
 CHANGES
 
21
 
 
22
  * Require Dulwich 0.8.0. (Jelmer Vernooij)
2
23
 
3
24
0.6.1   2011-06-18
4
25