~ubuntu-branches/ubuntu/vivid/cinnamon/vivid-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Nicolas Bourdaud
  • Date: 2013-03-15 22:39:29 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130315223929-1fge0g3h4mzpeg4f
Tags: 1.7.2-1
* New upstream cinnamon_1.7.2
  - Fix clock text dropshadow. (Closes: #694688)
* Add python-pyinotify dependency. (Closes: #702239)
* Improve cinnamon-screensaver-lock-dialog manpage. (Closes: #702237) 
* Add various missing gir dependencies.
* Handle missing bindings with cinnamon-settings. (Closes: #702281)
  - new patch: handle-missing-bindings.patch (thanks to Stephan Sürken)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.63)
2
 
AC_INIT([cinnamon],[1.7.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=cinnamon],[cinnamon])
 
2
AC_INIT([cinnamon],[1.7.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=cinnamon],[cinnamon])
3
3
 
4
4
AC_CONFIG_HEADERS([config.h])
5
5
AC_CONFIG_SRCDIR([src/cinnamon-global.c])