From: Arvin Schnell Date: Tue, 20 May 2014 14:48:14 +0000 (+0200) Subject: - extended documentation about "number" cleanup algorithm (bnc#878009) X-Git-Tag: v0.2.3~7^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=259ef0e261f072fae3b362d2de6ceefd6aa3fbd6;p=thirdparty%2Fsnapper.git - extended documentation about "number" cleanup algorithm (bnc#878009) --- diff --git a/doc/snapper-configs.xml.in b/doc/snapper-configs.xml.in index 9cd072de..538fb4d0 100644 --- a/doc/snapper-configs.xml.in +++ b/doc/snapper-configs.xml.in @@ -2,7 +2,7 @@ - 2014-01-29 + 2014-05-20 @@ -131,6 +131,8 @@ 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. + The number of normal and important snapshots are counted + independently. Default value is "10". New in version 0.1.8. diff --git a/package/snapper.changes b/package/snapper.changes index 5e7d7f2a..0f5cbd2c 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -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