summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-10-30 22:05:18 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-10-30 22:05:18 +0000
commit073560be3a5da2ed073864099db2057169b97f3c (patch)
treeb1e2f65bdd802a7c00e821d3b25be3635f0de04d
parentd5b1813a4992e4f3409b67f3b9edf5a59ce80eca (diff)
downloadgnutls-073560be3a5da2ed073864099db2057169b97f3c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog71
1 files changed, 71 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 593bbec7c0..e40f543431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2004-10-30 11:47 Simon Josefsson <simon@josefsson.org>
+
+ * doc/gnutls.texi:
+
+ Editorial fixes.
+
+2004-10-30 11:12 Simon Josefsson <simon@josefsson.org>
+
+ * src/errcodes.c:
+
+ Fix.
+
+2004-10-30 00:52 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS, NEWS:
+
+ Add.
+
+2004-10-30 00:13 Simon Josefsson <simon@josefsson.org>
+
+ * lib/Makefile.am:
+
+ Recurse into minitasn1/.
+
+2004-10-30 00:11 Simon Josefsson <simon@josefsson.org>
+
+ * lib/Makefile.am:
+
+ Remove libgnutls.vers.
+
+2004-10-30 00:11 Simon Josefsson <simon@josefsson.org>
+
+ * lib/Makefile.am:
+
+ Use AM_CPPFLAGS instead of obsoleted INCLUDES. Use only one of
+ -Iminitasn1 or $(LIBTASN1_CFLAGS), depending on ENABLE_MINITASN1.
+ Link with minitasn1/libminitasn1.la, instead of building files here.
+ Don't use $(LIBTASN1_LIBS) unless ENABLE_MINITASN1.
+
+2004-10-30 00:00 Simon Josefsson <simon@josefsson.org>
+
+ * lib/Makefile.am:
+
+ Put .la libraries in LIBADD, not LDFLAGS, as recommended.
+
+2004-10-29 23:55 Simon Josefsson <simon@josefsson.org>
+
+ * lib/Makefile.am:
+
+ Build x509 files inside x509/, to avoid scattering *.o and *.lo for
+ every file in x509/ in lib/.
+
+2004-10-29 23:32 Simon Josefsson <simon@josefsson.org>
+
+ * buildconf:
+
+ Fix.
+
+2004-10-29 23:18 Simon Josefsson <simon@josefsson.org>
+
+ * src/Makefile.am:
+
+ Remove SERV_LIBS (not used).
+
+2004-10-29 23:18 Simon Josefsson <simon@josefsson.org>
+
+ * configure.in:
+
+ Use AS_HELP_STRING. Remove SERV_LIBS (unused). Various indentation
+ and cleanup.
+
2004-10-29 12:15 Simon Josefsson <simon@josefsson.org>
* NEWS, configure.in, lib/Makefile.am: