summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-10-09 21:30:09 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-10-09 21:30:09 +0300
commitd9e89ac8420a91b561fb25d81d79b632baa97b99 (patch)
tree08d16b8c3a8a2358b4b68d8317e43c8a4117299b
parentAUTHORS: Update (diff)
downloadguile-ssh-d9e89ac8420a91b561fb25d81d79b632baa97b99.tar.gz
NEWS: Bump version to 0.10.1v0.10.1
* NEWS: Bump version to 0.10.1. * configure.ac, doc/version.texi: Update.
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
-rw-r--r--doc/version.texi8
3 files changed, 9 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 41ce39b..d659fd2 100644
--- a/NEWS
+++ b/NEWS
@@ -7,12 +7,14 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
-* Unreleased
+* Changes in version 0.10.1 (2016-10-09)
** Bugfixes
*** Fix SMOB freeing callbacks
Callbacks for many Guile-SSH objects would always fail to free allocated
resources due to wrong check added in 0.10.0. The problem should be fixed
now.
+** Change default 'guilesitedir' to 'PREFIX/share/guile/site/X.Y'
+ from 'PREFIX/share/guile-ssh/ssh/'
* Changes in version 0.10.0 (2016-08-20)
** Add support of Guile 2.0.12
diff --git a/configure.ac b/configure.ac
index 5441985..3b0aa7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
]])
-AC_INIT([Guile-SSH], [0.10.0], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.10.1], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])
@@ -76,7 +76,7 @@ if test "x$guilesitedir" = "x"; then
fi
AC_SUBST([guilesitedir])
-LIBGUILE_SSH_INTERFACE="10:0:0"
+LIBGUILE_SSH_INTERFACE="10:1:0"
AC_SUBST(LIBGUILE_SSH_INTERFACE)
GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'`
diff --git a/doc/version.texi b/doc/version.texi
index b38130e..cc70a06 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 20 August 2016
-@set UPDATED-MONTH August 2016
-@set EDITION 0.10.0
-@set VERSION 0.10.0
+@set UPDATED 9 October 2016
+@set UPDATED-MONTH October 2016
+@set EDITION 0.10.1
+@set VERSION 0.10.1