From 1c030beaa4e8cbe4093fe586cc7194b8db361c81 Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Feb 06 2011 14:05:57 +0000 Subject: - Update to new upstream version 5.2.3; new features in 5.2.3 include: - MySQL protocol now support version 5.5 - Support for monitoring swap usage - Allow process monitoring based on output of ps and regexps - Various bugfixes --- diff --git a/.gitignore b/.gitignore index aea00be..bc82453 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ monit-5.1.1.tar.gz +/monit-5.2.3.tar.gz diff --git a/monit.spec b/monit.spec index eaaed7d..9e19888 100644 --- a/monit.spec +++ b/monit.spec @@ -1,6 +1,6 @@ Name: monit -Version: 5.1.1 -Release: 2%{?dist} +Version: 5.2.3 +Release: 1%{?dist} Summary: Manages and monitors processes, files, directories and devices Group: Applications/Internet @@ -95,6 +95,13 @@ fi %{_mandir}/man1/monit.1* %changelog +* Thu Aug 05 2010 Maxim Burgerhout - 5.2.3-1 +- Update to new upstream version 5.2.3; new features in 5.2.3 include: +- MySQL protocol now support version 5.5 +- Support for monitoring swap usage +- Allow process monitoring based on output of ps and regexps +- Various bugfixes + * Thu Aug 05 2010 Maxim Burgerhout - 5.1.1-2 - Enabled PAM authentication (bz #621599) diff --git a/sources b/sources index 5022f72..a991b99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4bbd3845ae1cbab13ec211824e0486dc monit-5.1.1.tar.gz +2772b6f5ad46eb0f73f13e12a26267e1 monit-5.2.3.tar.gz