sawfish r4437 - in branches/sawfish-1.3: . man



Author: chrisb
Date: Thu Mar  5 19:06:50 2009
New Revision: 4437
URL: http://svn.gnome.org/viewvc/sawfish?rev=4437&view=rev

Log:
fix an compilation error with glib [Michal Jaegermann]

bump version to 1.3.5.1


Modified:
   branches/sawfish-1.3/ChangeLog
   branches/sawfish-1.3/Makedefs.in
   branches/sawfish-1.3/man/news.texi

Modified: branches/sawfish-1.3/Makedefs.in
==============================================================================
--- branches/sawfish-1.3/Makedefs.in	(original)
+++ branches/sawfish-1.3/Makedefs.in	Thu Mar  5 19:06:50 2009
@@ -46,7 +46,7 @@
 
 CC= CC@
 MAKEDEP= MAKEDEP@
-CPPFLAGS=-DHAVE_CONFIG_H -DSAWFISH -I. -I.. @CPPFLAGS@
+CPPFLAGS=-DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. @CPPFLAGS@
 CFLAGS= CFLAGS@
 LDFLAGS= LDFLAGS@
 LIBS= LIBS@

Modified: branches/sawfish-1.3/man/news.texi
==============================================================================
--- branches/sawfish-1.3/man/news.texi	(original)
+++ branches/sawfish-1.3/man/news.texi	Thu Mar  5 19:06:50 2009
@@ -6,6 +6,17 @@
 they occurred between. For more detailed information see the
 @file{ChangeLog} files in the Sawfish source tree.
 
+ heading 1.3.5.1
+
+ itemize @bullet
+
+ item Fixes:
+ itemize @minus
+
+ item Fixed a compilation error caused by glib [Michal Jagermann]
+ end itemize
+ end itemize
+
 @heading 1.3.5
 
 @itemize @bullet



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