aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib')
-rw-r--r--jnlib/ChangeLog-2011 (renamed from jnlib/ChangeLog)33
-rw-r--r--jnlib/Makefile.am14
2 files changed, 27 insertions, 20 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog-2011
index 87c5bdada..c8306fc65 100644
--- a/jnlib/ChangeLog
+++ b/jnlib/ChangeLog-2011
@@ -1,3 +1,10 @@
+2011-12-02 Werner Koch <[email protected]>
+
+ NB: ChangeLog files are no longer manually maintained. Starting
+ on December 1st, 2011 we put change information only in the GIT
+ commit log, and generate a top-level ChangeLog file from logs at
+ "make dist". See doc/HACKING for details.
+
2009-08-26 Werner Koch <[email protected]>
* stringhelp.c (do_make_filename): Factor some code out to ..
@@ -52,7 +59,7 @@
2009-01-22 Werner Koch <[email protected]>
- * t-support.c (gpg_err_code_from_errno)
+ * t-support.c (gpg_err_code_from_errno)
(gpg_err_code_from_syserror): New.
2008-11-20 Werner Koch <[email protected]>
@@ -95,7 +102,7 @@
* stringhelp.c (make_basename): Silent gcc warning about unused arg.
* argparse.c (store_alias): Ditto.
- (find_long_option):
+ (find_long_option):
2008-10-15 Werner Koch <[email protected]>
@@ -282,7 +289,7 @@
* stringhelp.c (strsep): New. Copied from gnupg 1.4.5
util/strgutil.c.
- * strlist.h (STRLIST): Removed deprecated typedef.
+ * strlist.h (STRLIST): Removed deprecated typedef.
* types.h: Made cpp commands work with old compilers. Also shows
up nicer with Emacs' font locking.
@@ -292,14 +299,14 @@
Changed license from GPL to LGPL. Note that all code has either
been written by me, David, employees of g10 Code or taken from
glibc.
-
+
* libjnlib-config.h, stringhelp.c, stringhelp.h:
* strlist.c, strlist.h, utf8conv.c, utf8conv.h:
* argparse.c, argparse.h, logging.c, logging.h:
* dotlock.c, dotlock.h, types.h, mischelp.h:
* xmalloc.c, xmalloc.h, w32-pth.c, w32-pth.h:
* w32-afunix.c, w32-afunix.h: Tagged them to be long to jnlib
- which is a part of GnuPG but also used by other projetcs.
+ which is a part of GnuPG but also used by other projetcs.
2006-09-22 Werner Koch <[email protected]>
@@ -427,10 +434,10 @@
(_pth_strerror): New.
(do_pth_wait): Before we enter the loop we check if there
are too much events in the ring.
-
+
2004-12-14 Werner Koch <[email protected]>
- * w32-pth.h (pth_event_occured): Removed macro.
+ * w32-pth.h (pth_event_occured): Removed macro.
* w32-pth.c: Fixed license statement; its under the LGPL.
(enter_pth, leave_pth): Use them to bracket almost all public
functions.
@@ -442,7 +449,7 @@
(pth_kill): Release global mutex section.
(helper_thread): New.
(pth_spawn): Make sure only one thread is running.
-
+
2004-12-13 Werner Koch <[email protected]>
* stringhelp.c (w32_strerror) [W32]: New.
@@ -462,7 +469,7 @@
* w32-afunix.c: New. AF_UNIX emulation for W32.
* w32-afunix.h: Likewise.
-
+
2004-11-22 Werner Koch <[email protected]>
* logging.c (log_test_fd): Add test on LOGSTREAM. Reported by
@@ -573,7 +580,7 @@
2003-06-13 Werner Koch <[email protected]>
- * mischelp.h (wipememory2,wipememory): New. Taken from GnuPG 1.3.2.
+ * mischelp.h (wipememory2,wipememory): New. Taken from GnuPG 1.3.2.
2002-06-04 Werner Koch <[email protected]>
@@ -627,7 +634,7 @@
* logging.c (log_set_prefix): New.
(do_logv): Include prefix and pid only if enabled. Print time only
when explicitly enabled.
- (log_logv): New.
+ (log_logv): New.
* logging.h: Include log_logv() only when requested.
2001-11-06 Werner Koch <[email protected]>
@@ -688,8 +695,8 @@ Mon Jan 24 13:04:28 CET 2000 Werner Koch <[email protected]>
***********************************************************
* Please note that JNLIB is maintained as part of GnuPG. *
* You may find it source-copied in other packages. *
- ***********************************************************
-
+ ***********************************************************
+
Copyright 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am
index c6d0b3a85..b3e7d7d2c 100644
--- a/jnlib/Makefile.am
+++ b/jnlib/Makefile.am
@@ -1,26 +1,26 @@
# Makefile for the JNLIB part of GnuPG
# Copyright (C) 1999, 2000, 2001, 2004,
# 2006 Feee Software Soundation, Inc.
-#
+#
# This file is part of JNLIB.
-#
+#
# JNLIB is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 3 of
# the License, or (at your option) any later version.
-#
+#
# JNLIB is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
-#
+#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
-EXTRA_DIST = README
+EXTRA_DIST = README ChangeLog-2011
noinst_PROGRAMS = $(module_tests)
TESTS = $(module_tests)
@@ -49,7 +49,7 @@ endif
# For GnuPG we don't need the xmalloc stuff.
-# xmalloc.c xmalloc.h
+# xmalloc.c xmalloc.h
#
@@ -62,7 +62,7 @@ endif
#
module_tests = t-stringhelp
-t_jnlib_src = t-support.c t-support.h
+t_jnlib_src = t-support.c t-support.h
t_jnlib_ldadd = libjnlib.a $(LIBINTL) $(LIBICONV)
t_stringhelp_SOURCES = t-stringhelp.c $(t_jnlib_src)