Skip to content
Snippets Groups Projects

Tags

Tags give the ability to mark specific points in history as being important
  • Name
  • Oldest updated
  • Updated date
  • Latest version
  • Oldest version
  • v2024.12.08 protected
    46c323d9 · Release v2024.12.08 ·
    Release v2024.12.08
    
  • 2024.07.10 protected
    de26dcb3 · Release 2024.07.10 ·
    Release 2024.07.10
    
     * Change versioning to use dots as separators instead of dashes:
         - Previous version: 2024-07-07
         - New version: 2024.07.10
    
     * Support older curl releases, minimum required version is now 7.46.0:
         - Only set --no-clobber if curl is 7.83 or newer
         - Only set --parallel if curl is 7.66 or newer
    
     * Set --fail on curl, in order to return errors instead of saving as
       output files.
    
     * Add more tests.
    
     * Remove the need for GNU coreutils' realpath for tests.
    
     * wcurl.1: Update manpage with links to Github and Debian's Salsa.
    
     * Update LICENSE file with new contributors.
    
  • 2024-07-07 protected
    97c1f9b2 · Release 2024-07-07 ·
    Release 2024-07-07
    
     * Drop getotp usage, non-linux environments are supported now.
     * Replace "-o/--opts=" parameters with "--curl-options/--curl-options=".
       This alternative is more descriptive and it does not coincide with any of curl's parameters.
     * Stop auto-resuming downloads and don't overwrite files instead by default.
       Safer alternative as otherwise curl can corrupt a file if the name clashes and the size of the existing one is smaller.
       One can easily change that behavior with '--curl-options="--continue-at -'.
     * New --dry-run option: just print what would be invoked.
     * Choose https as a default protocol, in case there's none in the URL.
     * Disable curl's URL globbing parser so {} and [] characters in URLs are not treated specially.
     * Implement support for '--'.
     * Implement a -V and --version options.
     * Basic testsuite implemented.
     * Update manpage, README and help output.
    
  • 2024-07-02 protected
    Third release (first one to be shipped on Debian)
    
    Closes https://github.com/Debian/wcurl/issues/6
    
  • 2024-06-26 protected
    2deb288f · Bump version ·
    Second release
    
  • 2024-05-14 protected
    110ec462 · Init commit ·
    First release