Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3ed98807382dda2e6083f37d798aab2b > files > 6

nagios-plugins-check-updates-1.5.0-1.fc15.i686.rpm

2011-10-03  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.5.0
	* check_updates: fixed a bug which caused the -w and -c options to be ignored

2011-09-23  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.15
	* check_updates: using /etc/redhat-release instead of /etc/issue

2011-05-25  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.14
	* check_updates: fixed a problem when checking if a piped command was successful 

2011-05-24  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.13
	* check_updates: fixed the unit tests on systems with older Test::Simple
			 versions

	* Version 1.4.12
	* check_updates: fixed the detection of RH 6 and Scientific Linux Systems
	                 (thanks to J. Oliveira and T. Edwardsson)
	* check_updates: several style fixes (cleaned with Perl::Critic)
        * t:             some unit tests (to be extended)

2010-11-18  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.11
	* check_updates: fixed the processing of Xen kernels

2010-11-15  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.10
	* check_updates.pod: updated the licensing information (GPL v3+)

2010-11-01  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.9
	* check_updates: removed the dependency on version.pm

2010-10-31  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.8
	* check_updates: fixed the license specification (GPL v3+)
	* AUTHORS: fixed a typo

2010-02-16  root  <matteo.corti@id.ethz.ch>

	* Version 1.4.7
	* check_updates: the output of yum check-updates can get wrapped -> check for double lines

2010-02-03  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: constants are now global because of embedded perl

2009-12-10  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.6 

2009-12-09  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Makefile.PL: man page being installed in the wrong section (3 instead of 1)
	* Makefile.PL: perl site vs vendor directories
	* check_updates.spec: removed the the %{?dist} macro from the changelog entries

2009-12-08  root  <matteo.corti@id.ethz.ch>

	* check_updates (check_up2date): fixed 'no updates' message on up2date based systems

2009-12-08  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Removed unnecessary dependence on List::MoreUtils, List::Util and Number::Format (fixed #55)

2009-12-07  Matteo Corti  <matteo.corti@id.ethz.ch>

	* Version 1.4.4
	* check_updates (clean_kernel_version): fixed a bug with SMP kernels version cleanup
	* check_updates (clean_kernel_version): fixed a bug with PAE kernels version cleanup

2009-12-07  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates.pod: fixed outdated documentation
	* doc: several additions spelling fixes (thanks to J. Oliveira)

2009-12-06  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed licensing information (see #52)
	* check_updates.spec: fixed several build problems (see #53)
	* check_updates: unified kernel cleanup code (see #54)

2009-12-04  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: distinguish between security and non-critical updates
	                 when yum-plugin-security is installed

2009-11-11  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed a regex that failed to strip
	                 el5PAE from the version

2009-09-20  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed a bug in the Red Hat System detection

2009-07-22  root  <matteo.corti@id.ethz.ch>

	* check_updates: does not parse the output of rpm because of localization problems

2009-06-15  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: recognize PAE kernels

2009-05-19  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: --critical and --warning are working again
	* check_updates: Nagios 3 extended info with the outdated packages

2009-04-07  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: RH5 support

2008-12-05  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: got rid of RPM2 (broken with modern RPM versions)
	* check_updates: using Nagios::Plugin::Getopt for the processing of command line options
	* check_updates: timeout

2008-11-14  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed a bug with updates and excluded packages (wrong count)

2008-08-06  root  <matteo.corti@id.ethz.ch>

	* check_updates: workaround for a possible bug in Sort::Versions
	                 (http://rt.cpan.org/Public/Bug/Display.html?id=34622)

2008-06-03  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: separated the POD documentation because of ePN issues
	* check_updates: added the -[no]-boot-check option to disable the kernel check
	* check_updates: corrected a bug occurring when yum debug level is 0

2008-05-15  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: uname returns the kernel version with the architecture at the end

2008-05-08  root  <matteo.corti@id.ethz.ch>

	* check_updates: Correct kernel versions sorting

2008-03-17  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: CentOS uses yum but had smp and non smp kernels

2008-03-07  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed a problem in the notification of a needed reboot

2008-02-26  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed a problem while counting the number of obsolete
			 packages

2008-02-21  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: fixed the kernel check on RH systems

2008-02-21  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: checks if the running kernel is the latest
                         installed
	* check_updates: removed backticks (using open -|)

2008-01-22  Matteo Corti  <matteo.corti@id.ethz.ch>

	* check_updates: recognizes CentOS

# File version information:
# $Id: Changes 1269 2011-10-03 08:00:30Z corti $
# $Revision: 1269 $
# $HeadURL: https://svn.id.ethz.ch/nagios_plugins/check_updates/Changes $
# $Date: 2011-10-03 10:00:30 +0200 (Mon, 03 Oct 2011) $