diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-02-24 22:17:10 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-02-24 22:17:10 +0300 |
| commit | 5e8595399fc04b05fe2bdacc2a070f35ae0fe044 (patch) | |
| tree | 62ab4d5f19b65d5eaa834c41b0187088d644115e | |
| parent | NEWS: Update (diff) | |
| download | guile-ssh-0.7.2.tar.gz | |
NEWS: Bump version to 0.7.2v0.7.2
* NEWS: Bump version to 0.7.2
* configure.ac, doc/version.texi: Likewise.
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/version.texi | 6 |
4 files changed, 8 insertions, 5 deletions
@@ -1,5 +1,8 @@ 2015-02-24 Artyom Poptsov <poptsov.artyom@gmail.com> + * NEWS: Bump version to 0.7.2 + * configure.ac, doc/version.texi: Likewise. + * doc/guile-ssh.texi: Update copyright dates. * configure.ac: Update copyright dates. Remove a trailing whitespace. @@ -7,7 +7,7 @@ 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.7.2 (2015-02-24) ** Remove dependency on libgcrypt added by a mistake ** Fix "double free or corruption" error on GC'ing of keys Fix "double free or corruption" error that occures in case when a key was diff --git a/configure.ac b/configure.ac index 03256c6..7adfe9d 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.7.1], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.7.2], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) diff --git a/doc/version.texi b/doc/version.texi index f6f2f3e..fb1b83b 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 22 February 2015 +@set UPDATED 24 February 2015 @set UPDATED-MONTH February 2015 -@set EDITION 0.7.1 -@set VERSION 0.7.1 +@set EDITION 0.7.2 +@set VERSION 0.7.2 |
