summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-07-13 04:04:09 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-07-13 04:04:09 +0000
commit4b5cdda3c868bc7a20f52efd60e2db6575363c1b (patch)
treef92c06bd7466a1593a10d70e8616d2774e57d67c /HACKING
parentdependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options that (diff)
downloadzenity-4b5cdda3c868bc7a20f52efd60e2db6575363c1b.tar.gz
zenity-4b5cdda3c868bc7a20f52efd60e2db6575363c1b.tar.bz2
zenity-4b5cdda3c868bc7a20f52efd60e2db6575363c1b.zip
Release 2.11.1 Add note about feature frozen-ness. Update.
2005-07-13 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: Release 2.11.1 * HACKING: Add note about feature frozen-ness. * NEWS, THANKS, src/about.c: Update.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 75f82e35..b7793d87 100644
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,5 @@
Please report any bugs in http://bugzilla.gnome.org under the category
'zenity', and file any patches [using the 'diff -u' format] as
attachements. Thanks!
+
+This module is now feature frozen for the GNOME 2.12 release.
bgstack15