diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 07:39:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 07:39:23 +0200 |
commit | 4f6ccd97560ce9ac0f78e49547133b10253b9c1e (patch) | |
tree | 0d032221b9b236581bf72782d5096860d8397c4c | |
parent | d941372804aa96ed164bada2481b82c8fabbe741 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,14 +5,14 @@ Version 0.3.0 bpkg update libfoo -v - * The pkg-build command will now offer to drop prerequisite packages that - are no longer necessary. This can happen if a package that is being - upgraded or downgraded changes its prerequisite set. You can use the + * The pkg-build command now offers to drop prerequisite packages that are no + longer necessary. This can happen if a package that is being upgraded or + downgraded changes its prerequisite set. You can use the --keep-prerequisite option to suppress this behavior. - * The pkg-build command now updates all packages at once (with a single - build system invocation) instead of sequentially one at a time. This - should improve performance, especially once parallelism is supported. + * The pkg-build command now updates all packages at once (that is, with a + single build system invocation) instead of sequentially one at a time. + This should improve performance, especially once parallelism is supported. * The rep-create command now loads the description-file and changes-file files from the package archives and includes their contents inline into |