All notable changes to this project will be documented in this file.
1.2.0 - 2016-08-21
- 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.
- aptutil now requires Go 1.7 or better.
- [cacher]
-s
and-l
command-line flags are gone. - [mirror]
-s
command-line flag is gone.
- Update docs (kudos to @xipmix).
- [cacher] extend Release file check interval from 15 to 600 seconds (#8).
- [mirror] ignore Sources if
include_source
is not specified in mirror.toml.
This works as a workaround for some badly configured web servers.