docs: Note default stage deprecation in README
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Nov 2011 15:09:04 +0000 (15:09 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Nov 2011 15:38:14 +0000 (15:38 +0000)
Mention the behaviour of Clutter when creating more than one stage on
platforms that only support one stage instance.

README.in

index 8d2c466..15ef48e 100644 (file)
--- a/README.in
+++ b/README.in
@@ -289,6 +289,12 @@ features).
 Release Notes for Clutter 1.10
 -------------------------------------------------------------------------------
 
+• The "default stage" has been deprecated; since the 1.0 release, the default
+  stage creation was deferred to the call to clutter_stage_get_default(), and
+  the preferred way for getting a ClutterStage was calling clutter_stage_new()
+  instead. On platforms that do not support multiple stages, attempting to
+  create more than one stage will lead to an error, and Clutter will abort.
+
 • Clutter can support multiple backends in the same shared library. Only one
   windowing or input backend can be used at run time. As a result of this
   change, the shared library name used by Clutter has changed from: