Rev 4729: (jam) Release 2.0.4 final in file:///home/pqm/archives/thelove/bzr/2.0/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Jan 21 21:02:18 GMT 2010
At file:///home/pqm/archives/thelove/bzr/2.0/
------------------------------------------------------------
revno: 4729 [merge]
revision-id: pqm at pqm.ubuntu.com-20100121210215-ikrnfdaws0hldamx
parent: pqm at pqm.ubuntu.com-20100117111134-5dg659dazkk6fr55
parent: john at arbash-meinel.com-20100121193557-r0djw2lu8ehba3v1
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.0
timestamp: Thu 2010-01-21 21:02:15 +0000
message:
(jam) Release 2.0.4 final
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS 2010-01-17 11:11:34 +0000
+++ b/NEWS 2010-01-21 19:35:57 +0000
@@ -5,17 +5,17 @@
.. contents:: List of Releases
:depth: 1
-bzr 2.0.4 (not released yet)
-############################
-
-:Codename:
-:2.0.4: smooth sailing
-
-Compatibility Breaks
-********************
-
-New Features
-************
+bzr 2.0.4
+#########
+
+:Codename: smooth sailing
+:2.0.4: 2010-01-21
+
+The fourth bugfix-only release in the 2.0 series contains more than a
+dozen bugfixes relative to 2.0.3. The primary focus is on handling
+interruptions and concurrent operations more cleanly, there is also a fair
+improvement to ``bzr export`` when exporting a remote branch.
+
Bug Fixes
*********
@@ -79,18 +79,6 @@
the right time will get propagated, rather than silently failing to move
the block pointer. (John Arbash Meinel, Gareth White, #495023)
-Improvements
-************
-
-Documentation
-*************
-
-API Changes
-***********
-
-Internals
-*********
-
Testing
*******
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2009-12-15 16:56:18 +0000
+++ b/bzrlib/__init__.py 2010-01-21 19:35:57 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006, 2007, 2008, 2009 Canonical Ltd
+# Copyright (C) 2005-2010 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
# releaselevel of 'dev' for unreleased under-development code.
-version_info = (2, 0, 4, 'dev', 0)
+version_info = (2, 0, 4, 'final', 0)
# API compatibility version: bzrlib is currently API compatible with 1.15.
api_minimum_version = (1, 17, 0)
More information about the bazaar-commits
mailing list