Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 1.34 KB

Change Log

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

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.