~ubuntu-branches/ubuntu/utopic/libgtop2/utopic-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-02-17 23:12:12 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217231212-yhcddg53iyuwddsl
Tags: 2.25.91-0ubuntu1
* New upstream release (LP: #330751)
  - Synced with gnome-2-24.
  - Fixed license: libgtop is GPL-2.
  - linux:
    - fixed potential memory leak.
    - fixed read(2) usage. Should fix the missing cpus bug in
      system-monitor.
  - darwin:
    - fixed build. "paul".
* debian/patches/50_linux260_leak_fix.patch removed: upstream fixed it

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl
4
4
 
5
5
m4_define([libgtop_major_version], [2])
6
 
m4_define([libgtop_minor_version], [24])
7
 
m4_define([libgtop_micro_version], [0])
 
6
m4_define([libgtop_minor_version], [25])
 
7
m4_define([libgtop_micro_version], [91])
8
8
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
9
9
 
10
10
dnl  increment if the interface has additions, changes, removals.