/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Vincent Ladeuil
  • Date: 2008-06-09 15:59:13 UTC
  • mto: This revision was merged to the branch mainline in revision 503.
  • Revision ID: v.ladeuil+lp@free.fr-20080609155913-ueadh6vzmn81wwuk
Fix test failing after a feature rename in bzr.

* tests/test_diff.py:
(TestDiffView.test_unicode):
bzrlib.tests.test_diff.UnicodeFilename has benn renamed
bzrlib.tests.UnicodeFilenameFeature in bzr.

* tests/test_commit.py:
(TestCommitDialog_Commit.test_commit_unicode_messages):
bzrlib.tests.test_diff.UnicodeFilename has benn renamed
bzrlib.tests.UnicodeFilenameFeature in bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Olive NEWS
2
 
==========
3
 
 
4
 
Olive 0.11.0 (2006-09-27)
5
 
 
6
 
 - Got rid of the backend code. (Jelmer Vernooij)
7
 
 - Some cleanups.
8
 
 - Directory listing much faster due to native bzrlib usage.
9
 
 - bzrk used from bzr-gtk.
10
 
 
11
 
Olive 0.10.1 (2006-09-17)
12
 
 
13
 
 - Fixed bug #53963: Close button in About box.
14
 
 - Drive selection is now available under Win32 platforms. That means new
15
 
   dependency (pyWin32)
16
 
 - If the TreeView in the Status window would be empty, display a "No changes."
17
 
   message.
18
 
 - Fixed setup.py install failure on Win32.
19
 
 
20
 
Olive 0.10.0 (2006-09-04)
21
 
 
22
 
 - Version number adjusted to Bazaar's plugin versioning policy.
23
 
 - New 'bzr missing' functionality (Branch/Missing revisions menu item)
24
 
 - po files get built and installed properly (thanks to Stéphane Raimbault)
25
 
 - Fixed several minor bugs.
26
 
 
27
 
Olive 0.1 (2006-08-22)
28
 
 
29
 
 - The first public release.