2004-02-07 Kevin Vandersloot
* configure.in: release 2.5.1
This commit is contained in:
22
ChangeLog
22
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2004-02-07 Kevin Vandersloot
|
||||||
|
|
||||||
|
* configure.in: release 2.5.1
|
||||||
|
|
||||||
|
2004-02-02 Sebastien Bacher <seb128@debian.org>
|
||||||
|
|
||||||
|
* sysdeps/linux/mem.c: (glibtop_get_mem_s): patch from
|
||||||
|
Benoît Dejean <bnet@ifrance.com> to fix libtop_mem.used
|
||||||
|
and glibtop_mem.shared values (Closes: #129863).
|
||||||
|
|
||||||
Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* libgtop-2.0.pc.in: Should be -lgtop-2.0, #130506
|
* libgtop-2.0.pc.in: Should be -lgtop-2.0, #130506
|
||||||
@@ -21,7 +31,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
|||||||
* configure.in: remove linking to libgtop and checks for 64-bit
|
* configure.in: remove linking to libgtop and checks for 64-bit
|
||||||
integer bytes (fixes warning on build on glib 2.0 systems)
|
integer bytes (fixes warning on build on glib 2.0 systems)
|
||||||
|
|
||||||
2003-11-02 Žygimantas Beručka <uid0@tuxfamily.org>
|
2003-11-02 Ćœygimantas BeruÄka <uid0@tuxfamily.org>
|
||||||
|
|
||||||
* configure.in: Added "lt" to ALL_LINGUAS.
|
* configure.in: Added "lt" to ALL_LINGUAS.
|
||||||
|
|
||||||
@@ -240,13 +250,13 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
|||||||
|
|
||||||
* configure.in: make it compile
|
* configure.in: make it compile
|
||||||
|
|
||||||
2003-10-19 Carlos Perelló Marín <carlos@gnome.org>
|
2003-10-19 Carlos PerellĂł MarĂn <carlos@gnome.org>
|
||||||
|
|
||||||
* support/*: Reverted libgtop changes. It's a common module
|
* support/*: Reverted libgtop changes. It's a common module
|
||||||
and I should not modify it.
|
and I should not modify it.
|
||||||
* Added/removed files. Now the move should be done.
|
* Added/removed files. Now the move should be done.
|
||||||
|
|
||||||
2003-10-19 Carlos Perelló Marín <carlos@gnome.org>
|
2003-10-19 Carlos PerellĂł MarĂn <carlos@gnome.org>
|
||||||
|
|
||||||
* libgtop-GNOME-2-0-branch moved to HEAD.
|
* libgtop-GNOME-2-0-branch moved to HEAD.
|
||||||
|
|
||||||
@@ -258,7 +268,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
|||||||
|
|
||||||
* configure.in: Added "ta" (Tamil) to the languages' list.
|
* configure.in: Added "ta" (Tamil) to the languages' list.
|
||||||
|
|
||||||
2003-09-13 Carlos Perelló Marín <carlos@gnome.org>
|
2003-09-13 Carlos PerellĂł MarĂn <carlos@gnome.org>
|
||||||
|
|
||||||
* configure.in (ALL_LINGUAS): Removed es_ES.
|
* configure.in (ALL_LINGUAS): Removed es_ES.
|
||||||
|
|
||||||
@@ -311,7 +321,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
|||||||
|
|
||||||
* configure.in: release 2.0.2
|
* configure.in: release 2.0.2
|
||||||
|
|
||||||
2003-05-10 Danilo Šegan <dsegan@gmx.net>
|
2003-05-10 Danilo Ć egan <dsegan@gmx.net>
|
||||||
|
|
||||||
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
|
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
|
||||||
|
|
||||||
@@ -331,7 +341,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
|||||||
|
|
||||||
* configure.in: Added he to ALL_LINGUAS.
|
* configure.in: Added he to ALL_LINGUAS.
|
||||||
|
|
||||||
2003-02-25 T?µivo Leedj?¤rv <toivo@linux.ee>
|
2003-02-25 T?”ivo Leedj?€rv <toivo@linux.ee>
|
||||||
|
|
||||||
* configure.in: Added et to ALL_LINGUAS.
|
* configure.in: Added et to ALL_LINGUAS.
|
||||||
|
|
||||||
|
12
configure.in
12
configure.in
@@ -8,12 +8,20 @@ AC_CANONICAL_SYSTEM
|
|||||||
|
|
||||||
LIBGTOP_MAJOR_VERSION=2
|
LIBGTOP_MAJOR_VERSION=2
|
||||||
LIBGTOP_MINOR_VERSION=5
|
LIBGTOP_MINOR_VERSION=5
|
||||||
LIBGTOP_MICRO_VERSION=0
|
LIBGTOP_MICRO_VERSION=1
|
||||||
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
|
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
|
||||||
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
|
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
|
||||||
|
|
||||||
LIBGTOP_CURRENT=1
|
dnl increment if the interface has additions, changes, removals.
|
||||||
|
LIBGTOP_CURRENT=2
|
||||||
|
|
||||||
|
dnl increment any time the source changes; set to
|
||||||
|
dnl 0 if you increment CURRENT
|
||||||
LIBGTOP_REVISION=0
|
LIBGTOP_REVISION=0
|
||||||
|
|
||||||
|
dnl increment if any interfaces have been added; set to 0
|
||||||
|
dnl if any interfaces have been removed. removal has
|
||||||
|
dnl precedence over adding, so set to 0 if both happened.
|
||||||
LIBGTOP_AGE=0
|
LIBGTOP_AGE=0
|
||||||
|
|
||||||
# you can set this to `-snap' for instance to create
|
# you can set this to `-snap' for instance to create
|
||||||
|
Reference in New Issue
Block a user