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

libcompizconfig: Changes to 'refs/tags/0.7.2'



Tag '0.7.2' created by Guillaume Seguin <guillaume@segu.in> at 2008-03-06 21:46 +0000

Compiz Fusion 0.7.2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBH0GY6FGCg8MK49G4RAn0LAJwJnNM7YgPJ4RuOaeygc3E2jKuq3ACeOE9y
RMUZ7SIygARRkJCxVr1fYUM=
=YZBX
-----END PGP SIGNATURE-----

Changes since 0.5.2:
Danny Baumann (26):
      Track core option renaming.
      Fix ini file corruption.
      Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
      Improve core and core plugin binding grouping.
      Another attempt at properly fixing file locking.
      Load core plugin by default.
      Track core changes.
      Fixed settings loading for core options.
      Track core changes.
      Add metadata handling to ccp.
      Install metadata file for ccp.
      Make wobbly provide the feature "edgeresistance".
      Cleanup.
      Added grouping for new options.
      Ignore case when comparing to "Disabled".
      Move more bindings to key bindings page.
      Cleanup.
      Don't define VERSION twice.
      Check for file existance before trying to import it.
      Do not autosave after import.
      Added some documentation for the most important functions.
      Clarify parameter name.
      Fix float setting export.
      Fix import of float values.
      Differentiate between an empty list and a list with one empty item by adding a delimiter also after the last item.
      Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

Dennis Kasprzyk (28):
      Install default global config file.
      Action setting rework part 1.
      Action setting rework part 2.
      Action setting rework part 3.
      Action setting rework part 4.
      Action setting rework part 5.
      Action setting rework part 6.
      const char *
      Accept NULL as parameter in stringAppend.
      Fixed edge modifiers.
      Do not return NULL for conversion functions.
      Use edge modifiers only for mouse bindings.
      Parse button metadata correctly.
      Button 0 doesn't exist.
      Do not return empty modifier string.
      Allow disabling of key/button bindings.
      There is still the core tag in the core.xml.
      Fix list remove.
      Fixed plugin list handling.
      Added a more inteligent list object compare.
      Use new list handling.
      Support modifier only keybindings correctly.
      Do not create dir/file during import.
      Allow empty lists.
      Apply core changes.
      Fix feature conflict handling.
      Don't add the same conflict multiple times to the list.
      Parse core dependencies.

Guillaume Seguin (3):
      Don't load kconfig plugin
      * Bump version to 0.6.99
      * Bump version to 0.7.2

Jigish Gohil (1):
      fix for buffer overflow in strncat

Patrick Niklaus (2):
      Made it possible to export only non-default setting values
      Added file/image hint for cube caps images

Roland Baer (2):
      Sanitised return value(s) of getNodesFromXPath().
      Major review, fixes

Roland Bär (1):
      Plug minor memleak.

---
 Makefile.am          |    3 
 VERSION              |    2 
 backend/ini.c        |   75 +++-
 config/Makefile.am   |    6 
 config/config        |   16 
 configure.ac         |    3 
 include/ccs.h        |  464 +++++++++++++++++---------
 metadata/Makefile.am |   10 
 metadata/ccp.xml     |    7 
 metadata/global.xml  |  204 ++++++++++-
 plugin/ccp.c         |  881 +++++++++++++++++++++------------------------------
 src/bindings.c       |  224 +++++++++---
 src/compiz.c         |  475 +++++----------------------
 src/ini.c            |  371 +++++++++++++--------
 src/iniparser.c      |    6 
 src/lists.c          |   68 ---
 src/main.c           |  484 ++++++++++++++++------------
 17 files changed, 1749 insertions(+), 1550 deletions(-)
---


Reply to: