diff options
author | Werner Koch <[email protected]> | 2007-04-13 11:45:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-04-13 11:45:05 +0000 |
commit | 6ae6e18d5fc677d72aad050fd6bb8323836dd929 (patch) | |
tree | bcb900b825a7a6f36ebb69858fd6ad8ce80ab27a /README.maint | |
parent | * parse-packet.c (parse_marker): New. Enforce that the marker (diff) | |
download | gnupg-6ae6e18d5fc677d72aad050fd6bb8323836dd929.tar.gz gnupg-6ae6e18d5fc677d72aad050fd6bb8323836dd929.zip |
g10/ and sm/
* call-agent.c (start_agent): Don't use log_error when using the
fallback hack to start the agent. This is bug 782.
scripts/
* mail-to-translators: Copied from 1.4. and adjusted.
tools/
* gpgconf-comp.c: Allow changing of --allow-mark-trusted.
* gpg-connect-agent.c (main): New option --decode and commands
decode and undecode.
(read_and_print_response): Implement option.
Diffstat (limited to 'README.maint')
-rw-r--r-- | README.maint | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.maint b/README.maint index e74da9297..8bd169a0f 100644 --- a/README.maint +++ b/README.maint @@ -3,6 +3,17 @@ Here are some notes on how to maintain GnuPG. +Release Planning: +================= + +If you are planning a new release and strings have changed you should +send a notification to all tyranslators, so that they have time to +update their translations. scripts/mail-to-translators is useful for +this. It might need some tweaking and it needs to be armored for +actual sending. Running it as is to see what will happen is a good +idea, though. + + Release process: ================ |