mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Prepare for the beta3 release.
This commit is contained in:
parent
6f02c14344
commit
8e47f1e576
4
NEWS
4
NEWS
@ -1,4 +1,4 @@
|
|||||||
Noteworthy changes in version 2.1.0beta3
|
Noteworthy changes in version 2.1.0beta3 (2011-12-20)
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
* Fixed regression in GPG's secret key export function.
|
* Fixed regression in GPG's secret key export function.
|
||||||
@ -15,7 +15,7 @@ Noteworthy changes in version 2.1.0beta3
|
|||||||
* gpg-connect-agent does now proberly display the help output for
|
* gpg-connect-agent does now proberly display the help output for
|
||||||
"SCD HELP" commands.
|
"SCD HELP" commands.
|
||||||
|
|
||||||
* New GPGSM validation model "steed".
|
* Preliminary support for the GPGSM validation model "steed".
|
||||||
|
|
||||||
* Improved certificate creation in GPGSM.
|
* Improved certificate creation in GPGSM.
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ Release process:
|
|||||||
* Run "make -C po update-po".
|
* Run "make -C po update-po".
|
||||||
* Write NEWS entries and set the release date in NEWS.
|
* Write NEWS entries and set the release date in NEWS.
|
||||||
* In configure.ac set "my_issvn" to "no".
|
* In configure.ac set "my_issvn" to "no".
|
||||||
* Put a "Release <version>" line into the top level ChangeLog.
|
|
||||||
* Commit all changes to GIT and push them.
|
* Commit all changes to GIT and push them.
|
||||||
|
* Do a commit with a "Release <version>" line.
|
||||||
* Run "./autogen.sh --force"
|
* Run "./autogen.sh --force"
|
||||||
(--force is required for the svn magic in configure.ac and a good
|
(--force is required for the svn magic in configure.ac and a good
|
||||||
idea in any case)
|
idea in any case)
|
||||||
|
@ -24,8 +24,8 @@ min_automake_version="1.10"
|
|||||||
# 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" right before creating a distribution.
|
# "svn up" and "autogen.sh" right before creating a distribution.
|
||||||
m4_define([my_version], [2.1.0])
|
m4_define([my_version], [2.1.0beta3])
|
||||||
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)]))
|
||||||
|
13
doc/HACKING
13
doc/HACKING
@ -23,7 +23,8 @@ and ChangeLog entries don't give enough of the big picture. Omit the
|
|||||||
leading TABs that you're used to seeing in a "real" ChangeLog file, but
|
leading TABs that you're used to seeing in a "real" ChangeLog file, but
|
||||||
keep the maximum line length at 72 or smaller, so that the generated
|
keep the maximum line length at 72 or smaller, so that the generated
|
||||||
ChangeLog lines, each with its leading TAB, will not exceed 80 columns.
|
ChangeLog lines, each with its leading TAB, will not exceed 80 columns.
|
||||||
|
If you want to add text which shall not be copied to the ChangeLog,
|
||||||
|
separate it by a line consisting of two dashes at the begin of a line.
|
||||||
|
|
||||||
|
|
||||||
===> What follows is probably out of date <===
|
===> What follows is probably out of date <===
|
||||||
@ -39,15 +40,17 @@ RFCs
|
|||||||
|
|
||||||
1750 Randomness Recommendations for Security.
|
1750 Randomness Recommendations for Security.
|
||||||
|
|
||||||
1991 PGP Message Exchange Formats.
|
1991 PGP Message Exchange Formats (obsolete)
|
||||||
|
|
||||||
2015 MIME Security with Pretty Good Privacy (PGP).
|
|
||||||
|
|
||||||
2144 The CAST-128 Encryption Algorithm.
|
2144 The CAST-128 Encryption Algorithm.
|
||||||
|
|
||||||
2279 UTF-8, a transformation format of ISO 10646.
|
2279 UTF-8, a transformation format of ISO 10646.
|
||||||
|
|
||||||
2440 OpenPGP.
|
2440 OpenPGP (obsolete).
|
||||||
|
|
||||||
|
3156 MIME Security with Pretty Good Privacy (PGP).
|
||||||
|
|
||||||
|
4880 Current OpenPGP specification.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user