aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-04-08 19:27:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-04-08 19:27:06 +0000
commitcd9ad9e54b4e98487206542aae191a5b7681dc6d (patch)
tree519f9d02531708845fcc5b08551a5c20fac47e3d /CHANGES
parentc30a3913b59dc13bf90819450bc7f4242f63767c (diff)
some rpm build improvements
adjusted progress bar user agent sent when talking non-http through a http proxy
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ba19de94c..c7ff883d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,18 @@
Version XX
+Daniel (8 April 2000):
+- Made the progress bar look better for file sizes between 9999 kilobytes
+ and 100 megabytes. They're now displayed XX.XM.
+- I also noticed that ftp fetches through HTTP proxies didn't add the user
+ agent string. It does now.
+- Habibie <habibie@MailandNews.com> supplied a pretty good way to build RPMs
+ on a Linux machine. It still a) requires me to be root to do it, b) leaves
+ the rpm packages laying at some odd place on my disk c) doesn't work to
+ build the ssl version of curl since I didn't install openssl from an rpm
+ package so now the rpm crap thinks I don't have openssl and refuses to build
+ a package that depends on ssl... Did I mention I don't get along with RPM?
+
Daniel (4 April 2000):
- Marco G. Salvagno <mgs@whiz.cjb.net> supplied me with two fixes that
appearantly makes the OS/2 port work better with multiple URLs.