svn commit: r47603 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Sat Oct 17 17:54:44 UTC 2015
Author: bjk
Date: Sat Oct 17 17:54:42 2015
New Revision: 47603
URL: https://svnweb.freebsd.org/changeset/doc/47603
Log:
Add pkg report from bapt
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Sat Oct 17 12:23:34 2015 (r47602)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Sat Oct 17 17:54:42 2015 (r47603)
@@ -2032,4 +2032,54 @@
</help>
</project>
+ <project cat='bin'>
+ <title>pkg 1.6</title>
+
+ <contact>
+ <person>
+ <name>&os; pkg Team</name>
+ <email>pkg at FreeBSD.org</email>
+ </person>
+ </contact>
+
+ <body>
+ <p><tt>pkg</tt> 1.6.0 has been released. Many changes
+ have been made since pkg 1.5:</p>
+
+ <ul>
+ <li>The dependency solver is greatly improved</li>
+ <li>Lots of fixes in the three-way merge code</li>
+ <li><tt>pkg add</tt> can now work without a version specified
+ in the dependency line</li>
+ <li><tt>pkg check -d</tt> now also checks the required libraries</li>
+ <li>Improved support for partial upgrades</li>
+ <li>Improved zsh completion support</li>
+ <li>Improved Linux support (all regression tests now pass on
+ Linux)</li>
+ <li>Messages can now be context aware, only printing a given
+ message during installation, upgrade (conditional on
+ previous version), removal, or always</li>
+ <li>@keywords now accept new entries to add context-aware messages</li>
+ <li>Added the ability to generate graphiz's dot format
+ representation of the solver's problem</li>
+ <li><tt>pkg search</tt> now defaults to showing the pkg-comments
+ of of the matched packages</li>
+ <li>Lots of bug fixes and code cleanup</li>
+ <li>Improvements in cross-installation support</li>
+ </ul>
+ </body>
+
+ <help>
+ <task>
+ <p>Add a notion of priority to the list of files so as to
+ ensure that certain files are the first to be replaced
+ (a blocker for packaging base).</p>
+ </task>
+
+ <task>
+ <p>Investigate replacing openssl by mbedtls.</p>
+ </task>
+ </help>
+ </project>
+
</report>
More information about the svn-doc-all
mailing list