From: Karl Wiberg Date: Mon, 17 Aug 2009 22:38:11 +0000 (+0200) Subject: Release notes: Turn the 0.15-rc1 release notes into 0.15 release notes X-Git-Tag: v0.15-rc2~9 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/ec29b673aa06bfce4c45e1339deb820f517fbfef?ds=inline;hp=fd57f3900aadf3ed6e14e41bcc86318182f14545 Release notes: Turn the 0.15-rc1 release notes into 0.15 release notes 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 --- diff --git a/RELEASENOTES b/RELEASENOTES index 92389f0..16acf35 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -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