blob: 0b12e0d4d3ef1e595b883dfc33be42126b3a442f (
plain)
1 * 0.4.0k 18.06.2009 Johannes Winkelmann
2 - gcc 4.4 compilation fix by Tilman
3
4 * 0.4.0j 24.06.2008 Johannes Winkelmann
5 - add gcc 4.3 fixes by Fredrik Rinnestam
6 - add "[options]" to man page ]
7 - add --insecure-ssl/-k option ] Suggested by Jose Beneyto
8
9 * 0.4.0i 15.04.2006 Johannes Winkelmann
10 - Remove directories again (regression from 4.0h)
11 - improve some compilation issues reported by Han
12
13 * 0.4.0h 04.04.2006 Johannes Winkelmann
14 - fix potentially dangerous deltree call (Thanks Martin Koniczek for reporting
15 and debugging)
16
17 * 0.4.0g 23.02.2006 Johannes Winkelmann
18 - change default timeout to 60s
19 - add configuration variable for timeout: operation_timeout
20
21 * 0.4.0f 22.09.2005 Johannes Winkelmann
22 - remove deflate option again
23
24 * 0.4.0e 20.09.2005 Johannes Winkelmann
25 - Add deflate option
26 - Set timeout to 30s
27
28 * 0.4.0d 03.05.2005 Johannes Winkelmann
29 - fallback when argument list too long
30
31 * 0.4.0b 03.05.2005 Johannes Winkelmann
32 - fix two bugs in -repgen with ignore expressions
33
34 * 0.4.0a 02.04.2005 Johannes Winkelmann
35 - Fix a nasty bug when write permissions are missing
36
37
38 * 0.4.0 04.02.2005 Johannes Winkelmann
39 - Initial import of argparser
40 - remove 'mirror' command
41 - 'copy' command requires 2 arguments
42 - support nondefault REPO file name
43 - include new httpup-repgen: new ignore syntax
44 - refactorings
45 - add --verify-md5 to verify md5sum
46 - nonzero return value if md5sum verification failed
47 - merge Han's many changes to httpup-repgen
48
49
50 * 0.3.2 28.07.2004 Johannes Winkelmann
51 - New commands: copy (no additional files), mirror (keep REPO file)
52 - Disable debug message in main.cpp (thanks Simone)
53
54 * 0.3.1 15.04.2004 Johannes Winkelmann
55 - fix segfault if no .httpup-url found
56 - remove debug output
57 - add missing include
58 - fix substring checkout bug
59
60 * 0.3.0 14.04.2004 Johannes Winkelmann
61 - Enable http 302 redirection
62
63 * 0.2.94 07.04.2004 Johannes Winkelmann
64 - add detection for malicious file names in remote repo files (".." at least)
65 - update man page
66
67 * 0.2.93 05.04.2004 Johannes Winkelmann
68 - fix config parser
69 - fix bug in proxy auth (curl <-> std::string)
70
71 * 0.2.92 03.04.2004 Johannes Winkelmann
72 - rename REPO.CURRENT to .httpup-repo.current (stay backward compatible for
73 0.3.0)
74 - Remove files with directories, warn if a files should replace a directory
75 - support for proxy server and proxy authentication
76 - make 'list' recursive
77
78 * 0.2.91 28.03.2004 Johannes Winkelmann
79 - use ~/.netrc for supplying username/password to proxy
80
81 * 0.2.90 26.03.2004 Johannes Winkelmann
82 - Major refactoring; make it partly object oriented :-)
83 - Use pwd if no target directory specified
84 - allow sync without arguments -> use urlinfo in pwd
85 - allow subtree sync
86
87 * 0.2.2 04.10.2003 Johannes Winkelmann
88 - Fix ugly bug caused by temporary c_str() references
89
90 * 0.2.1 lost
91
92 * 0.2 27.06.2003 Johannes Winkelmann
93 - Bugfix when deleting files
94
95 * 0.1 23.06.2003 Johannes Winkelmann
96 - initial release
|