~ubuntu-branches/ubuntu/oneiric/gnome-shell/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-28 06:48:58 UTC
  • mfrom: (1.1.33 upstream)
  • Revision ID: package-import@ubuntu.com-20110928064858-24mpvzxjmqehrl4u
Tags: 3.2.0-0ubuntu1
* New upstream stable release.
  - Prevent the fallback on-screen keyboard from showing up while
    GNOME Shell is running.
  - Disable code to reposition windows around the on-screen keyboard;
    it wasn't finished or working properly.
  - Fix interaction between on-screen keyboard and notifications
  - Fix menu-sizing problems in right-to-left locales.
  - Update chat icons in the message tray when an avatar image changes
  - Fix problem with empty notification bubbles being left.
  - Fix problem with chat notifications bouncing when new messages come in.
  - Fix bug that was causing SIP calls to automatically be accepted in some
    circumstances.
  - Fix string that should have been marked translatable.
  - Fix a crash that could happen during CSS transitions.
  - Build fixes.
* debian/control.in: Depend on caribou instead of gir-caribou-1.0
  (LP: #858109)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.63)
2
 
AC_INIT([gnome-shell],[3.1.92],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
 
2
AC_INIT([gnome-shell],[3.2.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
3
3
 
4
4
AC_CONFIG_HEADERS([config.h])
5
5
AC_CONFIG_SRCDIR([src/shell-global.c])
9
9
AC_SUBST([PACKAGE_NAME], ["$PACKAGE_NAME"])
10
10
AC_SUBST([PACKAGE_VERSION], ["$PACKAGE_VERSION"])
11
11
 
12
 
AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip foreign])
 
12
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar foreign])
13
13
AM_MAINTAINER_MODE([enable])
14
14
 
15
15
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
66
66
 
67
67
CLUTTER_MIN_VERSION=1.7.5
68
68
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
69
 
GJS_MIN_VERSION=1.29.15
 
69
GJS_MIN_VERSION=1.29.18
70
70
MUTTER_MIN_VERSION=3.0.0
71
71
FOLKS_MIN_VERSION=0.5.2
72
72
GTK_MIN_VERSION=3.0.0