diff --git a/ChangeLog b/ChangeLog index 101c7a1a..17258875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 0.08.1 +------------- +- Fixed bounds check crashes on some empty window key presses +- Fixed crashes when using larger counts in normal mode +- Fix invalid iterator accesses + Version 0.08 ------------- - Support for :highlight color changing commands diff --git a/configure.ac b/configure.ac index 3ac57839..1e1e2683 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vimpc], [0.08], [https://github.com/boysetsfrog/vimpc], [vimpc], [https://github.com/boysetsfrog/vimpc]) +AC_INIT([vimpc], [0.08.1], [https://github.com/boysetsfrog/vimpc], [vimpc], [https://github.com/boysetsfrog/vimpc]) AC_LANG_PUSH([C++]) AC_PREREQ([2.59])