On 07/11/2014 11:43 AM, Daniel Kahn Gillmor wrote:
> But i do see a signed tag enigmail-1-7 in the git repo from 2 days ago.
>  I'll go ahead and package that for debian :)  Should i be looking
> elsewhere for release announcements?

hm.  that signed tag for enigmail 1.7 contains a ./configure and
configure.ac that seems to indicate that the version is enigmail 1.6.

Attached is a patch that should fix this.

hth,

        --dkg
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for enigmail 1.6.
+# Generated by GNU Autoconf 2.65 for enigmail 1.7.
 #
 # Report bugs to <https://www.enigmail.net>.
 #
@@ -551,8 +551,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='enigmail'
 PACKAGE_TARNAME='enigmail'
-PACKAGE_VERSION='1.6'
-PACKAGE_STRING='enigmail 1.6'
+PACKAGE_VERSION='1.7'
+PACKAGE_STRING='enigmail 1.7'
 PACKAGE_BUGREPORT='https://www.enigmail.net'
 PACKAGE_URL=''
 
@@ -1174,7 +1174,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 enigmail 1.6 to adapt to many kinds of systems.
+\`configure' configures enigmail 1.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1240,7 +1240,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of enigmail 1.6:";;
+     short | recursive ) echo "Configuration of enigmail 1.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1319,7 +1319,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-enigmail configure 1.6
+enigmail configure 1.7
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1374,7 +1374,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 enigmail $as_me 1.6, which was
+It was created by enigmail $as_me 1.7, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -3294,7 +3294,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 enigmail $as_me 1.6, which was
+This file was extended by enigmail $as_me 1.7, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3347,7 +3347,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="\\
-enigmail config.status 1.6
+enigmail config.status 1.7
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index bbb3d13..61929d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 AC_PREREQ(2.61)
 min_automake_version="1.10"
 
-AC_INIT([enigmail],[1.6], [https://www.enigmail.net])
+AC_INIT([enigmail],[1.7], [https://www.enigmail.net])
 
 
 AC_PATH_PROG(PYTHON, "python")

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
enigmail-users mailing list
[email protected]
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net

Reply via email to