summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2deda6b4..9e57c959 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.10.1
+
+* Windows Build:
+ - Define GLIBMM_DLL when building with mingw32 or cygwin,
+ because it is needed by gtkmm. Bug #309030
+ (Cedric Gustin)
+* OptionGroup: Allow default values, by not initializing them all.
+ (Armin Burgmeier)
+* Slight code size reduction by marking private functions as static.
+ (Murray Cumming)
+
2.10.0:
* Windows Build: