summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2006-07-24 16:47:51 +0000
committerMurray Cumming <murrayc@src.gnome.org>2006-07-24 16:47:51 +0000
commit6d5edea427f0245e8f8b97001a56d2ff01012b31 (patch)
tree7f78877c78d5430f608dcf0eefd39a9c68231c76 /NEWS
parent78594340171403d1049ddc524e1b84b42820b273 (diff)
downloadglibmm-2-6.tar.gz
2006-04-25 Murray Cumming <murrayc@murrayc.com> * configure.in: * glib/glibmmconfig.h.in: * scripts/reduced.m4: Added a --enable-api-default-signal-handlers option. This defines GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED, which is used to #ifdef default signal handlers. This saves on library code size (less code and API symbols) and application code size and loading time (less virtual methods, which must be imported and resolved at load time) and per-object memory size (smaller object sizes because of less virtual methods.) * tools/m4/class_interface.m4: * tools/m4/class_shared.m4: Put default signal handler code in #ifdefs.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fb9ece7..8085824b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.6.6:
+
+* Build: Build: Added the --enable-api-default-signal-handlers option, for use in
+ embedded environments that have reduced resources. See configure --help
+ for the other subsets.
+
2.6.5:
* Convert functions: Do not try to throw null exceptions when using