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