* mark this a 0.8-beta
This commit is contained in:
4
TODO
4
TODO
@ -18,6 +18,8 @@
|
|||||||
- [ ] completion for zsh
|
- [ ] completion for zsh
|
||||||
- [ ] don't make test mail files executable
|
- [ ] don't make test mail files executable
|
||||||
|
|
||||||
|
* Release already done
|
||||||
|
|
||||||
** release 0.8 [100%]
|
** release 0.8 [100%]
|
||||||
- [X] remove gio dependency
|
- [X] remove gio dependency
|
||||||
- [X] fix macos/wordexp bug(?)
|
- [X] fix macos/wordexp bug(?)
|
||||||
@ -33,8 +35,6 @@
|
|||||||
- [X] fix progress info
|
- [X] fix progress info
|
||||||
|
|
||||||
|
|
||||||
* Release already done
|
|
||||||
|
|
||||||
** release 0.7 [100%]
|
** release 0.7 [100%]
|
||||||
|
|
||||||
- [X] signal handler for indexing
|
- [X] signal handler for indexing
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
## along with this program; if not, write to the Free Software Foundation,
|
## along with this program; if not, write to the Free Software Foundation,
|
||||||
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
AC_INIT([mu],[0.8],[http://www.djcbsoftware.nl/code/mu])
|
AC_INIT([mu],[0.8-beta],[http://www.djcbsoftware.nl/code/mu])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([src/mu.cc])
|
AC_CONFIG_SRCDIR([src/mu.cc])
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||||
|
|||||||
Reference in New Issue
Block a user