mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
docs: Update the release notes in the README
Also updates the introductory blurb.
This commit is contained in:
parent
3055cd1f4a
commit
ee0b8c439e
29
README
29
README
@ -1,8 +1,8 @@
|
||||
Clutter - README
|
||||
===============================================================================
|
||||
|
||||
Clutter is an open source software library for creating portable, fast,
|
||||
visually rich and animated graphical user interfaces.
|
||||
Clutter is an open source software library for creating fast, compellin,
|
||||
portable, and dynamic graphical user interfaces.
|
||||
|
||||
REQUIREMENTS
|
||||
-------------------------------------------------------------------------------
|
||||
@ -49,6 +49,10 @@ If you are building the Introspection data you will also need:
|
||||
|
||||
• GObject-Introspection >= 0.9.5
|
||||
|
||||
GObject-Introspection is available from:
|
||||
|
||||
git://git.gnome.org/gobject-introspection
|
||||
|
||||
If you want support for profiling Clutter you will also need:
|
||||
|
||||
• UProf >= 0.3
|
||||
@ -233,9 +237,9 @@ only used on the Git repository.
|
||||
HACKING
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
If you want to hack on and improve Clutter, check the contained TODO file for
|
||||
pending tasks, the HACKING file for general implementation guidelines, and the
|
||||
HACKING.backends for backend-specific implementation issues.
|
||||
If you want to hack on and improve Clutter check the HACKING file for
|
||||
general implementation guidelines, and the HACKING.backends for
|
||||
backend-specific implementation issues.
|
||||
|
||||
The CODING_STYLE file contains the rules for writing code conformant to the
|
||||
style guidelines used throughout Clutter. Remember: the coding style is
|
||||
@ -299,6 +303,21 @@ Relevant information for developers with existing Clutter applications
|
||||
wanting to port to newer releases (see NEWS for general information on new
|
||||
features).
|
||||
|
||||
Release Notes for Clutter 1.6
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
• The internal copy of JSON-GLib has been removed: Clutter now strictly
|
||||
depends on the installed copy of this library. The --with-json configure
|
||||
switch has been removed.
|
||||
|
||||
• The ClutterBehaviour class and its sub-classes have been deprecated; the
|
||||
Clutter API reference contains a migration guide to port code based on
|
||||
behaviours to the implicit animations framework.
|
||||
|
||||
• The ClutterTimeoutPool and clutter_frame_source_* API have been deprecated;
|
||||
both API are not integrated in the Clutter main loop, and are not used
|
||||
internally any longer, so they are of relative use.
|
||||
|
||||
Release Notes for Clutter 1.4
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user