summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS37
-rw-r--r--README39
-rw-r--r--configure.in2
4 files changed, 77 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 44caed03d..1aaae83b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-03-07 Davyd Madeley <davyd@madeley.id.au>
+ * NEWS:
+ * configure.in: Release 2.10.0
+
+ * README: Update for GNOME 2.10
+
+2005-03-07 Davyd Madeley <davyd@madeley.id.au>
+
* cpufreq/help/C/Makefile.am:
* stickynotes/docs/C/Makefile.am:
* trashapplet/docs/C/Makefile.am: Refer to figures correctly.
diff --git a/NEWS b/NEWS
index 8b3793c8f..cf197a4ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Changes in GNOME-Applets 2.10.0
+==================================
+Codenamed "Better the Plone!"
+
+Changes:
+ - Updated documentation for:
+ o battstat, charpick, cpufreq, gweather, mini-commander, multiload,
+ stickynotes, trashapplet (Davyd Madeley)
+ o drivemount (Trent Lloyd)
+ - Locations database translator comments (Christian Rose)
+
+Translations:
+ - da (Martin Willemoes Hansen)
+ - de (Frank Arnold)
+ - el (Nikos Charonitakis, Simos Xenitellis, Kostas Papadimas)
+ - ro (Mugurel Tudor, Dan Damian)
+ - sv (Christian Rose)
+ - sr (Danilo Šegan)
+ - tr (Emre Kadioglu)
+ - nb/nn/no (Kjartan Maraas)
+ - nl (Vincent van Adrighem)
+ - gu (Ankit Patel)
+ - en_CA (Adam Weinberger)
+ - ta (Jayaradha Arivoli)
+ - cs (Miloslav Trmac)
+ - it (Marco Ciampa)
+ - fi (Ilkka Tuohela)
+ - fr (Christophe Merlet)
+ - pt (Duarte Loreto)
+ - lt (Žygimantas Beručka)
+ - pt_BR (Raphael Higino)
+ - sq (Laurent Dhima)
+ - zh_TW (Abel Cheung)
+ - it (Alessio Frusciante)
+ - ne (Kapil)
+ - ca (Jordi Mallach)
+
Changes in GNOME-Applets 2.9.7
==================================
diff --git a/README b/README
index b9e353bdd..b64ee4703 100644
--- a/README
+++ b/README
@@ -1,9 +1,11 @@
-Gnome-Applets
+GNOME-Applets
=============
This package contains applets for use with the GNOME panel. Therefore, it
requires gnome-core to be installed. To build all applets additional
-libraries are needed (gnome-vfs, libgtop).
+libraries may be needed.
+
+This list is by no means definitive.
Requirements
@@ -11,12 +13,35 @@ Requirements
You need at least:
- gnome-panel-2.8.0
+ gnome-panel-2.10.0
gail-1.8.0
+ gtk+-2.6.0
+ glib-2.6.0
+ libgnome-2.8.0
+ gnome-vfs-2.8.0
+ gconf-2.8.0
+ scroll-keeper-0.1.4
+ libglade-2.4.0
+ libxklavier-1.13
+ libwnck-2.10.0
+ system-tools-backends-1.13
+ libgtop-2.10.0
+
+
+Mailing List
+------------
+
+The mailing list for GNOME-Applets is gnome-utils-list@gnome.org
+
+
+Contributing to GNOME-Applets
+-----------------------------
+
+Read the HACKING file
-Optional Requirements (and applets that require them)
---------
+Reporting Bugs
+--------------
- gnome-vfs-2.8.0 (gweather, gtik)
- libgtop2-2.8.0 (multiload)
+Bugs should be reported via Bugzilla <http://bugzilla.gnome.org/>. The product
+is `gnome-applets'.
diff --git a/configure.in b/configure.in
index f77aaedf7..e2529cd5f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(drivemount/drivemount.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-applets, 2.9.7)
+AM_INIT_AUTOMAKE(gnome-applets, 2.10.0)
AM_MAINTAINER_MODE