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