shutdown-at-night (0.22) unstable; urgency=medium

  * Team upload.
  * d/control:
    - bump Standards-Version to 4.4.0, no changes needed.
    - bump debhelper-compat to 12.

 -- Holger Levsen <holger@debian.org>  Thu, 08 Aug 2019 14:29:43 +0200

shutdown-at-night (0.21) unstable; urgency=medium

  * Team upload.

  * d/control:
    - bump Standards-Version to 4.3.0, no changes needed.
    - use canonical URL for Vcs-Git, thanks lintian.

 -- Holger Levsen <holger@debian.org>  Wed, 16 Jan 2019 14:56:47 +0100

shutdown-at-night (0.20) unstable; urgency=medium

  * Team upload.

  * d/control:
    - use the new debhelper-compat(=11) notation and drop d/compat.
    - bump Standards-Version to 4.2.1, no changes needed.
    - drop version from suggests on sitesummary, as it's been fulfilled since
      Lenny at least.

 -- Holger Levsen <holger@debian.org>  Tue, 16 Oct 2018 14:54:39 +0200

shutdown-at-night (0.19) unstable; urgency=medium

  * Team upload.

  [ Mike Gabriel ]
  * shutdown-at-night: Support arctica-greeter as LightDM greeter. If present,
    we consider it as a hint that no X session is running.

 -- Holger Levsen <holger@debian.org>  Thu, 14 Jun 2018 14:46:53 +0000

shutdown-at-night (0.18) unstable; urgency=medium

  * Team upload.

  [ Mike Gabriel ]
  * d/control: Update Vcs-*: fields. Packaging Git has been migrated to salsa.

  [ Holger Levsen ]
  * Remove Alexander Alemayhu from uploaders - thanks for your contributions!
  * d/control:
    - bump Standards-Version to 4.1.4, no changes needed.
    - unify Vcs-*: headers.
    - declare that shutdown-at-night doesn't need root to build, add
      "Rules-Requires-Root: no" header after testing this is the case.
  * d/compat: bump to 11 and update dependency accordingly.
  * d/copyright:
    - use https for Format: URL, thanks lintian.
    - point Source: to salsa.

 -- Holger Levsen <holger@debian.org>  Fri, 08 Jun 2018 18:19:58 +0000

