blob: 55430ed9f5bedc7a5b2d5a65021a2280b15021ee (
plain)
1 * 0.4.0f 22.09.2005 Johannes Winkelmann
2 - remove deflate option again
3
4 * 0.4.0e 20.09.2005 Johannes Winkelmann
5 - Add deflate option
6 - Set timeout to 30s
7
8 * 0.4.0d 03.05.2005 Johannes Winkelmann
9 - fallback when argument list too long
10
11 * 0.4.0b 03.05.2005 Johannes Winkelmann
12 - fix two bugs in -repgen with ignore expressions
13
14 * 0.4.0a 02.04.2005 Johannes Winkelmann
15 - Fix a nasty bug when write permissions are missing
16
17
18 * 0.4.0 04.02.2005 Johannes Winkelmann
19 - Initial import of argparser
20 - remove 'mirror' command
21 - 'copy' command requires 2 arguments
22 - support nondefault REPO file name
23 - include new httpup-repgen: new ignore syntax
24 - refactorings
25 - add --verify-md5 to verify md5sum
26 - nonzero return value if md5sum verification failed
27 - merge Han's many changes to httpup-repgen
28
29
30 * 0.3.2 28.07.2004 Johannes Winkelmann
31 - New commands: copy (no additional files), mirror (keep REPO file)
32 - Disable debug message in main.cpp (thanks Simone)
33
34 * 0.3.1 15.04.2004 Johannes Winkelmann
35 - fix segfault if no .httpup-url found
36 - remove debug output
37 - add missing include
38 - fix substring checkout bug
39
40 * 0.3.0 14.04.2004 Johannes Winkelmann
41 - Enable http 302 redirection
42
43 * 0.2.94 07.04.2004 Johannes Winkelmann
44 - add detection for malicious file names in remote repo files (".." at least)
45 - update man page
46
47 * 0.2.93 05.04.2004 Johannes Winkelmann
48 - fix config parser
49 - fix bug in proxy auth (curl <-> std::string)
50
51 * 0.2.92 03.04.2004 Johannes Winkelmann
52 - rename REPO.CURRENT to .httpup-repo.current (stay backward compatible for
53 0.3.0)
54 - Remove files with directories, warn if a files should replace a directory
55 - support for proxy server and proxy authentication
56 - make 'list' recursive
57
58 * 0.2.91 28.03.2004 Johannes Winkelmann
59 - use ~/.netrc for supplying username/password to proxy
60
61 * 0.2.90 26.03.2004 Johannes Winkelmann
62 - Major refactoring; make it partly object oriented :-)
63 - Use pwd if no target directory specified
64 - allow sync without arguments -> use urlinfo in pwd
65 - allow subtree sync
66
67 * 0.2.2 04.10.2003 Johannes Winkelmann
68 - Fix ugly bug caused by temporary c_str() references
69
70 * 0.2.1 lost
71
72 * 0.2 27.06.2003 Johannes Winkelmann
73 - Bugfix when deleting files
74
75 * 0.1 23.06.2003 Johannes Winkelmann
76 - initial release
|