From: Zac Medico Date: Mon, 8 Jan 2007 05:27:14 +0000 (-0000) Subject: s/suffix/version prefix/ since it really is a prefix for the version string. X-Git-Tag: v2.1.2~145 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f35debfded80d183f9adaf0e22aca3b29d7f2681;p=portage.git s/suffix/version prefix/ since it really is a prefix for the version string. svn path=/main/trunk/; revision=5482 --- diff --git a/NEWS b/NEWS index 5bdcf786b..fc8dc4f0b 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,7 @@ portage-2.1 (ongoing via pre releases) and general notices. Collects eerror/ewarn/elog/einfo messages. * New elog function (should replace einfo in many cases) * version syntax enhancements allowing multiple suffixes and a new 'cvs' - suffix for denoting "live sources" ebuilds. + version prefix for denoting "live sources" ebuilds. * config files as directories enabling more flexible settings management. * Addition of an register_die_hook method that allows ebuild/eclasses to register functions to be called for better debugging on errors.