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:
parent
c9f271e74f
commit
89a94c572e
|
@ -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
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
SUBDIRS=src data
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
acinclude.m4
|
||||
|
|
|
@ -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
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue