Rev 104: release 0.4.1. in file:///data/jelmer/bzr-rebase/trunk/

Jelmer Vernooij jelmer at samba.org
Mon Sep 1 16:12:34 BST 2008


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

------------------------------------------------------------
revno: 104
revision-id: jelmer at samba.org-20080901151233-9jkac3hfy3g18if6
parent: jelmer at samba.org-20080831203021-42yc10rrvcp08ybl
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-09-01 17:12:33 +0200
message:
  release 0.4.1.
modified:
  NEWS                           news-20070721005510-kbjm9yxqoeczq9fl-1
  __init__.py                    __init__.py-20070626215909-fi0s39bkwxn4gcto-1
  setup.py                       setup.py-20070714212903-tclv52yx8cm6vg1c-1
=== modified file 'NEWS'
--- a/NEWS	2008-08-02 13:15:09 +0000
+++ b/NEWS	2008-09-01 15:12:33 +0000
@@ -1,3 +1,13 @@
+0.4.1	2008-09-01
+
+ BUG FIXES
+
+  * Loosen check of text parents a bit (required for bzr-svn).
+
+ CHANGES
+
+  * Support DESTDIR in Makefile.
+
 0.4		2008-08-02
 
  CHANGES

=== modified file '__init__.py'
--- a/__init__.py	2008-08-02 13:14:50 +0000
+++ b/__init__.py	2008-09-01 15:12:33 +0000
@@ -28,7 +28,7 @@
 from bzrlib.option import Option
 from bzrlib.trace import info, warning
 
-version_info = (0, 4, 0, 'dev', 0)
+version_info = (0, 4, 1, 'final', 0)
 if version_info[3] == 'final':
     version_string = '%d.%d.%d' % version_info[:3]
 else:

=== modified file 'setup.py'
--- a/setup.py	2008-05-11 18:52:36 +0000
+++ b/setup.py	2008-09-01 15:12:33 +0000
@@ -5,7 +5,7 @@
 setup(name='bzr-rebase',
       description='Rebase plugin for Bazaar',
       keywords='plugin bzr rebase',
-      version='0.4',
+      version='0.4.1',
       url='http://bazaar-vcs.org/Rebase',
       download_url='http://bazaar-vcs.org/Rebase',
       license='GPLv3 or later',




More information about the bazaar-commits mailing list