shutdown-at-night (0.17) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * Fix typos in xsession test. (Closes: #802541).
  * Fix typo in acpiwakeup code. (Closes: #802542).
  * Set RTC based self-wake-up to disabled as default behaviour. This is
    needed for blacklisting host wake-up via netgroups. It is needed as
    well if shutdown-at-night is enabled via the flag file
    /etc/shutdown-at-night/shutdown-at-night but wake-up isn't wanted.
  * Provide support for wake-up feature if flag file is used.
    + Add configuration information to the README file.
    + Adjust the code to make configuration possible.

  [ Mike Gabriel ]
  * shutdown-at-night: Add support for a blockage file that prevents from
    the system being woken up by NVRAM or RTC alarm.
  * wakeupclients: Add support for a blockage file that prevents from
    other clients being woken up.
  * README: Document the blockage files for system wake-ups.
  * shutdown-at-night: Suppress ethtool output to stderr.
  * wakeupclients: Don't send alive pings to an empty address list. Prevents
    the script from hanging indefinitely when calling the fping command.
  * shutdown-at-night: Evaluate the newly supported NIS netgroups
    shutdown-at-night-wakeup-hosts and shutdown-at-night-wakeup-hosts-blacklist
    and only prepare the NVRAM/RTC based host wake-up if configured accordingly
    via NIS netgroups.
  * debian/control:
    + Use encrypted URLs in Vcs-*: fields.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 23 Feb 2016 21:49:57 +0100

shutdown-at-night (0.16) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * Fix the xsession test to match the special case of gdm3 greeter no
    longer running gdm-simple-greeter. (Closes: #787566).

  [ Mike Gabriel ]
  * Provide support for blacklisting shutdown of individual hosts
    when NIS netgroups are used for controlling shutdown-at-night.
    (Use "no-shutdown-at-night-hosts" NIS netgroup for black listing
    hosts that should not shutdown).
  * Rename NIS netgroup for blacklisting shutdowns to
    shutdown-at-night-hosts-blacklist. Thanks to Petter Reinholdtsen
    for feedback.
  * debian/control:
    + Bump Standards: to 3.9.6. No changes needed.
    + Process with wrap-and-sort (options: -ast).
    + Update D (shutdown-at-night) for cron alternatives: cron | cron-daemon
      (Closes: #796875).
  * shutdown-at-night, wakeupclients: Add copyright header to files.
  * Add COPYING file (containing GPL-2(+)) license.
  * debian/copyright:
    + Switch to DEP-5 compliant format.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 14 Oct 2015 13:11:53 +0200

shutdown-at-night (0.15) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * Adjust the 'who' command to exclude the special case of gdm3 greeter
    running as user '(unknown)' to be assumed as a logged in user
    (Closes: #775608).

 -- Holger Levsen <holger@debian.org>  Tue, 17 Feb 2015 10:53:25 +0100

shutdown-at-night (0.14) unstable; urgency=low

  * Updated Standards-Version from 3.9.4 to 3.9.5.  No changes needed
  * Raise debhelper compat level from 5 to 9.
  * Replace cdbs with dh in rules file.  The minimal verision is enough.
    Drop cdbs dependency.
  * Add Alexander Alemayhu as uploader.

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 30 Aug 2014 10:18:28 +0200

shutdown-at-night (0.13) unstable; urgency=low

  [ Mike Gabriel ]
  * Package becomes team-maintained: Debian Edu Packaging Team.
  * debian/control:
    + Package migrated to Git. Update Vcs-*: fields and point to
      Git on Alioth.
    + Bump Standards: to 3.9.4. No changes necessary.
    + Improve LONG_DESCRIPTION.
    + Mention ACP wakeup functionality in LONG_DESCRIPTION.
  * debian/source/format:
    + Add file. Use format 1.0 to match capabilities of Debian Edu's dak.

  [ Petter Reinholdtsen ]
  * Rewrite logic checking if a host is unused to look for the KDM,
    Gnome or lightdm login screen to confirm the X sessions are unused
    (Closes: #729553).
  * Add depend on x11-utils for the xlsclients tool used to check unused
    X sessions.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 22 Nov 2013 20:22:08 +0100

shutdown-at-night (0.12) unstable; urgency=low

  [ Petter Reinholdtsen ]
  * Add support for using the ACPI RTC wakeup interface to wake up the
    machine (Closes: #717441).
  * Correct time zone calculations, try to ensure that the 07:00 wake
    up time is in the local time zone and not UTC.
  * Make sure to syslog that ACPI RTC is used to set wakeup time when
    it is used.

  [ Mike Gabriel ]
  * The -i <host-ip> option in the wakeonlan executable is only useful
    on networks with static ARP tables available. For networks using
    dynamic ARP tables (common with most switches), a broadcast address
    instead of a host IP should be given here. The wakeonlan default
    (255.255.255.255) is just fine for most network setups. So we omit
    the -i <host-ip> option completely when calling wakeonlan in the
    wakeupclients script.
  * debian/control:
    + Add myself to Uploaders: field.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 23 Oct 2013 11:13:51 +0200

shutdown-at-night (0.11) unstable; urgency=low

  * Quiet down cron job to wake up client to not complain when fping
    notice they are unavailable.
  * Add support for extending the "busy" detection in
    shutdown-at-night by adding code to run hooks in
    /etc/shutdown-at-night/unused.d and
    /usr/lib/shutdown-at-night/unused.d. (Closes: #619950)

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 15 Jul 2013 17:26:07 +0200

shutdown-at-night (0.10) unstable; urgency=low

  * Do not shut down if uptime is less then an hour.  Based on patch and
    idea from Jonathan Jackson in BTS report #619950.
  * Fix typo in syslog message (ist -> is).
  * Update standards-version from 3.8.0 to 3.9.2.  No changes needed.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 13 Feb 2012 23:42:41 +0100

shutdown-at-night (0.9) unstable; urgency=low

  * Sync with Ubuntu version 0.8ubuntu1:
    - Apply patch from Mike Gabriel clarifying reasons for host(s)
      not shutting down. (LP: #608616) (Closes: #636672)
    - Add ethtool as a dependency. (LP: #607021) (Closes: #636671)

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 04 Jan 2012 14:43:31 +0100

shutdown-at-night (0.8) unstable; urgency=low

  * Make sure netgroup membership is checked using both the full and
    short hostname, to work with different netgroup styles (Solves
    Skolelinux bug #1435).

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 03 Mar 2010 22:02:07 +0100

shutdown-at-night (0.7) unstable; urgency=low

  [ Petter Reinholdtsen ]
  * Rename netgroup used to enable shutdown-at-night, from
    host-shutdown-at-night to shutdown-at-night-hosts, to match the
    name structure used in Debian Edu.
  * Updated Standards-Version from 3.7.3 to 3.8.0.  No changes needed.

  [ Holger Levsen ]
  * Add Vcs: headers to debian/control.

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 16 Jul 2008 14:34:35 +0200

shutdown-at-night (0.6) unstable; urgency=low

  * Change GPL file reference in copyright to use GPL-2 instead of GPL,
    to avoid surprises when the content of the GPL file changes between
    Debian versions.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 22 Jun 2008 00:20:25 +0200

shutdown-at-night (0.5) unstable; urgency=low

  * Make sure to not give the same wakeup time to all BIOSes, to avoid
    machines with good hardware clock to wake up at the same time and
    thus reduce the chance that a fuse breaks.
  * Add comment in Makefile explaining why the internal scripts are in
    /usr/lib/ and not /usr/share/.
  * Improve copyright file on request from the Debian ftpmasters.
  * Adjust return value from nvramwakeup() in shutdown-at-night, to
    return success if the BIOS wakeup time was updated.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 15 Jun 2008 19:28:09 +0200

shutdown-at-night (0.4) unstable; urgency=low

  * Make sure the /etc/shutdown-at-night/ directory is part of the
    package.
  * Change shutdown-at-night to abort the shutdown if wake-on-lan could
    not be enabled.
  * Add 'cron | fcron' as dependency, to make sure the cron jobs
    run as they should.
  * Improve setup instructions in the README.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 15 Jun 2008 00:40:36 +0200

shutdown-at-night (0.3) unstable; urgency=low

  * Convert wakeupclients to use syslog.
  * Add suggests on sitesummary (>= 0.0.41) to suggest a version that
    can generate the client list automatically.
  * Add support in wakeupclients to run a script
    /etc/shutdown-at-night/clients-generator to extract the clients to
    wake up dynamically.
  * Add ${perl:Depends} to package dependencies.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 13 Jun 2008 11:06:29 +0200

shutdown-at-night (0.2) unstable; urgency=low

  * Add server side cron job to start waking up clients Monday-Friday at 06:30.
  * Change wakeupclients to log progress, and to check if a client is up
    before trying to wake it.
  * Change wakeupclients to use fping to check for alive clints, to speed
    up the script.  Reduce sleep time between wakeups to 5 seconds.
  * Correct typos in the shutdown-at-night script.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 13 Jun 2008 08:58:00 +0200

shutdown-at-night (0.1) unstable; urgency=low

  * Initial package.

 -- Petter Reinholdtsen <pere@debian.org>  Sun,  8 Jun 2008 18:18:53 +0200
