summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2019-06-09 21:49:14 +0200
committerDirk Engling <erdgeist@erdgeist.org>2019-06-09 21:49:51 +0200
commitb37a4127e67cc78821716a90727914b85308d2ac (patch)
treec280defa5a11a53366e06825d438c33047c980db
parent472e7ac7a4ec401583ec59692253a80f686188f8 (diff)
Add version 0.4
-rw-r--r--minimunin-0.4.tar.bz2bin0 -> 4703 bytes
-rw-r--r--stories/projects/minimunin.rst6
2 files changed, 5 insertions, 1 deletions
diff --git a/minimunin-0.4.tar.bz2 b/minimunin-0.4.tar.bz2
new file mode 100644
index 0000000..1f1cdd6
--- /dev/null
+++ b/minimunin-0.4.tar.bz2
Binary files differ
diff --git a/stories/projects/minimunin.rst b/stories/projects/minimunin.rst
index 180d074..05efbbb 100644
--- a/stories/projects/minimunin.rst
+++ b/stories/projects/minimunin.rst
@@ -29,7 +29,7 @@ Code
29.. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg 29.. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg
30 :align: right 30 :align: right
31 31
32You can always get the latest version of *minimunin*, use ``git clone git://erdgeist.org/minimunin`` or the legacy view ``cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co minimunin`` with an empty password to check it out. There is a `minimunin tarball <minimunin-0.2.tar.bz2>`_. You can scroll through the source at `minimunin gitweb </gitweb/minimunin>`_ or `minimunin cvsweb (deprecated) </cvsweb/minimunin>`_. Typing ``make install`` installs the binary in your ``${PREFIX}/bin`` (or ``/usr/local``, if none is set). 32You can always get the latest version of *minimunin*, use ``git clone git://erdgeist.org/minimunin`` or the legacy view ``cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co minimunin`` with an empty password to check it out. There is a `minimunin tarball <minimunin-0.4.tar.bz2>`_. You can scroll through the source at `minimunin gitweb </gitweb/minimunin>`_ or `minimunin cvsweb (deprecated) </cvsweb/minimunin>`_. Typing ``make install`` installs the binary in your ``${PREFIX}/bin`` (or ``/usr/local``, if none is set).
33 33
34---- 34----
35 35
@@ -62,6 +62,10 @@ munin plugins `can be configured with ini-file style config files <http://munin-
62Version history 62Version history
63=============== 63===============
64 64
65* V0.4 `minimunin-0.4.tar.bz2 <minimunin-0.4.tar.bz2>`_ (2019-08-13)
66
67 * Add laundry mem to memory builtins. Thanks to Philipp Wünsche.
68
65* V0.3 `minimunin-0.3.tar.bz2 <minimunin-0.3.tar.bz2>`_ (2016-03-18) 69* V0.3 `minimunin-0.3.tar.bz2 <minimunin-0.3.tar.bz2>`_ (2016-03-18)
66 70
67 * `Fixed a bug <https://erdgeist.org/gitweb/minimunin/commit/?id=941288a85098c489a268d40adddd4751545d057e>`_ where cpu cycles were not properly reported. Thanks to xavi.garcia@gmail.com. 71 * `Fixed a bug <https://erdgeist.org/gitweb/minimunin/commit/?id=941288a85098c489a268d40adddd4751545d057e>`_ where cpu cycles were not properly reported. Thanks to xavi.garcia@gmail.com.