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