diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2004-09-13 13:24:33 +0000 |
---|---|---|
committer | Davyd Madeley <davyd@src.gnome.org> | 2004-09-13 13:24:33 +0000 |
commit | 5127c19587e5002a8c63ab0924ce68ceb96fe6b8 (patch) | |
tree | b0aed05cf0d54133ffb9d28344929ee350c04365 | |
parent | 4a2e36d97d3ad76bc8900b1461eda6aa49cc6c10 (diff) |
release 2.8.0 Fix build issue found when building tarball.GNOME_APPLETS_2_8_0
2004-09-13 Davyd Madeley <davyd@madeley.id.au>
* configure.in:
* NEWS:
* README: release 2.8.0
* mixer/Makefile.am: Fix build issue found when building tarball.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 42 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | mixer/Makefile.am | 1 |
5 files changed, 55 insertions, 5 deletions
@@ -1,3 +1,10 @@ +2004-09-13 Davyd Madeley <davyd@madeley.id.au> + + * configure.in: + * NEWS: + * README: release 2.8.0 + * mixer/Makefile.am: Fix build issue found when building tarball. + 2004-09-13 Shaun McCance <shaunm@gnome.org> * configure.in: @@ -1,3 +1,45 @@ +Changes in GNOME-Applets 2.8.0 +================================== + +Overall + * Documentation updates: gswitchit, battstat, cdplayer, charpick, + gtik, gweather, mailcheck, mini-commander, mixer, multiload, stickynotes + (Angela Boyle) + * Documentation updates: drivemount (Christian Kellner) + * Documentation updates: geyes, modemlights, stickynotes, wireless + (Shaun McCance) + * Battstat, fix build problems on BSD (Julio M. Merino Vidal) + * Mixer, fix install so that icon is visible in Add to Panel (Mark McLoughlin) + +Translations + * nn (Åsmund Skjæveland) + * ar (Arafat Medini) + * nl (Tino Meinen) + * el (Kostas Papadimas, Nikos Charonitakis) + * de (Hendrik Richter) + * pt_BR (Raphael Higino) + * cs (Miloslav Trmac) + * et (Priit Laes) + * bs (Akagic Amila) + * en_GB (David Lodge) + * bg (Vladimir Petkov) + * ro (Mugurel Tudor, Misu Moldovan) + * da (Martin Willemoes Hansen) + * tr (Baris Cicek) + * hu (Gabor Kelemen) + * ms (Hasbullah Bin Pit) + * cy (Dafydd Harries) + * sv (Christian Rose) + * fr (Sebastien Bacher) + * th (Paisa Seeluangsawat) + * zh_TW (GNOME HK Team) + * ja (Takeshi AIHANA) + * it (Alessio Frusciante) + +This is it, this is GNOME 2.8. Celebrate and pat yourselves on the back. +Especially if you are one of the documentation team who spent all that time +making the desktop that much easier to use. + Changes in GNOME-Applets 2.7.3 ================================== @@ -11,12 +11,12 @@ Requirements You need at least: - gnome-panel-2.2.0 - gail-0.13 + gnome-panel-2.8.0 + gail-1.8.0 Optional Requirements (and applets that require them) -------- - gnome-vfs-1.9.16 (gweather, gtik) - libgtop2-2.0.0 (multiload) + gnome-vfs-2.8.0 (gweather, gtik) + libgtop2-2.8.0 (multiload) diff --git a/configure.in b/configure.in index 48c2790e2..381b39124 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.7.3) +AM_INIT_AUTOMAKE(gnome-applets, 2.8.0) AM_MAINTAINER_MODE diff --git a/mixer/Makefile.am b/mixer/Makefile.am index da2134b13..0dad7da99 100644 --- a/mixer/Makefile.am +++ b/mixer/Makefile.am @@ -47,6 +47,7 @@ EXTRA_DIST = \ GNOME_MixerApplet.server.in.in \ $(ui_DATA) \ $(pixmaps_DATA) \ + $(icons_DATA) \ $(schemas_in_files) CLEANFILES = $(server_in_files) $(server_DATA) |