diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 14:30:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 14:30:48 +0200 |
commit | 3fc9357e99bb8020287cd41cf2b7a523a8f7c113 (patch) | |
tree | 03d42edf14e4a9f372e5407db9f78a7b63267fb3 /NEWS | |
parent | 365e61d0c072fd53ac704fa40e2259350b4f1198 (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Version 0.7.0 + + * Add support for git repository locations. + + * Add support for dir repository type. + + * Add repository type prefix to repository canonical name. + + * Add support for version iteration. + + * Add support for dependent repository trust. + + * Make base repository manifest in repositories.manifest optional. + + * Change version epoch format from '<num>~' to '+<num>-'. + + * Add support for dependency constraint shortcut operators (~ and ^). + Version 0.6.0 * Support for build-include and build-exclude manifest values. |