diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-24 22:49:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-24 22:49:01 +0000 |
commit | 50fc8c00fe9677c3b34fcdd5b58d724d335f9b5b (patch) | |
tree | 7e37a164b57cd0994ac48dd75297103eb384dbef /CHANGES | |
parent | ff3a2e5089f3c68dddaed4d204aa15c5b6037ce8 (diff) | |
download | ports-50fc8c00fe9677c3b34fcdd5b58d724d335f9b5b.tar.gz ports-50fc8c00fe9677c3b34fcdd5b58d724d335f9b5b.zip |
Add an entry about the new @xmlcatmgr
Notes
Notes:
svn path=/head/; revision=415816
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20160525: +AUTHOR: bapt@FreeBSD.org + + New keyword @xmlcatmgr has been added, to handle the XML and SGML catalog + maintainance, in order to improve consistency and correctness of the + generation of the catalog. + If the catalog file has an extension being '.xml' it will be automatically + added to the XML catalog, otherwise it will be added to the SGML catalog + 20160512: AUTHOR: emaste@FreeBSD.org |