Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.0.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Aug 28, 2016
1 parent f46c0ea commit 1271c4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Change Log
All relevant changes to the project are documented in this file.


[v3.0.2][] - 2016-08-28
-----------------------

Bugfix release.

### Fixes
- Fix segfault when closing `*scratch*` buffer with `C-x k RET` having
issued `C-x b RET` from a fresh started `mg`.
- Bring `fileio.c` up to speed with OpenBSD, r1.102, replacing `TMPDIR`
with the standard `/tmp` directory for temp files.


[v3.0.1][] - 2016-05-16
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Mg], [3.0.1], [https://github.com/troglobit/mg/issues], [mg])
AC_INIT([Mg], [3.0.2], [https://github.com/troglobit/mg/issues], [mg])
AM_INIT_AUTOMAKE([1.11 foreign])

AC_CONFIG_SRCDIR([main.c])
Expand Down

0 comments on commit 1271c4b

Please sign in to comment.