From d4ee5eb8844c55cb290c7f0cd820838f4961b8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 5 Jun 2005 11:51:03 +0000 Subject: [PATCH] Updated so people can find the ChangeLogs. * README: Updated so people can find the ChangeLogs. --- ChangeLog | 4 ++++ README | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c58c9c7..6b801610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-05 Benoît Dejean + + * README: Updated so people can find the ChangeLogs. + 2005-04-27 Benoît Dejean * configure.in: 2.10.2 post release bump. diff --git a/README b/README index 20129586..812a366f 100644 --- a/README +++ b/README @@ -1,8 +1,20 @@ -$Id$ - LATEST NEWS: =========== Please look also in the file 'NEWS' for latest news. Martin + + +ChangeLogs: +========== + +LibGTop has many ChangeLogs files. The following files are the the +most important : + +- ChangeLog is the main ChangeLog. +- sysdeps//ChangeLog is the ChangeLog for arch specific changes. +- sysdeps/common/ChangeLog is the ChangeLog for common changes (shared + implementation between archs). + +Benoît