diff options
author | murray <murray@FreeBSD.org> | 2004-06-30 02:15:31 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2004-06-30 02:15:31 +0000 |
commit | 06cc06e43b8ddae7de0964445572da990ad75c44 (patch) | |
tree | 187bc6ace55b99a5f946ad8aa644c536e4561f5f /release | |
parent | 3da37f99845226e42408b791a4519ab53ccaa65d (diff) | |
download | FreeBSD-src-06cc06e43b8ddae7de0964445572da990ad75c44.zip FreeBSD-src-06cc06e43b8ddae7de0964445572da990ad75c44.tar.gz |
Attempt to summarize Oliver's recent changes to the pkg tools.
Submitted by: eik@
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 15 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 2ba35f4..da35d98 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -973,6 +973,21 @@ analogous to <filename>src/UPDATING</filename> for the base system.</para> + <para>The version number parsing code has been rewritten in the + system pkg tools, restoring compatibiliy with 4.x and + portupgrade.</para> + + <para>The package tools can now match packages with relational + operators and csh-style {...} choices, e.g.: + + <screen>&prompt.root; <userinput>pkg_info -I 'docbook>=3.0'</userinput></screen> + + will list (all) docbook DTDs with at least version 3.0. + Additional command line options have also been added to aid + pattern matching.</para> + + <para>The package tools have improved handling of corrupt package + databases.</para> </sect2> <sect2 id="releng"> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 2ba35f4..da35d98 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -973,6 +973,21 @@ analogous to <filename>src/UPDATING</filename> for the base system.</para> + <para>The version number parsing code has been rewritten in the + system pkg tools, restoring compatibiliy with 4.x and + portupgrade.</para> + + <para>The package tools can now match packages with relational + operators and csh-style {...} choices, e.g.: + + <screen>&prompt.root; <userinput>pkg_info -I 'docbook>=3.0'</userinput></screen> + + will list (all) docbook DTDs with at least version 3.0. + Additional command line options have also been added to aid + pattern matching.</para> + + <para>The package tools have improved handling of corrupt package + databases.</para> </sect2> <sect2 id="releng"> |