chiark / gitweb /
Release notes: Turn the 0.15-rc1 release notes into 0.15 release notes
authorKarl Wiberg <kha@virtutech.com>
Mon, 17 Aug 2009 22:38:11 +0000 (00:38 +0200)
committerKarl Wiberg <kha@treskal.com>
Mon, 17 Aug 2009 23:38:36 +0000 (01:38 +0200)
Don't talk about the -rc1 release, because that's already happened. We
want this to be the 0.15 sharp release notes.

Signed-off-by: Karl Wiberg <kha@treskal.com>
RELEASENOTES

index 92389f046950fc9b9e36251778da5b42d1dbd292..16acf35ab5aa2ade34fad7471c8661b746a2d1a3 100644 (file)
@@ -1,19 +1,19 @@
-Stacked Git 0.15-rc1
---------------------
+Stacked Git 0.15
+----------------
 
-The first release candidate for StGit 0.15 is available from the
-git://repo.or.cz/stgit.git or http://download.gna.org/stgit/. Bugs can
-be reported on the Git mailing list or via the project bugs page
-(https://gna.org/bugs/?group=stgit).
+StGit 0.15 is available, and can be checked out from
+git://repo.or.cz/stgit.git or http://download.gna.org/stgit/.
 
-StGit is a Python application providing similar functionality to Quilt
+StGit is a Python application providing functionality similar to Quilt
 (i.e. pushing/popping patches to/from a stack) on top of Git. These
-operations are performed using Git commands and the patches are stored
-as Git commit objects, allowing easy merging of the StGit patches into
-other repositories using standard Git functionality.
+operations are performed using Git commands, and the patches are
+stored as Git commit objects, allowing easy merging of the StGit
+patches into other repositories using standard Git functionality.
 
-The main changes since release 0.14.3 (I may miss some important
-features but they can be found in the log):
+Bugs can be reported on the Git mailing list or via the project bug
+tracker at https://gna.org/bugs/?group=stgit.
+
+The main changes since release 0.14.3 are
 
 - New core infrastructure for repository operations
 - Infinite undo/redo operations and corresponding commands