Skip to content

Commit d86a0c1

Browse files
committed
Release 0.19
Signed-off-by: Peter Grayson <[email protected]>
1 parent 4a6f1e8 commit d86a0c1

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

RELEASENOTES

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stacked Git 0.18 released
1+
Stacked Git 0.19 released
22
-------------------------
33

44
StGit is a Python application providing functionality similar to Quilt
@@ -7,27 +7,28 @@ operations are performed using Git commands, and the patches are
77
stored as Git commit objects, allowing easy merging of the StGit
88
patches into other repositories using standard Git functionality.
99

10-
Download: https://github.com/ctmarinas/stgit/archive/v0.18.tar.gz
11-
Main repository: git://repo.or.cz/stgit.git
10+
Download: https://github.com/ctmarinas/stgit/archive/v0.19.tar.gz
11+
Main repository: https://repo.or.cz/stgit.git
1212
Project homepage: http://www.procode.org/stgit/
1313
Issue tracker: https://github.com/ctmarinas/stgit/issues
1414

15-
The main changes since release 0.17.1:
15+
The main changes since release 0.18:
1616

17-
- 'commit-msg' hook support for easier integration with Gerrit, allowing
18-
a Change-Id line to be inserted in the commit message
17+
- Python 3 support. StGit supports Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6,
18+
and 3.7. PyPy interpreters are also supported.
1919

20-
- 'stg mail' improvements for 'Suggested-by:' tag and auto generation of
21-
Cc for the cover letter based on all tags in the series
20+
- Submodules are now ignored when checking if working tree is clean. Submodules
21+
are also not included by default when refreshing a patch.
2222

23-
- 'stg mail' bash completion for the --to, --cc and --bcc options based
24-
on the content of the [mail "alias"] section of GIT configuration
23+
- Config booleans are now parsed similarly to git-config.
2524

26-
- 'stg edit --review' option to add a 'Reviewed-by:' tag
25+
- contrib/stgit.el is now licenced with GPLv2.
2726

28-
- 'stg pop --spill' functionality to allow popping a patch from the
29-
stack while keeping its modification in the tree
27+
- Repair handling of emails with utf-8 bodies containing latin-1 characters.
28+
Also correctly decode email headers containing quoted encoded words.
3029

31-
- Various fixes and test coverage improvements
30+
- StGit's version is now correct/available the release archive.
3231

33-
- Project page details updated (gna.org has been shut down)
32+
- Add continuous integration (travis-ci) and code coverage (coveralls) support.
33+
34+
- Many new test cases were added.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
stgit (0.19) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
-- Peter Grayson <[email protected]> Mon, 06 Nov 2018 03:40:00 +0000
6+
17
stgit (0.18) unstable; urgency=low
28

39
* New upstream release

0 commit comments

Comments
 (0)