2006-12-12 Esteban Sanchez <estebans@artica.es>

* configure.in: Version 1.2.0.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@317 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Esteban Sanchez 2006-12-12 17:24:12 +00:00
parent c9f271e74f
commit 89a94c572e
4 changed files with 28 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2006-12-12 Esteban Sanchez <estebans@artica.es>
* configure.in: Version 1.2.0.
2006-12-12 Esteban Sanchez <estebans@artica.es>
* src/pandora_status.[ch]: pandora_status_set_* removed and replaced

View File

@ -1,2 +1,6 @@
SUBDIRS=src data
EXTRA_DIST = \
autogen.sh \
acinclude.m4

View File

@ -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

View File

@ -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)