httpup/ChangeLog

106 lines
3.2 KiB
Plaintext

* 0.5.1 09.12.2022 Matt Housh
- httpup-repgen: updated egrep reference to use grep -E
* 0.5.0 06.04.2019 Fredrik Rinnestam
- Changelog: https://crux.nu/gitweb/?p=tools/httpup.git;a=summary
* 0.4.0l 16.09.2012 Johannes Winkelmann
- gcc 4.7 compilation fix
* 0.4.0k 18.06.2009 Johannes Winkelmann
- gcc 4.4 compilation fix by Tilman
* 0.4.0j 24.06.2008 Johannes Winkelmann
- add gcc 4.3 fixes by Fredrik Rinnestam
- add "[options]" to man page ]
- add --insecure-ssl/-k option ] Suggested by Jose Beneyto
* 0.4.0i 15.04.2006 Johannes Winkelmann
- Remove directories again (regression from 4.0h)
- improve some compilation issues reported by Han
* 0.4.0h 04.04.2006 Johannes Winkelmann
- fix potentially dangerous deltree call (Thanks Martin Koniczek for reporting
and debugging)
* 0.4.0g 23.02.2006 Johannes Winkelmann
- change default timeout to 60s
- add configuration variable for timeout: operation_timeout
* 0.4.0f 22.09.2005 Johannes Winkelmann
- remove deflate option again
* 0.4.0e 20.09.2005 Johannes Winkelmann
- Add deflate option
- Set timeout to 30s
* 0.4.0d 03.05.2005 Johannes Winkelmann
- fallback when argument list too long
* 0.4.0b 03.05.2005 Johannes Winkelmann
- fix two bugs in -repgen with ignore expressions
* 0.4.0a 02.04.2005 Johannes Winkelmann
- Fix a nasty bug when write permissions are missing
* 0.4.0 04.02.2005 Johannes Winkelmann
- Initial import of argparser
- remove 'mirror' command
- 'copy' command requires 2 arguments
- support nondefault REPO file name
- include new httpup-repgen: new ignore syntax
- refactorings
- add --verify-md5 to verify md5sum
- nonzero return value if md5sum verification failed
- merge Han's many changes to httpup-repgen
* 0.3.2 28.07.2004 Johannes Winkelmann
- New commands: copy (no additional files), mirror (keep REPO file)
- Disable debug message in main.cpp (thanks Simone)
* 0.3.1 15.04.2004 Johannes Winkelmann
- fix segfault if no .httpup-url found
- remove debug output
- add missing include
- fix substring checkout bug
* 0.3.0 14.04.2004 Johannes Winkelmann
- Enable http 302 redirection
* 0.2.94 07.04.2004 Johannes Winkelmann
- add detection for malicious file names in remote repo files (".." at least)
- update man page
* 0.2.93 05.04.2004 Johannes Winkelmann
- fix config parser
- fix bug in proxy auth (curl <-> std::string)
* 0.2.92 03.04.2004 Johannes Winkelmann
- rename REPO.CURRENT to .httpup-repo.current (stay backward compatible for
0.3.0)
- Remove files with directories, warn if a files should replace a directory
- support for proxy server and proxy authentication
- make 'list' recursive
* 0.2.91 28.03.2004 Johannes Winkelmann
- use ~/.netrc for supplying username/password to proxy
* 0.2.90 26.03.2004 Johannes Winkelmann
- Major refactoring; make it partly object oriented :-)
- Use pwd if no target directory specified
- allow sync without arguments -> use urlinfo in pwd
- allow subtree sync
* 0.2.2 04.10.2003 Johannes Winkelmann
- Fix ugly bug caused by temporary c_str() references
* 0.2.1 lost
* 0.2 27.06.2003 Johannes Winkelmann
- Bugfix when deleting files
* 0.1 23.06.2003 Johannes Winkelmann
- initial release