diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-07 20:14:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-07 20:14:08 +0000 |
commit | 63c7d4e1ed76eec4facf2d574577d8fdf4305e8f (patch) | |
tree | aff7a04bde73e3e4c08ae6ad91cb2b0e23610d70 /CHANGES | |
parent | a030b09337eb6e717db14232ee36118153f96bd0 (diff) | |
download | ports-63c7d4e1ed76eec4facf2d574577d8fdf4305e8f.tar.gz ports-63c7d4e1ed76eec4facf2d574577d8fdf4305e8f.zip |
Add a blurb about the new GConf schema handling style. More details are
available in portlint as well as in the FreeBSD GNOME porting guide, but
this just gives porters another pointer.
Requested by: mezz
Notes
Notes:
svn path=/head/; revision=113162
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ in the release notes. All ports committers are allowed to commit to this file. +20040707: +AUTHOR: gnome@FreeBSD.org + The way GConf schema files are installed has changed to support the upcoming + GNOME 2.8 GConf. Details about the change can be found at + http://www.FreeBSD.org/gnome/docs/porting.html. All existing ports have + been converted to the new style, and portlint has been updated to flag + old-style GConf schema installation. + 20040610: AUTHOR: portmgr@FreeBSD.org The following behavioural or feature changes were committed: |