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