projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ade752
)
corrected
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 8 Jan 2001 16:32:36 +0000
(16:32 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 8 Jan 2001 16:32:36 +0000
(16:32 +0000)
CHANGES
patch
|
blob
|
history
CVS-INFO
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 2d2acd1b55079b9f521851871c11dbd226905cdb..9c23883b056840098521caa78f0f5b161d9f44a1 100644
(file)
--- 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 dfe1bb0e19a146c77206c0f7d34482e3e9ee8d2e..39d9c0eef60473589b563753a4e6c4164c7bfeee 100644
(file)
--- 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