Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.0.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 May 16, 2016
1 parent ffbd1a2 commit ec54970
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Change Log

All relevant changes to the project are documented in this file.


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

Bugfix release.

### Fixes
- Fix `C-a`, `C-e`, `C-space`, etc. regression when Cscope integration,
`--disable-cscope` or `--disable-all` is selected.


[v3.0][] - 2016-05-15
---------------------

Expand Down Expand Up @@ -56,11 +67,13 @@ set as Mg3a.
functions. Some simply marked as "don't care"
- Fix missing initialization of stack variables

[UNRELEASED]: https://github.com/troglobit/mg/compare/TAIL...HEAD
[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.0.1...HEAD
[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
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], [https://github.com/troglobit/mg/issues], [mg])
AC_INIT([Mg], [3.0.1], [https://github.com/troglobit/mg/issues], [mg])
AM_INIT_AUTOMAKE([1.11 foreign])

AC_CONFIG_SRCDIR([main.c])
Expand Down

0 comments on commit ec54970

Please sign in to comment.