File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11Auter NEWS
22
3+ 0.10
4+ * Added pre and post prep script hooks
5+ * Added a pidfile and process check to --status
6+ * Added a auter success log with a last run timestamp
7+ * Clear pidfile if the process is no longer running when disabling auter
8+ * Added auter.aptModule for ubuntu/debian support
9+ * Added checks to confirm updates that were staged are still pending
10+
3110.9
412 * Capture package manager output
513 * Document the auter --reboot cron job
Original file line number Diff line number Diff line change 1919#
2020
2121
22- readonly AUTERVERSION=" 0.9 "
22+ readonly AUTERVERSION=" 0.10 "
2323readonly SCRIPTDIR=" /etc/auter"
2424readonly DATADIR=" /var/lib/auter"
2525readonly LOCKFILE=" ${DATADIR} /enabled"
Original file line number Diff line number Diff line change 11Name: auter
2- Version: 0.9
2+ Version: 0.10
33Release: 1%{?dist }
44Summary: Prepare and apply updates
55License: ASL 2.0
@@ -104,6 +104,13 @@ exit 0
104104
105105%changelog
106106
107+ * Mon Oct 30 2017 Paolo Gigante <paolo.gigante@rackspace.co.uk> 0.10-1
108+ - Added pre and post prep script hooks
109+ - Added a pidfile and process check to --status
110+ - Added a auter success log with a last run timestamp
111+ - Clear pidfile if the process is no longer running when disabling auter
112+ - Added auter.aptModule for ubuntu/debian support
113+
107114* Thu Mar 09 2017 Piers Cornwell <piers.cornwell@rackspace.co.uk> 0.9-1
108115- Capture package manager output
109116- Document the auter --reboot cron job
You can’t perform that action at this time.
0 commit comments