File logwarn.changes of Package logwarn

-------------------------------------------------------------------
Sat May 28 14:44:50 UTC 2022 - Archie Cobbs <archie.cobbs@gmail.com>

- Upgrade to release 1.0.17
  + Use fstat(2) instead of stat(2) to avoid tiny race condition
  + Fix bug when parsing consecutive "-T" flags

-------------------------------------------------------------------
Sun Nov 21 21:34:12 UTC 2021 - Archie Cobbs <archie.cobbs@gmail.com>

- Fix bug with spec file - source shouldn't be using URL 

-------------------------------------------------------------------
Sun Nov 21 21:11:11 UTC 2021 - Archie Cobbs <archie.cobbs@gmail.com>

- Upgrade to release 1.0.16 
  + Store repeated timestamps more efficiently in state file
  + Fixed infinite loop in Nagios plugin '-C' flag (issue #29)
  + Fixed crash when "-T X/Y" flag was the last command line argument

-------------------------------------------------------------------
Sun Nov 21 21:06:44 UTC 2021 - Archie Cobbs <archie.cobbs@gmail.com>

- Replace source tarball with _service file pulling from github

-------------------------------------------------------------------
Wed Oct 27 16:21:28 UTC 2021 - Archie Cobbs <archie.cobbs@gmail.com>

- Run spec-cleaner on spec file

-------------------------------------------------------------------
Thu Mar 19 22:01:44 UTC 2020 - Archie Cobbs <archie.cobbs@gmail.com>

- Upgrade to release 1.0.15
  + Added "-C" flag to Nagios plugin (issue #28).
  + Allow "-T X/Y" flag as the final command line argument

-------------------------------------------------------------------
Fri Jun 24 14:27:12 UTC 2016 - archie.cobbs@gmail.com

- Upgrade to release 1.0.14
  + Fix bug where `-T' suppressed everything when used with `-p'
  + Fix bug where `-T' would also count negative patterns
  + Fix segfault parsing `-T' in certain cases

-------------------------------------------------------------------
Mon Jun 20 20:54:04 UTC 2016 - archie.cobbs@gmail.com

- Add 7eac274.patch
  + Fixes bug where `-T' would also count negative patterns
- Add 3a874b0.patch
  + Fixes bug where `-T' suppressed everything when used with `-p'

-------------------------------------------------------------------
Sun Jun 19 22:36:00 UTC 2016 - archie.cobbs@gmail.com

- Upgrade to release 1.0.13
  + Added `-T' flag for frequency filtering

-------------------------------------------------------------------
Fri May 27 18:18:55 UTC 2016 - archie.cobbs@gmail.com

- Update project homepage URL
- Update source file URL

-------------------------------------------------------------------
Wed May 25 02:17:52 UTC 2016 - archie.cobbs@gmail.com

- Upgrade to release 1.0.12
  + Added note to man page that the default behavior is to match
  + Fix substitution for @BASH_SHELL@ in check_logwarn script
    - Remove temporary fix check-logwarn-bash.patch
  + Moved project hosing from Google code to GitHub
  + Added `-R' flag (issue #24)

-------------------------------------------------------------------
Mon Nov 17 22:57:58 UTC 2014 - archie@dellroad.org

- Pass BASH=/bin/bash to ./configure (variant of SR261868)

-------------------------------------------------------------------
Mon Nov 17 16:31:34 UTC 2014 - archie@dellroad.org

- Apply check-logwarn-bash.patch fixing ${BASH} def'n in check_logwarn 

-------------------------------------------------------------------
Sun Jan 12 19:22:17 UTC 2014 - archie@dellroad.org

- Upgrade to version 1.0.11
  + Added `-l' flag (contributed by Tobias Galitzien)
  + Added `-c' flag for case-insensitive matching (issue #19)
  + Added `-N' flag to limit messages processed (issue #17)

-------------------------------------------------------------------
Wed Jan 23 15:48:18 UTC 2013 - archie@dellroad.org

- Install COPYING into docs
- Remove INSTALL from docs
- rpmlint: fix RPM group for plugin
- rpmlint: give plugin a longer %description

-------------------------------------------------------------------
Thu Nov 29 19:53:26 UTC 2012 - archie@dellroad.org

- rpmlint: change spec file Group: to "System/Monitoring"

-------------------------------------------------------------------
Thu Nov 29 17:25:34 UTC 2012 - archie@dellroad.org

- Apply package fixes
  + Spec file fixes:
    * Use correct License: name
    * Remove cleanup of %{buildroot} from %install section
    * Make use of nagios-rpm-macros for RPM macros
  + Include version update details in changelog

-------------------------------------------------------------------
Sun Nov 25 22:51:05 UTC 2012 - archie@dellroad.org

- Upgrade to version 1.0.10
  + Added `-M' and `-L' command line flags
  + Added `-F' flag to Nagios plugin

-------------------------------------------------------------------
Fri Nov  9 16:50:19 UTC 2012 - archie@dellroad.org

- Upgrade to version 1.0.9
  + Add support for rotated logs that are xz(1) compressed
  + Plugin: exit UNKNOWN instead of CRITICAL if can't create temp file
  + Plugin: add support for '-h' command line flag
  + Plugin: fix unportable sed(1) usage
  + Plugin: omit alert level from status message

-------------------------------------------------------------------
Sat Apr  7 21:40:46 UTC 2012 - archie@dellroad.org

- Upgrade to version 1.0.8
  + Properly handle truncated files (issue #7)
  + Portability fixes for Solaris

-------------------------------------------------------------------
Fri Nov 11 03:02:36 UTC 2011 - archie@dellroad.org

- Upgrade to version 1.0.7
  + Add large file support (issue #3)

-------------------------------------------------------------------
Tue Oct  4 15:20:18 UTC 2011 - archie@dellroad.org

- Upgrade to version 1.0.6
  + Fix misuse of '|' character in Nagios plugin output

-------------------------------------------------------------------
Fri Sep 16 02:52:12 UTC 2011 - archie@dellroad.org

- Upgrade to version 1.0.5
  + Added the ability to scan standard input
  + Added `-z' flag to always read from the beginning

-------------------------------------------------------------------
Fri Aug 19 01:43:33 UTC 2011 - archie@dellroad.org

- Upgrade to version 1.0.4 
  + Fixed a bug when file is less than three bytes long (issue #2)
  + Added some examples to the man page

-------------------------------------------------------------------
Mon Jan 31 19:53:52 UTC 2011 - archie@dellroad.org

- Upgrade to version 1.0.3 
  + Don't process the last line of a file if it doesn't have a newline
  + Tightend up error checking around file operations
  + Improved error message output from Nagios plugin

-------------------------------------------------------------------
Thu Dec 30 19:52:52 UTC 2010 - archie@dellroad.org

- Update to version 1.0.2
  + Removed the automatic implication of `-n' by `-i'
  + Added `-a' flag to control auto-initialize behavior
  + Added `-p' flag to change default match to no match
  + Added `-f' flag to specify state file directly
  + Added some more man page clarifications

-------------------------------------------------------------------
Wed Dec 29 21:49:41 UTC 2010 - archie@dellroad.org

- Make Nagios plugin architecture indepdendent.

-------------------------------------------------------------------
Wed Dec 29 21:16:46 UTC 2010 - archie@dellroad.org

- Include /var/lib/logwarn in the RPM. 

-------------------------------------------------------------------
Wed Dec 29 21:08:06 UTC 2010 - archie@dellroad.org

- Add /usr/lib/nagios{,/plugins} to the RPM to make OBS happy.

-------------------------------------------------------------------
Wed Dec 29 20:55:35 UTC 2010 - archie@dellroad.org

- Upgrade to version 1.0.1 
  + Added some man page fixes and clarifications
  + Added a Nagios plugin

-------------------------------------------------------------------
Wed Dec 29 19:22:42 UTC 2010 - archie@dellroad.org

- Initial checkin 

openSUSE Build Service is sponsored by