Preparing a release candidate.

This commit is contained in:
Werner Koch 2007-12-14 16:08:53 +00:00
parent 78c2a34afe
commit a6549ca548
37 changed files with 28316 additions and 22460 deletions

View File

@ -1,3 +1,7 @@
2007-12-14 Werner Koch <wk@g10code.com>
Released 2.0.8rc1.
2007-12-12 Werner Koch <wk@g10code.com>
* configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.

View File

@ -24,8 +24,8 @@ min_automake_version="1.10"
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [2.0.8])
m4_define([my_issvn], [yes])
m4_define([my_version], [2.0.8rc1])
m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \

View File

@ -1,3 +1,8 @@
2007-12-14 Werner Koch <wk@g10code.com>
* gpg.c (main): Set opt.no_homedir_creation during the first option
parsing pass.
2007-12-12 Werner Koch <wk@g10code.com>
* misc.c (print_pubkey_algo_note): Print a warning if a type 20

View File

@ -1905,8 +1905,11 @@ main (int argc, char **argv )
default_config = 0;
}
else if( pargs.r_opt == oNoOptions )
{
default_config = 0; /* --no-options */
else if( pargs.r_opt == oHomedir )
opt.no_homedir_creation = 1;
}
else if( pargs.r_opt == oHomedir )
set_homedir ( pargs.r.ret_str );
else if( pargs.r_opt == oNoPermissionWarn )
opt.no_perm_warn=1;

View File

@ -1,3 +1,7 @@
2007-12-14 Werner Koch <wk@g10code.com>
* de.po: Update.
2007-12-12 Werner Koch <wk@g10code.com>
* POTFILES.in: Add a couple of missing files.

1522
po/be.po

File diff suppressed because it is too large Load Diff

1955
po/ca.po

File diff suppressed because it is too large Load Diff

1939
po/cs.po

File diff suppressed because it is too large Load Diff

1546
po/da.po

File diff suppressed because it is too large Load Diff

1995
po/de.po

File diff suppressed because it is too large Load Diff

1920
po/el.po

File diff suppressed because it is too large Load Diff

1898
po/eo.po

File diff suppressed because it is too large Load Diff

1955
po/es.po

File diff suppressed because it is too large Load Diff

1895
po/et.po

File diff suppressed because it is too large Load Diff

1913
po/fi.po

File diff suppressed because it is too large Load Diff

1939
po/fr.po

File diff suppressed because it is too large Load Diff

1918
po/gl.po

File diff suppressed because it is too large Load Diff

1914
po/hu.po

File diff suppressed because it is too large Load Diff

1922
po/id.po

File diff suppressed because it is too large Load Diff

1932
po/it.po

File diff suppressed because it is too large Load Diff

1915
po/ja.po

File diff suppressed because it is too large Load Diff

1630
po/nb.po

File diff suppressed because it is too large Load Diff

1929
po/pl.po

File diff suppressed because it is too large Load Diff

1911
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1955
po/ro.po

File diff suppressed because it is too large Load Diff

1926
po/ru.po

File diff suppressed because it is too large Load Diff

1907
po/sk.po

File diff suppressed because it is too large Load Diff

1963
po/sv.po

File diff suppressed because it is too large Load Diff

1918
po/tr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2007-12-14 Werner Koch <wk@g10code.com>
* config.guess, config.sub: Update to version 2007-11-19.
2007-07-04 Werner Koch <wk@g10code.com>
Switched to GPLv3+.

16
scripts/config.guess vendored
View File

@ -4,11 +4,11 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2007-05-17'
timestamp='2007-11-19'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
@ -17,7 +17,9 @@ timestamp='2007-05-17'
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@ -328,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
sun4*:SunOS:6*:*)
@ -791,7 +793,7 @@ EOF
exit ;;
*:Interix*:[3456]*)
case ${UNAME_MACHINE} in
x86)
x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
@ -952,8 +954,8 @@ EOF
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
xtensa:Linux:*:*)
echo xtensa-unknown-linux-gnu
xtensa*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so

14
scripts/config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2007-06-28'
timestamp='2007-11-19'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -12,7 +12,7 @@ timestamp='2007-06-28'
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@ -21,7 +21,9 @@ timestamp='2007-06-28'
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@ -367,10 +369,14 @@ case $basic_machine in
| v850-* | v850e-* | vax-* \
| we32k-* \
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| xstormy16-* | xtensa*-* \
| ymp-* \
| z8k-*)
;;
# Recognize the basic CPU types without company name, with glob match.
xtensa*)
basic_machine=$basic_machine-unknown
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)

View File

@ -1,3 +1,8 @@
2007-12-14 Werner Koch <wk@g10code.com>
* Makefile.am (./gpg_dearmor): Reverted last change because the
real fix is to --no-options.
2007-11-22 Werner Koch <wk@g10code.com>
* Makefile.am (./gpg_dearmor): Add --homedir so that we don't

View File

@ -61,7 +61,7 @@ prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
./gpg_dearmor:
echo '#!/bin/sh' >./gpg_dearmor
echo "../../g10/gpg2 --no-options --no-greeting --homedir . \
echo "../../g10/gpg2 --no-options --no-greeting \
--no-secmem-warning --batch --dearmor" >>./gpg_dearmor
chmod 755 ./gpg_dearmor