summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/CHANGES.html32
2 files changed, 32 insertions, 2 deletions
diff --git a/README.md b/README.md
index 613ea13..6fd8142 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Report bugs via [Github](https://github.com/ewxrjk/rsbackup/issues).
Licence
-------
-Copyright © 2010-2015 Richard Kettlewell
+Copyright © 2010-2016 Richard Kettlewell
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/doc/CHANGES.html b/doc/CHANGES.html
index d92cf6e..b950c42 100644
--- a/doc/CHANGES.html
+++ b/doc/CHANGES.html
@@ -7,7 +7,7 @@
</head>
<body>
- <!-- Copyright (c) 2011-15 Richard Kettlewell -->
+ <!-- Copyright (c) 2011-16 Richard Kettlewell -->
<h1>Changes To rsbackup</h1>
@@ -15,6 +15,36 @@
href="https://github.com/ewxrjk/rsbackup">rsbackup
in git</a> for detailed change history.</p>
+ <h2>Changes in rsbackup 3.1</h2>
+
+ <ul>
+
+ <li>Don’t throw exceptions from destructors. Fixes <a
+ href="https://bugs.debian.org/bug=811705">Debian bug
+ #811705</a>.</li>
+
+ <li>Fix error handling in character encoding translation.</li>
+
+ <li>Patch from Maria Valentina Marin to use consistent mtimes
+ during <code>.deb</code> build. Fixes <a
+ href="https://bugs.debian.org/bug=793716">Debian bug
+ #793716</a>.</li>
+
+ <li>Stop cron scripts exiting nonzero if <code>.deb</code> is
+ removed. Fixes <a
+ href="https://bugs.debian.org/bug=810335">Debian bug
+ #810335</a>.</li>
+
+ <li>Patch from Jonathon Wiltshire to use <code>install</code>
+ rather than <code>cp</code> during <code>.deb</code>
+ builds.</li>
+
+ <li>Correct distribution of scripts.</li>
+
+ <li>Add missing <code>.deb</code> build dependencies.</li>
+
+ </ul>
+
<h2>Changes In rsbackup 3.0</h2>
<ul>