Skip to content

Latest commit

 

History

History
93 lines (74 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

93 lines (74 loc) · 3.12 KB

Change Log

All notable changes to this project will be documented in this file.

1.4.2 - 2020-12-23

Changed

  • Minor fixes
  • Upgrade CI to go1.15

1.4.1 - 2018-11-16

Changed

  • Handle renaming of cybozu-go/cmd to cybozu-go/well
  • Introduce support for Go modules

1.4.0 - 2018-03-02

Changed

  • No notable changes since RC1.

1.4.0rc1 - 2018-01-19

Changed

  • Do not consume too much memory when downloading large files (#14, #28).
  • [mirror] could not find Release/InRelease if suites=["/"] (#25, #26).
  • [cacher] create cache directories automatically (#29).
    Contributed by @jacksgt.
  • [cacher] prevent panic for URL whose path is a mapping prefix (#30).

1.3.2 - 2017-09-01

Changed

  • [mirror] file modes of by-hash indices were erroneously 0600.

1.3.1 - 2017-08-21

Changed

  • [mirror] failed to detect by-hash support in some cases (#21).

1.3.0 - 2017-08-02

Added

  • [mirror] support by-hash index acquisition (#15, #16).

Changed

  • [cacher] workaround for bad contents in Release (#13, #17).

1.2.2 - 2016-08-31

Changed

  • Check errors of wrong log configurations.

1.2.1 - 2016-08-24

Changed

  • Fix for the latest cybozu-go/cmd.

1.2.0 - 2016-08-21

Added

  • aptuitl now adopts github.com/cybozu-go/cmd framework.
    As a result, commands implement the common spec.
  • [cacher] added listen_address configuration parameter to specify listening address (#9).
  • [cacher] added log configuration section to specify logging options.
  • [mirror] added log configuration section to specify logging options.

Changed

  • aptutil now requires Go 1.7 or better.

Removed

  • [cacher] -s and -l command-line flags are gone.
  • [mirror] -s command-line flag is gone.

Changed

  • Update docs (kudos to @xipmix).
  • [cacher] extend Release file check interval from 15 to 600 seconds (#8).

Changed

  • [mirror] ignore Sources if include_source is not specified in mirror.toml.
    This works as a workaround for some badly configured web servers.