From d1869c71b41d410848acc0e943f47d1b4b279436 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 9 Oct 2014 18:46:32 +0200 Subject: [PATCH] release 0.0.8a --- NEWS | 5 +++++ NEWS.html | 46 ++++++++++++++++++++++++++++++++++++++++++++-- config.status | 26 +++++++++++++------------- configure | 20 ++++++++++---------- configure.ac | 2 +- po/Makefile | 10 +++++----- po/Makefile.in | 10 +++++----- po/fr.gmo | Bin 962 -> 962 bytes po/fr.po | 26 +++++++++++++------------- po/ptask.pot | 26 +++++++++++++------------- 10 files changed, 109 insertions(+), 62 deletions(-) diff --git a/NEWS b/NEWS index a3db306..f0b0620 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ What's New ========== +v0.0.8 +------ + * fixed a critical gtk error when loading the glade file + which can also cause a memory corruption. + v0.0.7 ------ * added support of taskwarrior 2.3.0. diff --git a/NEWS.html b/NEWS.html index ab536ac..8e037b0 100644 --- a/NEWS.html +++ b/NEWS.html @@ -320,6 +320,48 @@ asciidoc.install();
+

v0.0.8

+
+
    +
  • +

    +fixed a critical gtk error when loading the glade file + which can also cause a memory corruption. +

    +
  • +
+
+
+
+

v0.0.7

+
+
    +
  • +

    +added support of taskwarrior 2.3.0. +

    +
  • +
  • +

    +added combo box for project in the new task dialog. +

    +
  • +
  • +

    +disable the removal of recurrent tasks which is freezing ptask + because taskwarrior CLI is prompting a confirmation. That’s the + consequence of the taskwarrior bug TW-638. +

    +
  • +
  • +

    +display the tags of the selected task. +

    +
  • +
+
+
+

