ORBit2 r2079 - in trunk: . src/idl-compiler



Author: kmaraas
Date: Tue Aug 19 09:55:11 2008
New Revision: 2079
URL: http://svn.gnome.org/viewvc/ORBit2?rev=2079&view=rev

Log:
Prepare for release

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/src/idl-compiler/orbit-idl-backend.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Aug 19 09:55:11 2008
@@ -1,3 +1,16 @@
+ORBit2-2.14.14
+
+	- portability
+		+ Fix build on win32 (Tor)
+		+ Mac OS/X fixes (Jules Colding)
+
+	- bug fixes
+		+ use ORBIT_SOCKETDIR to propagate the socket dir to children
+                  wherever possible: has two benefits: speeds up ORBit2 launch,
+                  and allows root owned apps to talk to the user's AT. (Mike Gorse)
+		+ other linc2 fixes (Michael, Mike)
+		+ Cleanups (JP, Jules Colding, dmacks at netspace org)
+ 
 ORBit2-2.14.13
 
 	- porting

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Aug 19 09:55:11 2008
@@ -1,6 +1,6 @@
 m4_define([orbit_major_version],[2])
 m4_define([orbit_minor_version],[14])
-m4_define([orbit_micro_version],[13])
+m4_define([orbit_micro_version],[14])
 m4_define([orbit_version],[orbit_major_version.orbit_minor_version.orbit_micro_version])
 
 dnl Process this file with autoconf to produce a configure script.

Modified: trunk/src/idl-compiler/orbit-idl-backend.c
==============================================================================
--- trunk/src/idl-compiler/orbit-idl-backend.c	(original)
+++ trunk/src/idl-compiler/orbit-idl-backend.c	Tue Aug 19 09:55:11 2008
@@ -22,7 +22,7 @@
  *	Mark McLoughlin <mark skynet ie>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "orbit-idl-backend.h"
 #include "orbit-idl2.h"



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