diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-10 22:27:59 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:20:41 +0100 |
commit | 528bf74289c01bcd2b8a8e7e9a99eba41039b09b (patch) | |
tree | df0ccc81e979b3e53e18b1e68e95d6e9e62b1c26 /Changelog | |
parent | 4ed6f0982cc0553e31e7beadf441beb8573a07d4 (diff) |
Makefile: new 'release' target.
Also, change the tag format from upstream/$VERSION to v$VERSION.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ interimap (0.5.4) upstream; + libinterimap: factor out hostname/IP parsing. + document that enclosing 'host' value in square brackets forces its interpretation as an IP literal (hence skips name resolution). + + Makefile: new 'release' target; also, change the tag format from + upstream/$VERSION to v$VERSION. - documentation: replace example.org with example.net for consistency. -- Guilhem Moulin <guilhem@fripost.org> Thu, 10 Dec 2020 14:22:05 +0100 |