Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jul 21, 2018
1 parent 44e7d3f commit 8f74e23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Change Log
All relevant changes to the project are documented in this file.


[v3.1][UNRELEASED]
------------------
[v3.1][] - 2018-07-22
---------------------

The standalone release, with lots of OpenBSD fixes and improvements.

Expand All @@ -21,6 +21,7 @@ The standalone release, with lots of OpenBSD fixes and improvements.
- Remove theo analyzer from OpenBSD build, archived upstream
- Enable regexp search by default in configure script, now all features
are on parity and can be disabled/enabled in the same fashion
- Clarify licensing of project, everything is in the public domain

### Fixes
- Fix #1: Enable `M-x no-tab-mode`, disabled in OpenBSD by default
Expand All @@ -30,6 +31,14 @@ The standalone release, with lots of OpenBSD fixes and improvements.
- Backups saved to wrong directory when running as another user, from OpenBSD
- Fix editing files in a directory without read permission, use relative
paths if we cannot get the CWD, from OpenBSD
- Fixes to warnings from Coverity Scan (static code analyzer):
- Insecure data handling in `getkeyname()`
- Possible NULL pointer deref(s) in `dired.c`
- Fix explicit NULL pointer deref in `dired.c`
- Fix unchecked return value in `delleadwhite()` and `indent()`
- Fix explicit NULL pointer deref in `excline()`
- Fix many dereference after NULL check in `veread()`
- Fix possible memory leak in error handling of `veread()`


[v3.0.2][] - 2016-08-28
Expand Down Expand Up @@ -107,16 +116,11 @@ set as Mg3a.
functions. Some simply marked as "don't care"
- Fix missing initialization of stack variables

[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.0.2...HEAD
[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.1...HEAD
[v3.1]: https://github.com/troglobit/mg/compare/v3.0.2...v3.1
[v3.0.2]: https://github.com/troglobit/mg/compare/v3.0.1..v3.0.2
[v3.0.1]: https://github.com/troglobit/mg/compare/v3.0..v3.0.1
[v3.0]: https://github.com/troglobit/mg/compare/TAIL...v3.0
[Mg2a]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/
[Mg3a]: http://www.bengtl.net/files/mg3a/
[libite]: https://github.com/troglobit/libite/

<!--
-- Local Variables:
-- mode: markdown
-- End:
-->
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Written by Joachim Nilsson <[email protected]> and put in the public domain.
AC_INIT([Mg], [3.1-dev], [https://github.com/troglobit/mg/issues], [mg])
AC_INIT([Mg], [3.1], [https://github.com/troglobit/mg/issues], [mg])
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit 8f74e23

Please sign in to comment.