From fabfb9032bf27a589a8ff24b4cd7acbff18a757a Mon Sep 17 00:00:00 2001 From: Christian Hoff Date: Sun, 30 Aug 2009 20:11:59 +0000 Subject: [PATCH] Add a ChangeLog entry as I forgot to save the file before I checked the changes in. svn path=/trunk/gtk-sharp/; revision=140942 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 60ddca3f6..1afabf096 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-08-30 Christian Hoff + + Complete the major version jump. Gtk# 3 and 2 are now both + installable within the same prefix. + + * */glue/Makefile.am: Produce *sharpglue-3 gluelibs. + * *.custom, *.cs: pinvoke the new glue library. + * *-2.0.pc.in: Rename to *-3.0.pc.in. + 2009-08-30 Christian Hoff * gtk/Object.custom: Deglue the floating reference API.