~ubuntu-branches/ubuntu/raring/gnome-nettool/raring

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-23 09:48:44 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923094844-472hwm2cgasc7473
Tags: 2.28.0-0ubuntu1
* New upstream release: (LP: #434939)
  - Fix glibtop initialization order in order to make it work on BSD
  - Compilation fixes for DragonFly BSD
  - Made some tooltips translatable
  - Avoid freeze in whois tab when encoding isn't the expected one
    (LP: #164552)
  - Fix compilation for DragonFly BSD
  - Use GtkBuilder instead of libglade
  - Translation updates
* debian/patches/03_autoconf.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
 
AC_INIT([GNOME Nettool], [2.27.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-nettool], [gnome-nettool])
 
2
AC_INIT([GNOME Nettool], [2.28.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-nettool], [gnome-nettool])
3
3
AC_CONFIG_SRCDIR([src/ping.c])
4
4
 
5
5
dnl Useful to call aclocal after 'make'