Rev 486: Release 0.94.0. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Sun May 4 19:36:56 BST 2008


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 486
revision-id: jelmer at samba.org-20080504183655-qi2oc5f94b8i3kcn
parent: jelmer at samba.org-20080504182846-z98bsigxxnly8b6n
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2008-05-04 20:36:55 +0200
message:
  Release 0.94.0.
modified:
  NEWS                           news-20070325173539-3va57o99cz3o57xe-1
  __init__.py                    __init__.py-20060519165329-a1fd52c8a829fcd5
  setup.py                       setup.py-20060716162505-h2isrtlg8lmlg2o2-1
=== modified file 'NEWS'
--- a/NEWS	2008-05-04 18:28:46 +0000
+++ b/NEWS	2008-05-04 18:36:55 +0000
@@ -1,3 +1,14 @@
+0.94.0    2008-05-04
+
+ CHANGES
+
+  * Disabled signature tab until we start verifying testaments. 
+    (Jelmer Vernooij)
+
+ BUG FIXES
+
+  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
+
 0.94.0rc1  2008-04-25
 
  CHANGES
@@ -45,17 +56,17 @@
 
   * Fixed change view menu in viz. (Javier Derderian, #215350)
 
-  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
-
  FEATURES
  
   * Only check for old Bazaar versions that are known to be incompatible and 
     no longer warn about newer (unknown) versions of Bazaar, on the assumption
-	the API is sufficiently stable now. (Jelmer Vernooij)
+    the API is sufficiently stable now. (Jelmer Vernooij)
 
   * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
-  * Add tab to revision view showing the signature status (not yet enabled). (Daniel Schierbeck, Jelmer Vernooij)
+  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
+
+  * Use seahorse to verify signatures. (Daniel Schierbeck)
 
  INTERNALS
 
@@ -87,7 +98,7 @@
  
   * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
-0.92.0	2007-11-07
+0.92.0    2007-11-07
 
  UI
 
@@ -140,7 +151,7 @@
 
   * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
-0.91.0	2007-09-24
+0.91.0    2007-09-24
 
  UI
 
@@ -179,7 +190,7 @@
   * Added default_branch_path to MergeDialog and use it from olive-gtk.
     (Mateusz Korniak)
 
-0.90.0	2007-08-27
+0.90.0    2007-08-27
 
  FEATURES
 
@@ -280,7 +291,7 @@
 
   * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
-0.16.0	2007-05-05
+0.16.0    2007-05-05
 
  FEATURES
  
@@ -308,7 +319,7 @@
   
   * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
-0.15.2	2007-04-03
+0.15.2    2007-04-03
 
  BUG FIXES
 
@@ -325,7 +336,7 @@
 
   * Display remote locations in commit-notify (Robert)
 
-0.15.1	2007-03-25
+0.15.1    2007-03-25
 
  BUG FIXES
  
@@ -363,7 +374,7 @@
 
   * Strict commits are now a dialog, not a check box (Jelmer)
 
-0.15.0	2007-03-09
+0.15.0    2007-03-09
 
 BUG FIXES
 
@@ -407,14 +418,14 @@
 
   * Add initial testsuite (Jelmer)
 
-0.14.0	2007-01-30
+0.14.0    2007-01-30
 
   * Add revert functionality (Szilvester)
 
   * Rewritten CommitDialog without glade (Szilvester)
 
   * Allow to commit single files from the context menu (Fixes #54983,
-													   Szilvester)
+                                                       Szilvester)
 
   * Warn about incompatible Bazaar versions (Jelmer)
 
@@ -427,7 +438,7 @@
   * Set default drive letter (#67924, Szilvester)
 
   * Show error if no diff available for the selected file (#76536,
-														  Szilvester)
+                                                          Szilvester)
 
   * Handle current revision in annotate better (Aaron)
 
@@ -455,7 +466,7 @@
 
   * Several other small regression fixes (Szilvester)
 
-0.13.0	2006-12-13
+0.13.0    2006-12-13
 
   * Don't show pending merge list when there are no pending merges
     (Alexander Belchenko)
@@ -478,7 +489,7 @@
 
   * Use dotted revnos in gannotate (Aaron Bentley)
 
-0.12.0	2006-11-04
+0.12.0    2006-11-04
 
   * #68127: gcommit is broken
 

=== modified file '__init__.py'
--- a/__init__.py	2008-04-30 13:08:30 +0000
+++ b/__init__.py	2008-05-04 18:36:55 +0000
@@ -37,7 +37,7 @@
 
 import bzrlib
 
-version_info = (0, 94, 0, 'rc', 1)
+version_info = (0, 94, 0, 'final', 1)
 
 if version_info[3] == 'final':
     version_string = '%d.%d.%d' % version_info[:3]

=== modified file 'setup.py'
--- a/setup.py	2008-05-01 13:03:54 +0000
+++ b/setup.py	2008-05-04 18:36:55 +0000
@@ -91,11 +91,11 @@
 
 setup(
     name = "bzr-gtk",
-    version = "0.94.0rc1",
+    version = "0.94.0",
     maintainer = "Jelmer Vernooij",
     maintainer_email = "jelmer at samba.org",
     description = "GTK+ Frontends for various Bazaar commands",
-    license = "GNU GPL v2",
+    license = "GNU GPL v2 or later",
     scripts=['olive-gtk'],
     package_dir = {
         "bzrlib.plugins.gtk": ".",




More information about the bazaar-commits mailing list