Skip to content

Commit c9291ce

Browse files
committed
Added CHANGELOG.md
Written in http://keepachangelog.com/ recommended style.
1 parent 95d44a3 commit c9291ce

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

0 commit comments

Comments
 (0)