v0.0.6

    @@ -377,7 +419,7 @@ added menu.
  • -restore position of vertical/horizaton spliters. +restore position of vertical/horizontal spliters.

  • @@ -546,7 +588,7 @@ Initial release.

    diff --git a/config.status b/config.status index 59ea825..f83fe5b 100755 --- a/config.status +++ b/config.status @@ -380,7 +380,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ptask $as_me 0.0.7, which was +This file was extended by ptask $as_me 0.0.8a, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -428,9 +428,9 @@ $config_commands Report bugs to . ptask home page: ." -ac_cs_config="" +ac_cs_config="'--prefix=/tmp'" ac_cs_version="\ -ptask config.status 0.0.7 +ptask config.status 0.0.8a configured by ./configure, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\" @@ -438,7 +438,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/home/jporsini/work/ptask' +ac_pwd='/home/jporsini/work.local/ptask' srcdir='.' INSTALL='/usr/bin/install -c' MKDIR_P='/bin/mkdir -p' @@ -520,7 +520,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion + set X /bin/bash './configure' '--prefix=/tmp' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 CONFIG_SHELL='/bin/bash' @@ -758,13 +758,13 @@ S["mkdir_p"]="$(MKDIR_P)" S["MKDIR_P"]="/bin/mkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["STRIP"]="" -S["install_sh"]="${SHELL} /home/jporsini/work/ptask/install-sh" +S["install_sh"]="${SHELL} /home/jporsini/work.local/ptask/install-sh" S["MAKEINFO"]="makeinfo" S["AUTOHEADER"]="autoheader" S["AUTOMAKE"]="automake-1.14" S["AUTOCONF"]="autoconf" S["ACLOCAL"]="aclocal-1.14" -S["VERSION"]="0.0.7" +S["VERSION"]="0.0.8a" S["PACKAGE"]="ptask" S["CYGPATH_W"]="echo" S["am__isrc"]="" @@ -799,12 +799,12 @@ S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," -S["prefix"]="/usr/local" +S["prefix"]="/tmp" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/ptask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" -S["PACKAGE_STRING"]="ptask 0.0.7" -S["PACKAGE_VERSION"]="0.0.7" +S["PACKAGE_STRING"]="ptask 0.0.8a" +S["PACKAGE_VERSION"]="0.0.8a" S["PACKAGE_TARNAME"]="ptask" S["PACKAGE_NAME"]="ptask" S["PATH_SEPARATOR"]=":" @@ -852,12 +852,12 @@ cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { D["PACKAGE_NAME"]=" \"ptask\"" D["PACKAGE_TARNAME"]=" \"ptask\"" -D["PACKAGE_VERSION"]=" \"0.0.7\"" -D["PACKAGE_STRING"]=" \"ptask 0.0.7\"" +D["PACKAGE_VERSION"]=" \"0.0.8a\"" +D["PACKAGE_STRING"]=" \"ptask 0.0.8a\"" D["PACKAGE_BUGREPORT"]=" \"jeanfi@gmail.com\"" D["PACKAGE_URL"]=" \"http://wpitchoune.net/ptask\"" D["PACKAGE"]=" \"ptask\"" -D["VERSION"]=" \"0.0.7\"" +D["VERSION"]=" \"0.0.8a\"" D["ENABLE_NLS"]=" 1" D["HAVE_GETTEXT"]=" 1" D["HAVE_DCGETTEXT"]=" 1" diff --git a/configure b/configure index 2e8416c..ac28437 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ptask 0.0.7. +# Generated by GNU Autoconf 2.69 for ptask 0.0.8a. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ptask' PACKAGE_TARNAME='ptask' -PACKAGE_VERSION='0.0.7' -PACKAGE_STRING='ptask 0.0.7' +PACKAGE_VERSION='0.0.8a' +PACKAGE_STRING='ptask 0.0.8a' PACKAGE_BUGREPORT='jeanfi@gmail.com' PACKAGE_URL='http://wpitchoune.net/ptask' @@ -1298,7 +1298,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ptask 0.0.7 to adapt to many kinds of systems. +\`configure' configures ptask 0.0.8a to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1372,7 +1372,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ptask 0.0.7:";; + short | recursive ) echo "Configuration of ptask 0.0.8a:";; esac cat <<\_ACEOF @@ -1492,7 +1492,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ptask configure 0.0.7 +ptask configure 0.0.8a generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1672,7 +1672,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ptask $as_me 0.0.7, which was +It was created by ptask $as_me 0.0.8a, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2537,7 +2537,7 @@ fi # Define the identity of the package. PACKAGE='ptask' - VERSION='0.0.7' + VERSION='0.0.8a' cat >>confdefs.h <<_ACEOF @@ -7968,7 +7968,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ptask $as_me 0.0.7, which was +This file was extended by ptask $as_me 0.0.8a, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8035,7 +8035,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ptask config.status 0.0.7 +ptask config.status 0.0.8a configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index e4bea32..dcd3008 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ptask], [0.0.7],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) +AC_INIT([ptask], [0.0.8a],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) AM_INIT_AUTOMAKE([-Wall gnu]) diff --git a/po/Makefile b/po/Makefile index c38e348..1a30c1c 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.7 +VERSION = 0.0.8a PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /usr/local +prefix = /tmp exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} @@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jporsini/work/ptask/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work.local/ptask/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P) diff --git a/po/Makefile.in b/po/Makefile.in index 5bdd41c..b1f9375 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.7 +VERSION = 0.0.8a PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /usr/local +prefix = /tmp exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} @@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jporsini/work/ptask/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work.local/ptask/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P) diff --git a/po/fr.gmo b/po/fr.gmo index f6b480c9bd46b717517edb1cc0cd65ce475e2b59..96165c81e23f0943cc060f2fde09627d8728c0d8 100644 GIT binary patch delta 24 fcmX@aeu#a85EHkdfv$n2f}w?#iP>gZrlpJkP?ZJ# delta 24 fcmX@aeu#a85EHk7rLK{sf}x3(srhDErlpJkQ4a\n" "Language-Team: French <>\n" @@ -19,7 +19,7 @@ msgstr "" "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n" "X-Generator: Launchpad (build 15520)\n" -#: src/main.c:53 +#: src/main.c:55 #, c-format msgid "" "Copyright (C) %s jeanfi@gmail.com\n" @@ -29,56 +29,56 @@ msgid "" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" -#: src/main.c:64 +#: src/main.c:66 #, c-format msgid "Usage: %s [OPTION]...\n" msgstr "" -#: src/main.c:66 +#: src/main.c:68 msgid "ptask is a task management user interface based on taskwarrior." msgstr "" -#: src/main.c:70 +#: src/main.c:72 #, fuzzy msgid "Options:" msgstr "Description:" -#: src/main.c:71 +#: src/main.c:73 msgid "" " -h, --help display this help and exit\n" " -v, --version display version information and exit" msgstr "" -#: src/main.c:76 +#: src/main.c:78 msgid " -d, --debug=LEVEL set the debug level, integer between 0 and 3" msgstr "" -#: src/main.c:81 +#: src/main.c:83 #, c-format msgid "Report bugs to: %s\n" msgstr "" -#: src/main.c:83 +#: src/main.c:85 #, c-format msgid "%s home page: <%s>\n" msgstr "" -#: src/main.c:118 +#: src/main.c:120 msgid "" "Error loading tasks, verify that a supported version of taskwarrior is " "installed " msgstr "" -#: src/main.c:183 +#: src/main.c:185 msgid "Enables debug mode." msgstr "" -#: src/main.c:192 +#: src/main.c:194 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/main.c:210 +#: src/main.c:213 #, c-format msgid "Failed to load UI: %s" msgstr "" diff --git a/po/ptask.pot b/po/ptask.pot index f0de96b..41c03b9 100644 --- a/po/ptask.pot +++ b/po/ptask.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-09-29 14:57+0200\n" +"POT-Creation-Date: 2014-10-09 18:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/main.c:53 +#: src/main.c:55 #, c-format msgid "" "Copyright (C) %s jeanfi@gmail.com\n" @@ -27,55 +27,55 @@ msgid "" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" -#: src/main.c:64 +#: src/main.c:66 #, c-format msgid "Usage: %s [OPTION]...\n" msgstr "" -#: src/main.c:66 +#: src/main.c:68 msgid "ptask is a task management user interface based on taskwarrior." msgstr "" -#: src/main.c:70 +#: src/main.c:72 msgid "Options:" msgstr "" -#: src/main.c:71 +#: src/main.c:73 msgid "" " -h, --help display this help and exit\n" " -v, --version display version information and exit" msgstr "" -#: src/main.c:76 +#: src/main.c:78 msgid " -d, --debug=LEVEL set the debug level, integer between 0 and 3" msgstr "" -#: src/main.c:81 +#: src/main.c:83 #, c-format msgid "Report bugs to: %s\n" msgstr "" -#: src/main.c:83 +#: src/main.c:85 #, c-format msgid "%s home page: <%s>\n" msgstr "" -#: src/main.c:118 +#: src/main.c:120 msgid "" "Error loading tasks, verify that a supported version of taskwarrior is " "installed " msgstr "" -#: src/main.c:183 +#: src/main.c:185 msgid "Enables debug mode." msgstr "" -#: src/main.c:192 +#: src/main.c:194 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/main.c:210 +#: src/main.c:213 #, c-format msgid "Failed to load UI: %s" msgstr "" -- 2.7.4