Close stdin before killing cat-process
[stgit/setup.git] / RELEASENOTES
blobd43ca31cbf3f22b7970d8c5aa6062ea7c1407c7b
1                       Stacked Git 0.17.1 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.1.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.17:
18 - Fix dirty index errors when resolving conflicts.
19 - Test suite improvements.
20 - Print tracebacks to stderr.
21 - Run test suite in parallel.
22 - Fix --authdate date parsing.
24 The main changes since release 0.16:
26 - 'stg delete --top' option for deleting the top patch.
27 - Fix for parsing the commit header correctly.
28 - Several 'stgit.el' (Emacs mode) improvements.
29 - 'stg branch --merge' option for merging the work tree changes into the
30   other branch.
31 - Fix 'stg status --reset' error messages.
32 - HTML documentation fix.
33 - Support for sending patches both as attachment and inline.
34 - 'stg mail' no longer filters explicitly added '--cc' sender address.
35 - Email template fixes.
36 - 'stg refresh' warns when index is dirty.