[Galago-commits] r2713 - in trunk/galago-sharp: . tests
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Apr 12 00:39:10 PDT 2006
Author: chipx86
Date: 2006-04-12 00:39:07 -0700 (Wed, 12 Apr 2006)
New Revision: 2713
Modified:
trunk/galago-sharp/ChangeLog
trunk/galago-sharp/NEWS
trunk/galago-sharp/configure.ac
trunk/galago-sharp/tests/get-presence.cs
trunk/galago-sharp/tests/monitor.cs
trunk/galago-sharp/tests/presence-feed.cs
Log:
- Change the GalagoTests namespace to Galago.Tests.
- Bump the version to 0.5.0.
- Depend on libgalago 0.5.0.
- Updated the news.
Modified: trunk/galago-sharp/ChangeLog
===================================================================
--- trunk/galago-sharp/ChangeLog 2006-04-12 07:30:35 UTC (rev 2712)
+++ trunk/galago-sharp/ChangeLog 2006-04-12 07:39:07 UTC (rev 2713)
@@ -1,3 +1,15 @@
+Wed Apr 12 00:35:29 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * tests/get-presence.cs:
+ * tests/monitor.cs:
+ * tests/presence-feed.cs:
+ * NEWS:
+ * configure.ac:
+ - Change the GalagoTests namespace to Galago.Tests.
+ - Bump the version to 0.5.0.
+ - Depend on libgalago 0.5.0.
+ - Updated the news.
+
Thu Apr 06 01:58:11 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* galago/Makefile.am:
Modified: trunk/galago-sharp/NEWS
===================================================================
--- trunk/galago-sharp/NEWS 2006-04-12 07:30:35 UTC (rev 2712)
+++ trunk/galago-sharp/NEWS 2006-04-12 07:39:07 UTC (rev 2713)
@@ -1,3 +1,10 @@
+version 0.5.0:
+ * Updated to work with libgalago 0.5.0.
+ * Updated to use the gapi generator for the bindings. This should ensure
+ more accurate bindings.
+ * Now installs into the gapi-2.0 directory.
+ * Added some unit tests.
+
version 0.3.2 (June 7, 2005):
* Builds with Mono 1.1.x.
Modified: trunk/galago-sharp/configure.ac
===================================================================
--- trunk/galago-sharp/configure.ac 2006-04-12 07:30:35 UTC (rev 2712)
+++ trunk/galago-sharp/configure.ac 2006-04-12 07:39:07 UTC (rev 2713)
@@ -3,19 +3,19 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(galago-sharp, 0.3.2.90, chipx86 at chipx86.com)
+AC_INIT(galago-sharp, 0.5.0, chipx86 at chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
-AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
+AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
dnl ################################################################
dnl # Version information
dnl ################################################################
GALAGO_SHARP_MAJOR_VERSION=0
-GALAGO_SHARP_MINOR_VERSION=3
-GALAGO_SHARP_MICRO_VERSION=2
-GALAGO_SHARP_DEVEL_VERSION=90
+GALAGO_SHARP_MINOR_VERSION=5
+GALAGO_SHARP_MICRO_VERSION=0
+GALAGO_SHARP_DEVEL_VERSION=0
GALAGO_SHARP_VERSION=$GALAGO_SHARP_MAJOR_VERSION.$GALAGO_SHARP_MINOR_VERSION.$GALAGO_SHARP_MICRO_VERSION
@@ -140,7 +140,7 @@
AC_SUBST(GLIB_SHARP_CFLAGS)
AC_SUBST(GLIB_SHARP_LIBS)
-PKG_CHECK_MODULES(GALAGO, libgalago >= 0.3.3.90)
+PKG_CHECK_MODULES(GALAGO, libgalago >= 0.5.0)
AC_SUBST(GALAGO_CFLAGS)
AC_SUBST(GALAGO_LIBS)
Modified: trunk/galago-sharp/tests/get-presence.cs
===================================================================
--- trunk/galago-sharp/tests/get-presence.cs 2006-04-12 07:30:35 UTC (rev 2712)
+++ trunk/galago-sharp/tests/get-presence.cs 2006-04-12 07:39:07 UTC (rev 2713)
@@ -1,4 +1,4 @@
-namespace GalagoTests
+namespace Galago.Tests
{
using System;
using Galago;
Modified: trunk/galago-sharp/tests/monitor.cs
===================================================================
--- trunk/galago-sharp/tests/monitor.cs 2006-04-12 07:30:35 UTC (rev 2712)
+++ trunk/galago-sharp/tests/monitor.cs 2006-04-12 07:39:07 UTC (rev 2713)
@@ -1,4 +1,4 @@
-namespace GalagoTests
+namespace Galago.Tests
{
using System;
using Galago;
Modified: trunk/galago-sharp/tests/presence-feed.cs
===================================================================
--- trunk/galago-sharp/tests/presence-feed.cs 2006-04-12 07:30:35 UTC (rev 2712)
+++ trunk/galago-sharp/tests/presence-feed.cs 2006-04-12 07:39:07 UTC (rev 2713)
@@ -1,4 +1,4 @@
-namespace GalagoTests
+namespace Galago.Tests
{
using System;
using Galago;
More information about the galago-commits
mailing list