Add release notes for 0.17
[stgit.git] / RELEASENOTES
blob6e9d3eb43484eb78ec9f25af83782cfa7c8378d3
1                       Stacked Git 0.17 released
2                       -------------------------
4 StGit is a Python application providing functionality similar to Quilt
5 (i.e. pushing/popping patches to/from a stack) on top of Git. These
6 operations are performed using Git commands, and the patches are
7 stored as Git commit objects, allowing easy merging of the StGit
8 patches into other repositories using standard Git functionality.
10   Download:         http://download.gna.org/stgit/stgit-0.17.tar.gz
11   Main repository:  git://repo.or.cz/stgit.git
12   Project homepage: http://www.procode.org/stgit/
13   Mailing list:     stgit-users@gna.org
14   Bug tracker:      https://gna.org/bugs/?group=stgit
16 The main changes since release 0.16:
18 - 'stg delete --top' option for deleting the top patch.
19 - Fix for parsing the commit header correctly.
20 - Several 'stgit.el' (Emacs mode) improvements.
21 - 'stg branch --merge' option for merging the work tree changes into the
22   other branch.
23 - Fix 'stg status --reset' error messages.
24 - HTML documentation fix.
25 - Support for sending patches both as attachment and inline.
26 - 'stg mail' no longer filters explicitly added '--cc' sender address.
27 - Email template fixes.
28 - 'stg refresh' warns when index is dirty.