mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-04 12:21:31 +01:00
Preparing a release candidate
This commit is contained in:
parent
e56269eae0
commit
a1fc3a5d9e
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-23 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
Release 1.4.11rc1.
|
||||||
|
|
||||||
2009-09-02 Werner Koch <wk@g10code.com>
|
2009-09-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
Release 1.4.10.
|
Release 1.4.10.
|
||||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
Noteworthy changes in version 1.4.11
|
Noteworthy changes in version 1.4.11 (unreleased)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
* Bug fixes.
|
* Bug fixes.
|
||||||
|
6
README
6
README
@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.4.10
|
Version 1.4.11
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007, 2008,
|
2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2009 Free Software Foundation, Inc.
|
2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is free software; as a special exception the author
|
This file is free software; as a special exception the author
|
||||||
gives unlimited permission to copy and/or distribute it, with or
|
gives unlimited permission to copy and/or distribute it, with or
|
||||||
|
@ -25,8 +25,8 @@ min_automake_version="1.9.3"
|
|||||||
# Remember to change the version number immediately *after* a release.
|
# Remember to change the version number immediately *after* a release.
|
||||||
# Set my_issvn to "yes" for non-released code. Remember to run an
|
# Set my_issvn to "yes" for non-released code. Remember to run an
|
||||||
# "svn up" and "autogen.sh --force" right before creating a distribution.
|
# "svn up" and "autogen.sh --force" right before creating a distribution.
|
||||||
m4_define([my_version], [1.4.11])
|
m4_define([my_version], [1.4.11rc1])
|
||||||
m4_define([my_issvn], [yes])
|
m4_define([my_issvn], [no])
|
||||||
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
|
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
|
||||||
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
|
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
|
||||||
AC_INIT([gnupg],
|
AC_INIT([gnupg],
|
||||||
|
@ -81,7 +81,7 @@ How to build GnuPG from the source:
|
|||||||
|
|
||||||
Until recently all official GnuPG versions have been build using the
|
Until recently all official GnuPG versions have been build using the
|
||||||
Mingw32/CPD kit as available at
|
Mingw32/CPD kit as available at
|
||||||
ftp://ftp.gnupg.org/people/werner/cpd/mingw32-cqpd-0.3.2.tar.gz .
|
ftp://ftp.gnupg.org/people/werner/cpd/mingw32-cpd-0.3.2.tar.gz .
|
||||||
However, for maintenance reasons we switched to Debian's mingw32 cross
|
However, for maintenance reasons we switched to Debian's mingw32 cross
|
||||||
compiler package and that is now the recommended way of building GnuPG
|
compiler package and that is now the recommended way of building GnuPG
|
||||||
for W32 platforms. It might be possible to build it nativly on a W32
|
for W32 platforms. It might be possible to build it nativly on a W32
|
||||||
|
@ -207,6 +207,9 @@ get_manufacturer (unsigned int no)
|
|||||||
case 0x0005: return "ZeitControl";
|
case 0x0005: return "ZeitControl";
|
||||||
|
|
||||||
case 0x002A: return "Magrathea";
|
case 0x002A: return "Magrathea";
|
||||||
|
|
||||||
|
case 0xF517: return "FSIJ";
|
||||||
|
|
||||||
/* 0x00000 and 0xFFFF are defined as test cards per spec,
|
/* 0x00000 and 0xFFFF are defined as test cards per spec,
|
||||||
0xFFF00 to 0xFFFE are assigned for use with randomly created
|
0xFFF00 to 0xFFFE are assigned for use with randomly created
|
||||||
serial numbers. */
|
serial numbers. */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
To include support for BZIP2 compression in GunPG for W32, the patch
|
To include support for BZIP2 compression in GunPG for W32, the patch
|
||||||
below should be applied to a stock bzip2-1.0.2 source. The Build as
|
below should be applied to a stock bzip2-1.0.6 source. The Build as
|
||||||
usual using the mingw32 cross compiler package from Debian and install
|
usual using the mingw32 cross compiler package from Debian and install
|
||||||
the library and header file on top of the cross compiler installation
|
the library and header file on top of the cross compiler installation
|
||||||
(/usr/i586-mingw32msvc/lib/). Note that for ease of maintenance we
|
(/usr/i586-mingw32msvc/lib/). Note that for ease of maintenance we
|
||||||
|
@ -917,7 +917,7 @@ default_strusage( int level )
|
|||||||
break;
|
break;
|
||||||
case 11: p = "foo"; break;
|
case 11: p = "foo"; break;
|
||||||
case 13: p = "0.0"; break;
|
case 13: p = "0.0"; break;
|
||||||
case 14: p = "Copyright (C) 2009 Free Software Foundation, Inc."; break;
|
case 14: p = "Copyright (C) 2010 Free Software Foundation, Inc."; break;
|
||||||
case 15: p =
|
case 15: p =
|
||||||
"This is free software: you are free to change and redistribute it.\n"
|
"This is free software: you are free to change and redistribute it.\n"
|
||||||
"There is NO WARRANTY, to the extent permitted by law.\n";
|
"There is NO WARRANTY, to the extent permitted by law.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user