mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-12 21:58:50 +01:00
* gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.
Suggested by Brian Gladman. * fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po * zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated. * zh_CN.po: Hack to fix a format string mismatch. * sk.po: Corrrected a format string. * de.po: Fixed a few fuzzys and 1 untranslated messages
This commit is contained in:
parent
c87185787e
commit
a0f699b466
6
AUTHORS
6
AUTHORS
@ -124,8 +124,12 @@ for GnuPG.
|
||||
The RPM specs file scripts/gnupg.spec has been contributed by
|
||||
several people.
|
||||
|
||||
The files below scripts/conf-w32brg/ is a contribution to GnuPG by
|
||||
Brian Gladman and not to be considered a proper part of GnuPG.
|
||||
|
||||
|
||||
Copyright 1998, 1999, 2000, 2001, 2002,
|
||||
2003 Free Software Foundation, Inc.
|
||||
2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software; as a special exception the author gives
|
||||
unlimited permission to copy and/or distribute it, with or without
|
||||
|
1
THANKS
1
THANKS
@ -16,6 +16,7 @@ Bob Mathews bobmathews@mindspring.com
|
||||
Bodo Moeller Bodo_Moeller@public.uni-hamburg.de
|
||||
Brendan O'Dea bod@debian.org
|
||||
Brenno de Winter brenno@dewinter.com
|
||||
Brian Gladman brg@gladman.plus.com
|
||||
Brian M. Carlson karlsson@hal-pc.org
|
||||
Brian Moore bem@cmc.net
|
||||
Brian Warner warner@lothar.com
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-07-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.
|
||||
Suggested by Brian Gladman.
|
||||
|
||||
2004-01-13 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgkeys_hkp.c (send_key): Send a content-type.
|
||||
|
@ -31,7 +31,14 @@
|
||||
#ifdef NEED_LBER_H
|
||||
#include <lber.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#include <winldap.h>
|
||||
#else
|
||||
#include <ldap.h>
|
||||
#endif
|
||||
|
||||
#include "keyserver.h"
|
||||
|
||||
#ifdef __riscos__
|
||||
|
@ -1,3 +1,11 @@
|
||||
2004-07-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po
|
||||
* zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated.
|
||||
* zh_CN.po: Hack to fix a format string mismatch.
|
||||
* sk.po: Corrrected a format string.
|
||||
* de.po: Fixed a few fuzzys and 1 untranslated messages
|
||||
|
||||
2004-06-16 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* it.po: Updated. That is the fasted update I've ever seen;
|
||||
|
688
po/pt_BR.po
688
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
802
po/zh_CN.po
802
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
688
po/zh_TW.po
688
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user