summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 16:32:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 16:32:36 +0000
commit19d92834ede2a4bc3d4e223f83ada71b199dca64 (patch)
treee546e365d5593d308967d8101978d6fce2de1c52
parent9ade752fa71d25e36213797e1f456dfd3f04b752 (diff)
downloadgnurl-19d92834ede2a4bc3d4e223f83ada71b199dca64.tar.gz
gnurl-19d92834ede2a4bc3d4e223f83ada71b199dca64.tar.bz2
gnurl-19d92834ede2a4bc3d4e223f83ada71b199dca64.zip
corrected
-rw-r--r--CHANGES7
-rw-r--r--CVS-INFO2
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d2acd1b5..9c23883b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
History of Changes
+Daniel (8 January 2001)
+- Made some minor corrections to get the client to cleanup properly and I made
+ the separator work again when getting multiple globbed URLs to stdout.
+
+- Worked with Loic Dachary to get the make dist and make distcheck work
+ correctly.
+
Loic Dachary (6 January 2001)
- Automated generation of rpm packages, no need to be root.
diff --git a/CVS-INFO b/CVS-INFO
index dfe1bb0e1..39d9c0eef 100644
--- a/CVS-INFO
+++ b/CVS-INFO
@@ -15,6 +15,8 @@ perl/ is a subdirectory with various perl scripts
To build after having extracted everything from CVS, do this:
% automake
+% aclocal
+% autoheader
% autoconf
% ./configure
% make