File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ Unreleased]
6
+ ### Added
7
+ - aptuitl now adopts [ github.com/cybozu-go/cmd] [ cmd ] framework.
8
+ As a result, commands implement [ the common spec] [ spec ] .
9
+ - [ cacher] added ` listen_address ` configuration parameter to specify listening address (#9 ).
10
+ - [ cacher] added ` log ` configuration section to specify logging options.
11
+ - [ mirror] added ` log ` configuration section to specify logging options.
12
+
13
+ ### Changed
14
+ - aptutil now requires Go 1.7 or better.
15
+
16
+ ### Removed
17
+ - [ cacher] ` -s ` and ` -l ` command-line flags are gone.
18
+ - [ mirror] ` -s ` command-line flag is gone.
19
+
20
+ ## [ 1.1.0]
21
+ ### Changed
22
+ - Update docs (kudos to @xipmix ).
23
+ - [ cacher] extend Release file check interval from 15 to 600 seconds (#8 ).
24
+
25
+ ## [ 1.0.1]
26
+ ### Changed
27
+ - [ mirror] ignore Sources if ` include_source ` is not specified in mirror.toml.
28
+ This works as a workaround for some badly configured web servers.
29
+
30
+
31
+ [ cmd ] : https://github.com/cybozu-go/cmd
32
+ [ spec ] : https://github.com/cybozu-go/cmd/blob/master/README.md#specifications
33
+ [ Unreleased ] : https://github.com/cybozu-go/aptutil/compare/v1.1.0...HEAD
34
+ [ 1.1.0 ] : https://github.com/cybozu-go/aptutil/compare/v1.0.1...v1.1.0
35
+ [ 1.0.1 ] : https://github.com/cybozu-go/aptutil/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments