Skip to content

Commit

Permalink
Update changelog and bump version for 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Aug 30, 2020
1 parent 1aaca9a commit ae2907f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Changes in version 1.4 (Sun, 30 Aug 2020)

Small bugfixes and improvements release:

- show default tape device in usage output (Iustin Pop).
- improve parsing of the stinit.def configuration file to detect and
flag some of the possible errors, and add tests to prevent
regressions (Iustin Pop).
- add LTO-8 (hrchu) and LTO-7 formatted as M8 (Iustin Pop) density
codes.
- internal code improvements for issues flagged by Coverity scan
warnings (Gris Ge).
- add bash auto-completion file (Paweł Marciniak).
- don't strip anymore binaries on installation, as nowadays this is
the job of package managers (Dan Horák).

Thanks to all the contributors!

## Changes in version 1.3 (Sun, 01 May 2016)

Small bugfixes and improvements:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DISTFILES = \
.dir-locals.el \
.clang-format

VERSION=1.3
VERSION=1.4
RELEASEDIR=mt-st-$(VERSION)
TARFILE=mt-st-$(VERSION).tar.gz

Expand Down

0 comments on commit ae2907f

Please sign in to comment.