~ubuntu-branches/ubuntu/natty/xsplash/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-10-09 08:16:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20091009081649-o8fv2h2qt0fplxf2
Tags: 0.8.3-0ubuntu1
* New upstream version (LP: #446658)
  - watch for monitors-changed signal (LP: #413348)
  - set a blank cursor on the cow foreign window (LP: #432179)
  - setgid fixes (LP: #439268)
  - 16bpp depth fixes (LP: #423632)
* debian/patches/90_correctly-setuid.patch
  - Removed, merged upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
2
 
3
3
AC_INIT([xsplash],
4
 
        [0.8.2],
 
4
        [0.8.3],
5
5
        [https://bugs.launchpad.net/xsplash])
6
6
AC_CONFIG_SRCDIR([src/xsplash.c])
7
7
AC_CONFIG_MACRO_DIR([build/autotools])