]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- extended documentation about "number" cleanup algorithm (bnc#878009) 83/head
authorArvin Schnell <aschnell@suse.de>
Tue, 20 May 2014 14:48:14 +0000 (16:48 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 20 May 2014 14:48:14 +0000 (16:48 +0200)
doc/snapper-configs.xml.in
package/snapper.changes

index 9cd072de9cf75054d2135a29acadaf64d94213df..538fb4d0ec60679d9a88a445fe1e6a8dec85828e 100644 (file)
@@ -2,7 +2,7 @@
 <refentry id='snapper-configs5'>
 
   <refentryinfo>
-    <date>2014-01-29</date>
+    <date>2014-05-20</date>
   </refentryinfo>
 
   <refmeta>
          <para>Defines how many important snapshots the number cleanup
          algorithm should keep. Important snapshots have important=yes in the
          userdata. The youngest important snapshots will be kept.</para>
+         <para>The number of normal and important snapshots are counted
+         independently.</para>
          <para>Default value is &quot;10&quot;.</para>
          <para>New in version 0.1.8.</para>
        </listitem>
index 5e7d7f2a2f2ff82c16cbff28291c0077209e074d..0f5cbd2c627c4df5ff64e34e7ad7badfe42181d8 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue May 20 16:24:10 CEST 2014 - aschnell@suse.de
+
+- extended documentation about "number" cleanup algorithm
+  (bnc#878009)
+
 -------------------------------------------------------------------
 Mon May 05 12:27:17 CEST 2014 - aschnell@suse.de