Version bumps
[?]
Dec 4, 2020, 8:54 PM
BT2ZHPY4LTECZDNPNLX5IUAEA6CYB4RRBGVBXUNK3ARHMWQK7KHACDependencies
- [2]
SZWBLWZ4Reading ~/.ssh/config - [3]
WI5BS6BSNew published versions - [4]
3S4DR77ZVersion updates - [5]
OUWD436AVersion bump - [6]
3WIQYEISFixing conflicts in Cargo.lock - [7]
2K7JLB4ZNo pager on Windows - [8]
N35L72XVVersions in Cargo.lock - [9]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [10]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [11]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [12]
PJ7T2VFLDo not hang on locked repositories - [13]
SAGSYAPXVarious version bumps - [14]
NX5I5H53New published versions - [15]
H62VFFJECargo.nix, and solving conflicts - [16]
23LVKATNUse pager crate for log output - [17]
Q45QHPO4Feedback on network stuff - [18]
UDHP4ZVBFixing SSH asynchronicity issues - [19]
WIORLB47Version bump - [20]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [21]
L4LAD4XMFixing clone on WSL (Windows Subsystem for Linux) - [22]
XWETQ4DEUpgrading versions
Change contents
- replacement in pijul/src/remote/ssh.rs at line 145
let fingerprint = key.fingerprint();debug!("fingerprint = {:?}", key.fingerprint()); - edit in pijul/src/remote/ssh.rs at line 150
if !auth {writeln!(std::io::stderr(),"Key {:?} (with agent) rejected",fingerprint)?}debug!("auth"); - replacement in pijul/src/commands/clone.rs at line 112
writeln!(stderr, "{}", e)?;writeln!(stderr,"Error while renaming {:?} to {:?}: {}",temp, path, e)?; - replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.15"version = "1.0.0-alpha.16" - replacement in pijul/Cargo.toml at line 60
thrussh-keys = "0.18.11"thrussh-keys = "0.18.12" - replacement in Cargo.lock at line 1336
version = "1.0.0-alpha.15"version = "1.0.0-alpha.16" - edit in Cargo.lock at line 1367
"thrussh-config", - replacement in Cargo.lock at line 1371
"whoami","whoami 0.9.0", - replacement in Cargo.lock at line 1915
version = "0.29.14"version = "0.29.15" - replacement in Cargo.lock at line 1917
checksum = "2af5fafd51b055e7dad8ac2d9b2c73e00ac645344ed0bb8509a2bb675166e835"checksum = "2495e666035ae6f400ab7eee0cec5e12a7aad1c3bac562d3fa3943fbed427c01" - edit in Cargo.lock at line 1930
"tokio",][[package]]name = "thrussh-config"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "32d3c673eac99c8ca3c552b86e84d1fc7b712c4a30ef38cb6c42b23cc3b9cd2a"dependencies = ["dirs-next","futures","lazy_static","log","regex","thiserror","thrussh", - edit in Cargo.lock at line 1947
"whoami 1.0.0", - replacement in Cargo.lock at line 1952
version = "0.18.11"version = "0.18.12" - replacement in Cargo.lock at line 1954
checksum = "dd1aada38624dc931cc2f708ccc985aaae86805b4d5233bd70e953a18b80b421"checksum = "edd61138eed83d5ea8aadc440a5163f59a55843c913b206a8c6887e42aefd3c2" - edit in Cargo.lock at line 2361
[[package]]name = "whoami"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e0b81b8c1996f45197d8aad89b388f0a419afb4c5c876a23006d2d1435cb82d8"dependencies = ["wasm-bindgen","web-sys",]