Released LibGTop 0.30.0 which is a feature-freezed version for GNOME 1.0.
1998-12-15 Martin Baulig <martin@home-of-linux.org> Released LibGTop 0.30.0 which is a feature-freezed version for GNOME 1.0.
This commit is contained in:
committed by
Martin Baulig
parent
6d62e9c466
commit
b4d0ee6df2
@@ -1,3 +1,8 @@
|
||||
1998-12-15 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
Released LibGTop 0.30.0 which is a feature-freezed version
|
||||
for GNOME 1.0.
|
||||
|
||||
1998-12-09 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* configure.in: We need to define LIBSUPPORT and SUPPORTINCS under
|
||||
|
@@ -7,11 +7,11 @@
|
||||
# set LIBGTOP_BINARY_AGE and LIBGTOP_INTERFACE_AGE to 0.
|
||||
#
|
||||
LIBGTOP_MAJOR_VERSION=0
|
||||
LIBGTOP_MINOR_VERSION=29
|
||||
LIBGTOP_MICRO_VERSION=1
|
||||
LIBGTOP_MINOR_VERSION=30
|
||||
LIBGTOP_MICRO_VERSION=0
|
||||
|
||||
LIBGTOP_INTERFACE_AGE=1
|
||||
LIBGTOP_BINARY_AGE=1
|
||||
LIBGTOP_INTERFACE_AGE=0
|
||||
LIBGTOP_BINARY_AGE=0
|
||||
|
||||
# Increase each time you change the client/server protocol.
|
||||
LIBGTOP_SERVER_VERSION=3
|
||||
|
44
TODO
44
TODO
@@ -1,7 +1,6 @@
|
||||
This is LibGTop 0.29.1,
|
||||
This is LibGTop 0.30.0,
|
||||
|
||||
a pre-stable version representing a feature freeze of both the C and
|
||||
Guile language parts of LibGTop.
|
||||
a feature-freezed version of LibGTop for GNOME 1.0.
|
||||
|
||||
You need to use the latest version of LibGTop from CVS for Gnome, it will
|
||||
no longer work with older releases.
|
||||
@@ -10,23 +9,8 @@ Martin
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Things that need to be done before Dec 15:
|
||||
==========================================
|
||||
|
||||
* [IMPORTANT] Add `netload' and `ppp' with modems for Linux.
|
||||
|
||||
* [IMPORTANT] Check with Linux on 32 and 64 machines !
|
||||
(we have one at the university, so I can do this)
|
||||
|
||||
* [IMPORTANT] Check whether the daemon works on all supported systems
|
||||
and has all features the server has.
|
||||
|
||||
* NetBSD/OpenBSD: Support was added on Dec 6, but we need to check
|
||||
whether all data are valid (I'll do this next week).
|
||||
|
||||
* inodedb: Poptify, add better user interface; chage configure.in so
|
||||
it will only be built if necessary (if invoked without the
|
||||
--with(out)-libgtop-inodedb parameter)
|
||||
NOTE: LibGTop is already feature-freezed for GNOME 1.0, so only bug fixes
|
||||
are ok, no API changes !
|
||||
|
||||
Sysdeps directory 'linux':
|
||||
==========================
|
||||
@@ -59,24 +43,6 @@ Everything except sysdeps directories:
|
||||
|
||||
* Ready for Gnome 1.0. [ALREADY FEATURE FREEZED]
|
||||
|
||||
Guile-Port:
|
||||
===========
|
||||
|
||||
* Ready for Gnome 1.0. [ALREADY FEATURE FREEZED]
|
||||
|
||||
Perl-Port:
|
||||
==========
|
||||
|
||||
* Add missing features, make sure it really works.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Things that need to be done before Gnome 1.0:
|
||||
============================================
|
||||
|
||||
* Add sysdeps code for Solaris (anybody out there who can do this ?)
|
||||
|
||||
|
||||
December 8, 1998
|
||||
December 15, 1998
|
||||
|
||||
Martin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 0.29.1
|
||||
%define ver 0.30.0
|
||||
%define rel SNAP
|
||||
%define prefix /usr
|
||||
|
||||
|
Reference in New Issue
Block a user