From 37b0ea3bc3bc87db9a800c2aea2055ff6d98f226 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 21 Aug 2010 20:44:53 +0300 Subject: [PATCH] * small updates --- TODO | 12 +++++------- configure.ac | 8 ++++---- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index 78fc2294..7a907ef4 100644 --- a/TODO +++ b/TODO @@ -3,9 +3,8 @@ * Future release -** release 0.8 [%] +** release 0.9 [%] - [ ] bookmarks - - [ ] completion for zsh - [ ] query on time - [ ] mu-setup (?) - [ ] mu stats @@ -16,20 +15,19 @@ - [ ] search for date interval etc. - [ ] detect mail threads (?) - [ ] clean up mu-msg-field, add formatting(?) + - [ ] xml,json,sexp output -** release 0.7.1 [71%] - - [X] remove hard gio dependency +** release 0.8 [57%] + - [X] remove gio dependency - [X] fix macos/wordexp bug(?) - [X] fix rhel5 installation issue - - [X] don't require gio - [X] summary - [ ] attachment handling - [ ] review docs - - [ ] xml,json,sexp output + - [ ] completion for zsh - * Release already done ** release 0.7 [100%] diff --git a/configure.ac b/configure.ac index 5ff392a1..5776828a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Dirk-Jan C. Binnema +## Copyright (C) 2008-2010 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -28,8 +28,7 @@ AM_SILENT_RULES([yes]) # # note that MU_XAPIAN_DB_VERSION does not necessarily follow MU # versioning, as we hopefully don't have updates for each version; -# also, this has nothing to do with the version of the Xapian library -# +# also, this has nothing to do with Xapian's software version AC_DEFINE(MU_XAPIAN_DB_VERSION,["7.0"], [Schema version of the database]) LT_INIT # don't use AC_PROG_LIBTOOL anymore @@ -140,10 +139,10 @@ Makefile src/Makefile src/tests/Makefile man/Makefile +contrib/Makefile ]) AC_OUTPUT - echo echo "mu configuration is complete." echo "-----------------------------" @@ -155,3 +154,4 @@ echo "/xapian-0.6 directory to save some disk space" echo echo "type 'make' to build mu, or 'make check' to run the unit tests." +echo "use 'make V=1' to show the detailed output during the build"