From 98acea689606fde19152c1709ebf8c4ac85e2714 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 23 Oct 2019 05:00:16 -0400 Subject: changelog and version bump --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package/arch/PKGBUILD | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9fa3c..005c66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2] - 2019-10-23 + +### Fixed + +* set both the real and effective uid and gid instead of just effective when + dropping privileges + ## [0.1.1] - 2019-10-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 8708194..57dbc46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "teleterm" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c376306..cff972f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teleterm" -version = "0.1.1" +version = "0.1.2" authors = ["Jesse Luehrs "] edition = "2018" diff --git a/package/arch/PKGBUILD b/package/arch/PKGBUILD index 0c098a2..0d0d726 100644 --- a/package/arch/PKGBUILD +++ b/package/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jesse Luehrs pkgname=teleterm -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 makedepends=('rust' 'cargo') depends=('openssl') -- cgit v1.2.3-54-g00ecf