  * sbin/kuwatcher
    - fix: don't change savestate if already in place (on refresh)

2026-01-07 18:44:15 0.3 ku23.08a Lorenzo Canovi (KUBiC Labs, CH) <packager@kubiclabs.com>

  * debian/compat: (devuan daedalus) raised to 10

2023-03-14 11:51:41 0.3 ku23.03b Lorenzo Canovi (KUBiC Labs, CH) <packager@kubiclabs.com>

  * debian/rules (debian.in/rules)
    - fix: reverted the changes of last release (compatibility issues raised by updating
    	   release files on old systems are solved, see changes to ku-jtools)

2023-03-14 11:42:17 0.3 ku23.03a Lorenzo Canovi (KUBiC Labs, CH) <packager@kubiclabs.com>

  * debian/rules (debian.in/rules)
    - fix: force backward compatibility gzip format on newer distros (that defaults to xz):
           added -Zgzip to dh_builddeb

2022-01-29 12:15:29 0.3 ku21.05 Lorenzo Canovi (KUBiC Labs, CH) <packager@kubiclabs.com>

  * production release ku21.05

  * meta: package owner
    - mod: Allblue SA dismissed, now is KUBiC Labs only
    - mod: from now releases uses the scheme YY.mm[patchlevel], where patchlevel
    	   usually is a locase letter; releases YY.mm (w/out patchlevel) are
	   production ones

2021-01-07 16:02:36 0.3 ku3 KUBiC Labs, Allblue SA (CH) <packager@kubiclabs.com>

  * sbin/kuwatcher
    - fix: stdout and stderr now are redirected to logfile if --verbose not
    	   used, to catch internal errors (like malformed check entries)
    - fix: $LOGFILE was not defined inplace, and defined as default from
   	   log.sh package, but overridden by environment in some conditions
    - mod: better exit management (cleanup() pseudofunc, traps, etc)
    - mod: replaced all backticks with $(...)
    - mod: replaced all "cp /dev/null filename" with ":> filename"

  * conf.d/00distrib_rules
    - new: added some samples

2018-08-02 10:11:02 0.3 ku2 KUBiC Labs, Allblue SA (CH) <packager@kubiclabs.com>

  * production release 0.3-ku2

2018-08-02 06:46:48 0.3 ku1 KUBiC Labs, Allblue SA (CH) <packager@kubiclabs.com>

  * helpers
    - new: nss-ldap enable/disable script, on 9.04 take care of reloading samba
    	   daemon (if started without ldap it will fails queries when ldap is
	   enabled later; see also kusa package module cli-ldap, changed to
	   reflect this behevaiour)

2015-06-20 15:20:31 0.2 ku4.10 KUBiC Labs, Allblue SA (CH) <packager@kubiclabs.com>

  * production release 0.3-ku0

2015-06-20 12:54:49 0.2 ku4.9 KUBiC Labs, Allblue SA (CH) <packager@kubiclabs.com>

  * init script
    - add: 2 secs delay between stop and start for "restart" function

  * sbin/kuwatcher
    - mod: tiny cosmetic changes

2015-05-08 02:46:52 0.2 ku4.8 KUBiC Labs, Allblue SA (CH) <packager@kubiclabs.com>

  * production release 0.2-ku4.8

2014-10-01 01:46:07 0.2 ku4.7 Allblue SA, KUBiC Labs (CH) <packager@kubiclabs.com>

  * init script
    - fix: some variables set, for posix sh (dash) compliance

2014-10-01 17:12:31 0.2 ku4.6 Allblue SA, KUBiC Labs (CH) <packager@kubiclabs.com>

  * production release 0.2-ku4.6

2014-09-27 20:40:08 0.2 ku4.6 Allblue SA, KUBiC Labs (CH) <packager@kubiclabs.com>

  * ldap probing
    - new: check/ping_ldap helper (probes ldap using a dummy search, not ping that
    	   leads to false positives)
    - mod: 00distrib_rules, changed PING_LDAP macro to use helper

  * checks/free_space
    - fix: when low on space, exists with false only once every hour, to avoid alert
    	   flood; use --timeframe NN to change the default (in seconds, 3600)

  * helpers/mailto
    - fix: added system name to signature (uname)

2014-03-24 12:53:33 0.2 ku4.5 Allblue SA, KUBiC Labs (CH) <packager@kubiclabs.com>

  * STANDARDS UPDATE -> 1.5

  * checks/ping
    - mod: macro PING now is converted to a library script, instead of a
    	   one-shot commandline; now you can call the macro with an empty
	   args list, that raises an error like before, but without
	   complains

2014-02-24 02:57:23 0.2 ku4.4 KUBiC Labs - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * helpers/mount_nfs
    - fix: in /proc/mounts we can have trailing slash on filesystem names
      (a 12.04 remote nfs feature?)
    - mod: no cluttering messages for already mounted fs (DEBUG=true re-enables)

  * helpers/*, checks/*
    - fix: set CMD and DEBUG properly if not defined (mainly for debug manual
      invocation, that fails otherwise)

2013-10-10 02:20:33 0.2 ku4.3 KUBiC Labs - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * kuwatcher
    - fix: macros not working if separated to args by tab instead of space
    - fix: macros not working if separated to args by more than one space/tab

2013-09-14 11:58:59 0.2 ku4.2 KUBiC Labs - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * startup script
    - fix: ps -C used in loop for 'restart' function raises false detection,
      because get the init script itself as running daemon, replaced with a
      more complex test (grep)
    - fix: rewamped stop logic, since kuwatcher is a shell script that runs
      checks in foreground, can be busy and take some time to get killed, so
      added some sleep, and a retry loop with final brutal kill as last resort,
      the default number of tries is 10

2013-02-12 15:11:06 0.2 ku4.1 KUBiC Labs - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * fix: rebuild (last building was broken?)

2012-10-22 20:01:47 0.2 ku4.0 KUBiC Labs (CH) - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * mod: adopted ku build standards 2012/10
  * mod: updated due changes on kl-base -> ku-base
  * mod: debug aids: stout & stderr now saved on different files for "ok"
    and "fail" actions; logs actual saved status

2012-07-01 17:00:03 0.2 ku3 KUBiC Labs (CH) - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * fix: debug logging
  * new: check/ps_timelimit
  * new: helpers/safekill

2012-04-21 03:16:19 0.2 ku2 KUBiC Labs (CH) - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * version tag changed, kl -> ku
  * fix: now uses the file $TEMPDIR/checklist to check conffiles
    changes, instead of $TEMPDIR itself (checklist is created during
    cache rebuild)
  * new: activate/deactivate DEBUG on-the-fly, using flagfiles
    "debug" and "nodebug" in $TEMPDIR; files are used as triggers,
    so are removed each run
  * new: DEBUG can be now enabled for a particular check only,
    using the "debug" variable (needs to be present, value IGNORED)

2012-03-26 16:41:19 0.2 kl1 KUBiC Labs (CH) - Lorenzo Canovi <lorenzo@kubiclabs.com>

  * first packaging
