diff --git a/pandora_applet/ChangeLog b/pandora_applet/ChangeLog index c7f17a20f3..25938c69ab 100644 --- a/pandora_applet/ChangeLog +++ b/pandora_applet/ChangeLog @@ -1,3 +1,7 @@ +2006-12-12 Esteban Sanchez + + * configure.in: Version 1.2.0. + 2006-12-12 Esteban Sanchez * src/pandora_status.[ch]: pandora_status_set_* removed and replaced diff --git a/pandora_applet/Makefile.am b/pandora_applet/Makefile.am index 8723614eb7..73115b0843 100644 --- a/pandora_applet/Makefile.am +++ b/pandora_applet/Makefile.am @@ -1,2 +1,6 @@ SUBDIRS=src data + +EXTRA_DIST = \ + autogen.sh \ + acinclude.m4 diff --git a/pandora_applet/NEWS b/pandora_applet/NEWS index e69de29bb2..25defc015b 100644 --- a/pandora_applet/NEWS +++ b/pandora_applet/NEWS @@ -0,0 +1,19 @@ +============ + Version 1.2 +============ + +First public release. + +Features + * Check Pandora Free Monitoring System to allow the administrator a + quick reaction to some incidence. + * Alerts of alerts fired, servers down and agents down. + * Easy configuration dialog. + * It works under GNOME, KDE and any desktop that complies f.d.o. + systray specifications. + +Dependencies: + + * GTK+ >= 2.8.0 + * Libxml2 + * Libmysqlclient diff --git a/pandora_applet/configure.in b/pandora_applet/configure.in index 0baddea4ed..8d931ddce2 100644 --- a/pandora_applet/configure.in +++ b/pandora_applet/configure.in @@ -1,12 +1,6 @@ AC_PREREQ(2.59) -m4_define([pandoraapplet_major_version], [1]) -m4_define([pandoraapplet_minor_version], [0]) -m4_define([pandoraapplet_micro_version], [0]) -m4_define([pandoraapplet_build_version], []) -m4_define([pandoraapplet_version], m4_format('%s.%s.%s%s', pandoraapplet_major_version, pandoraapplet_minor_version, pandoraapplet_micro_version, pandoraapplet_build_version)) - -AC_INIT([pandora-applet], [pandoraapplet_version], [http://sourceforge.net/], [pandora_applet]) +AC_INIT([pandora-applet], [1.2.0], [http://sourceforge.net/tracker/?group_id=155200&atid=794852], [pandora_applet]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)