Revision: 7268
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7268&view=rev
Author:   thjc
Date:     2009-01-15 18:41:12 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
preparing for stage 2.1.1 release

Modified Paths:
--------------
    code/stage/branches/release-2-1-patches/ChangeLog
    code/stage/branches/release-2-1-patches/configure.ac

Modified: code/stage/branches/release-2-1-patches/ChangeLog
===================================================================
--- code/stage/branches/release-2-1-patches/ChangeLog   2009-01-15 18:38:09 UTC 
(rev 7267)
+++ code/stage/branches/release-2-1-patches/ChangeLog   2009-01-15 18:41:12 UTC 
(rev 7268)
@@ -1,3 +1,15 @@
+2009-01-16: thjc
+       * 2.1.1 release
+               Fixes for gcc 4.3 compilation
+               fix for close of null file pointer
+               patch 2187145 - Added wheelbase option to position "car" model
+               patch 2234440 - makes blobfinder ignore colour alpha value
+               patch 2230769 - possible infinite loop in stg_model_update_pose
+               patch 2150737 - bumper detects collisions incorrectly
+               patch 2475933 - Allow graphics2d with gui disabled
+               patch 2124895, fix for subscription to simulation device
+               patch 2286925 DIO interface and indicator model
+
 2008-06-14: thjc
        * 2.1.0 release
                Player 2.1 compatibility release

Modified: code/stage/branches/release-2-1-patches/configure.ac
===================================================================
--- code/stage/branches/release-2-1-patches/configure.ac        2009-01-15 
18:38:09 UTC (rev 7267)
+++ code/stage/branches/release-2-1-patches/configure.ac        2009-01-15 
18:41:12 UTC (rev 7268)
@@ -4,7 +4,7 @@
 dnl -----------------------------------------------------------------------
 
 dnl AC_INIT( package, version )
-AC_INIT(stage,2.1.1-svn)
+AC_INIT(stage,2.1.1)
 
 AC_CONFIG_SRCDIR(src/stage.c)
 
@@ -88,7 +88,7 @@
 
 
 dnl for libplayerc examples, we need libplayerc
-PKG_CHECK_MODULES( PLAYERC, playerc >= 2.0.1,
+PKG_CHECK_MODULES( PLAYERC, playerc >= 2.1.0,
  AC_DEFINE(INCLUDE_PLAYERC,1,[building libplayerc examples])
  have_playerc=yes
  ,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to