~ubuntu-branches/ubuntu/hardy/file-roller/hardy-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-18 10:43:49 UTC
  • mfrom: (1.2.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918104349-jpaz18quv73ffpyg
Tags: 2.20.0-0ubuntu1
* New upstream version:
  - Fixed bug #473158 – ask-password.glade is missing
    (LP: #136684)
  - Fixes bug #463968 – file-roller crashed with SIGSEGV in g_closure_invoke()
    (LP: #126788)
  - Removed old check that prevented extraction to remote locations via DnD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_PREREQ(2.52)
4
4
 
5
 
AC_INIT(file-roller, 2.19.92)
 
5
AC_INIT(file-roller, 2.20.0)
6
6
AC_CONFIG_SRCDIR(src/main.c)
7
7
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
8
8
AM_CONFIG_HEADER(config.h)