release v1.1.6.7

This commit is contained in:
Stéphane Lesimple
2021-03-29 15:52:55 +00:00
committed by Stéphane Lesimple
parent 91afa6325d
commit a258f760fd
3 changed files with 16 additions and 1 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
ovh-ttyrec (1.1.6.7) master; urgency=medium
* fix: rare interlocking on exit
* enh: default install prefix is now /usr/local
* fix: FreeBSD compilation
* chore: autobuild for FreeBSD
-- Stéphane Lesimple (deb packages) <stephane.lesimple@corp.ovh.com> Mon, 29 Mar 2021 17:48:37 +0200
ovh-ttyrec (1.1.6.6) master; urgency=medium
* chore: display machine triplet in -V

View File

@@ -55,6 +55,12 @@ rm -rf -- "$RPM_BUILD_ROOT"
%{_bindir}/ttyrec
%changelog
* Mon Mar 29 2021 Stéphane Lesimple (deb packages) <stephane.lesimple@corp.ovh.com> 1.1.6.7
- fix: rare interlocking on exit
- enh: default install prefix is now /usr/local
- fix: FreeBSD compilation
- chore: autobuild for FreeBSD
* Mon Nov 09 2020 Stéphane Lesimple (deb packages) <stephane.lesimple@corp.ovh.com> 1.1.6.6
- chore: display machine triplet in -V

View File

@@ -210,7 +210,7 @@ static time_t locked_since = 0;
static int lock_warned = 0;
static int kill_warned = 0;
static const char version[] = "1.1.6.6";
static const char version[] = "1.1.6.7";
static FILE *fscript;
static int child;