[gconfmm] 2.28.1



commit ef183071f020a438d4f01c5e15e08fc0ad95afa9
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 3 23:08:23 2010 +0200

    2.28.1

 ChangeLog           |    2 ++
 NEWS                |    6 ++++++
 configure.ac        |    2 +-
 gconf/src/entry.ccg |    1 +
 4 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5d3f808..67c82af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.28.1:
+
 2010-06-03  Murray Cumming  <murrayc murrayc com>
 
 	Fix compiler warnings.
diff --git a/NEWS b/NEWS
index a14c2eb..e879cba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.28.1:
+
+* Build: Use mm-common, like the other *mm modules.
+* Documentation: Add a main page.
+	(Murray Cumming)
+
 2.28.0:
 
 * Fixed the build with the latest gmmproc.
diff --git a/configure.ac b/configure.ac
index e4af69f..a5a4589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gconfmm], [2.28.0],
+AC_INIT([gconfmm], [2.28.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gconfmm],
         [gconfmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/gconf/src/entry.ccg b/gconf/src/entry.ccg
index 49d286e..4958b31 100644
--- a/gconf/src/entry.ccg
+++ b/gconf/src/entry.ccg
@@ -31,6 +31,7 @@ Entry::Entry(const Glib::ustring& key, const Value& val)
 }
 
 // There is no gconf_entry_copy, so we provide one...
+// TODO: There is now.
 GConfEntry* Entry::entry_copy(const GConfEntry* entry)
 {
   if(entry == 0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]