From b97117d07a79d4dc4f7b6f8c8edb780522bc312b Mon Sep 17 00:00:00 2001 From: "G.raud" Date: Sat, 28 Apr 2018 13:17:13 +0200 Subject: [PATCH] NEWS: document the release 0.3 --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 9116a56..b1c334e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Release Notes for archives2git version/0.3 +------------------------------------------ + +.New features + - New script `dsc2git` to convert Debian source packages. + - `--unpack`: new option to specify a custom extraction command. + - `--strip-ext`: new option to remove an unusual file extension. + - `--keep-tempdir`: new debug option. + - Support per repository configuration files. + - `$ARCHIVES2GIT_ENV`: new environment variable to specify an alternate + configuration file. + +.Fixes and Improvements + - Support extracted dangling symlinks. + - Support globbing characters and (non trailing) newlines in filenames of + extracted files. + - Warn when an extracted/renamed file overwrites another one. + - Use `sed` extended regular expressions to support BSD sed. + - Evaluate script snippets in subshells to prevent conflicts with the main + script. + + Release Notes for archives2git version/0.2 ------------------------------------------ -- 2.11.4.GIT