diff --git a/Changelog b/Changelog deleted file mode 100644 index 12d7c5d..0000000 --- a/Changelog +++ /dev/null @@ -1,152 +0,0 @@ -2011-01-27 10:06 runesk - - * VERSION: Release VERSION 1.0.4 - -2011-01-27 10:03 runesk - - * munin-node.conf: Forget the previous change - -2011-01-27 10:02 runesk - - * munin-node.in: Added ipsec to monitored interfaces - Thanks to - Tamas TEVESZ - Added VLANs to monitored interfaces - Patch from Christophe - GUILLOUX (#3162054) - -2011-01-27 09:58 runesk - - * plugins/ntpdate: Arrays is a bashismn - -2011-01-27 09:56 runesk - - * munin-node.conf: $HOSTNAME seems to be a bashism - -2011-01-14 20:52 runesk - - * plugins/cpu: Keith Taylor submitted a patch to support older - kernels ID: 2716990 - -2011-01-14 20:39 runesk - - * CREDITS, Changelog: Forgot these - -2011-01-14 20:28 runesk - - * VERSION: New Release: Added patch from Jozsef Marton - -2011-01-14 20:27 runesk - - * Makefile: Added plugindir_ as a default plugin - -2011-01-14 20:25 runesk - - * plugins/plugindir_: Build need this empty file - -2011-01-14 20:24 runesk - - * munin-node.in: Accepted patch from Jozsef Marton. Plugins might - now be added dynamically using the plugindir_ - -2009-03-17 12:42 runesk - - * Changelog: - -2009-03-17 12:38 runesk - - * VERSION: New release - -2009-03-17 12:36 runesk - - * munin-node.in: Added support for if_ and if_err_ on ppp devices - -2009-03-17 12:35 runesk - - * plugins/df: Closes 2080844 - -2009-03-17 12:17 runesk - - * plugins/if_: Closes 2078765 - -2007-11-30 11:24 runesk - - * munin-node.conf: Wrong hostname for NTP pool - -2007-11-30 11:24 runesk - - * plugins/netstat: BUG: Line break - -2007-11-30 10:43 runesk - - * Changelog, Makefile, VERSION, munin-node.conf, munin-node.in, - plugins/ntpdate: 1.0.1 - -2007-09-25 12:53 runesk - - * plugins/df: Nicer pipe (hint from janl) - -2007-06-20 16:52 runesk - - * Changelog, VERSION: 1.0.0-release - -2007-06-18 08:03 runesk - - * Changelog: FOrgot this - -2007-06-15 12:13 runesk - - * VERSION: Next release - -2007-06-15 12:07 runesk - - * plugins/if_: SF#1736919 - Changed type to DERIVE and added min values to 0. Added check for - ethtool to check if max value could be calculated - -2007-06-15 12:04 runesk - - * Makefile: munin-node depends on plugins - -2007-06-15 09:36 kaiog - - * doc/floppyfw.txt: More fixes to the floppyfw howto - -2007-06-15 09:36 kaiog - - * examples/post-muninlite.ini: Added post-boot script for floppyfw - -2007-06-15 07:59 kaiog - - * doc/floppyfw.txt: Rewrote how to compile floppyfw with muninlite - support - -2007-06-13 13:31 runesk - - * doc/floppyfw.txt: Howto for floppyfw - -2007-06-13 13:30 runesk - - * doc/Working-distributions.txt: Some Endian Firewall documentation - -2007-06-13 12:41 runesk - - * .svnignore: Ignore releases as well - -2007-06-13 12:40 runesk - - * .svnignore: ignore built script - -2007-06-11 18:31 runesk - - * Makefile: Fix - -2007-06-11 15:45 runesk - - * ., CREDITS, Changelog, LICENSE, Makefile, README, TODO, VERSION, - doc, doc/Working-distributions.txt, examples, - examples/hosts.allow, examples/hosts.deny, - examples/inetd.busybox, examples/inetd.conf, examples/xinetd.d, - examples/xinetd.d/munin, munin-node.in, plugins, plugins/cpu, - plugins/df, plugins/if_, plugins/if_err_, plugins/interrupts, - plugins/irqstats, plugins/load, plugins/memory, plugins/netstat, - plugins/processes, plugins/swap, plugins/uptime: Import - diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..a8eed2d --- /dev/null +++ b/Changelog.md @@ -0,0 +1,72 @@ +# [1.0.4] - 2011-01-27 + +* `munin-node.conf`: Forget the previous change +* `munin-node.in`: Added ipsec to monitored interfaces - Thanks to Tamas TEVESZ +* Added VLANs to monitored interfaces - Patch from Christophe GUILLOUX + (Closes: #3162054) +* `plugins/ntpdate`: Arrays is a bashismn +* `munin-node.conf`: $HOSTNAME seems to be a bashism +* `plugins/cpu`: Keith Taylor submitted a patch to support older kernels ID + (Closes: #2716990) + + +# [1.0.3] - 2011-01-14 + +* Added patch from Jozsef Marton +* Makefile: Added `plugindir_` as a default plugin +* `plugins/plugindir_`: Build need this empty file +* `munin-node.in`: Accepted patch from Jozsef Marton. Plugins might now be + added dynamically using the `plugindir_` + + +# [1.0.2] - 2009-03-17 + +* `munin-node.in`: Added support for `if_` and `if_err_` on ppp devices +* `plugins/df`: Closes 2080844 +* `plugins/if_`: Closes 2078765 +* `munin-node.conf`: Wrong hostname for NTP pool +* `plugins/netstat`: BUG: Line break + + +# [1.0.1] - 2007-11-30 + +* munin-node.conf, munin-node.in, plugins/ntpdate +* plugins/df: Nicer pipe (hint from janl) + + +# [1.0.0] - 2007-06-20 + +* `plugins/if_`: SF#1736919 +* Changed type to DERIVE and added min values to 0 +* Added check for ethtool to check if max value could be calculated +* Makefile: munin-node depends on plugins +* `doc/floppyfw.txt`: More fixes to the floppyfw howto +* `examples/post-muninlite.ini`: Added post-boot script for floppyfw +* `doc/floppyfw.txt`: Rewrote how to compile floppyfw with muninlite support +* `doc/floppyfw.txt`: Howto for floppyfw +* `doc/Working-distributions.txt`: Some Endian Firewall documentation +* Makefile: Fix +* import into a subversion repository + + +# [0.9.15] - 2007-06-10 + +* Some documentations added + + +# [0.9.14] - 2007-06-10 + +* Plugins as separate files +* Makefile (make smaller munin-node for systems with less plugins) + + +# [0.9.13] - 2007-06-10 + +* Fixed spikes (hopefully) in `if_` and `if_err_` +* Fixed missing output due to parsed $ in variables in multiple plugins + + +# [0.9.12] - 2007-06-08 + +* First Changelog +* Initial "release" diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index ea460ad..d4dccf5 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -2,12 +2,12 @@ The following steps are required for a release: -1. update the `Changelog` file +1. update the `Changelog.md` file 2. execute the following commands: ```shell new_version=2.0.0 echo "$new_version" >VERSION -git commit -m "Release $new_version" VERSION Changelog +git commit -m "Release $new_version" VERSION Changelog.md git tag -s "$new_version" -m "$new_version" make dist ```