From f21c4ce51e5bcdd97fd138938b3a4dc24c6f3713 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mar 30 2016 10:04:18 +0000 Subject: Update to version 2.2.1 --- diff --git a/.gitignore b/.gitignore index 80d2447..0cdf2d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /1.8.9.tar.gz /2.2.0.tar.gz +/2.2.1.tar.gz diff --git a/sources b/sources index 4b28b28..1f8eea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b6d14008d352723ad23deb7a8a07481 2.2.0.tar.gz +b4d87221d76f7d12e6771897b5940902 2.2.1.tar.gz diff --git a/tmate.spec b/tmate.spec index 92bcd51..6d612db 100644 --- a/tmate.spec +++ b/tmate.spec @@ -1,6 +1,6 @@ Name: tmate -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} Summary: Instant terminal sharing License: MIT @@ -17,7 +17,7 @@ BuildRequires: zlib-devel BuildRequires: libssh-devel >= 0.7.0 BuildRequires: msgpack-devel >= 1.1.8 -Source0: https://github.com/nviennot/tmate/archive/2.2.0.tar.gz +Source0: https://github.com/nviennot/tmate/archive/%{version}.tar.gz %description Tmate is a fork of tmux providing an instant pairing solution. @@ -40,6 +40,12 @@ make DESTDIR=%{buildroot} install %{_mandir}/man1/tmate.1* %changelog +* Wed Mar 30 2016 Andreas Schneider - 2.2.1-1 +- Update to version 2.2.1 + * Reconnection implemented + * Bug fixes in synchronizing the key bindings + * Webhooks support added: https://github.com/tmate-io/tmate/wiki/Webhooks + * Fri Feb 05 2016 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild