Version bumps

[?]
Dec 4, 2020, 8:54 PM
BT2ZHPY4LTECZDNPNLX5IUAEA6CYB4RRBGVBXUNK3ARHMWQK7KHAC

Dependencies

  • [2] SZWBLWZ4 Reading ~/.ssh/config
  • [3] WI5BS6BS New published versions
  • [4] 3S4DR77Z Version updates
  • [5] OUWD436A Version bump
  • [6] 3WIQYEIS Fixing conflicts in Cargo.lock
  • [7] 2K7JLB4Z No pager on Windows
  • [8] N35L72XV Versions in Cargo.lock
  • [9] 5BRU2RRW Cleanup (debugging a crash related to trees/inodes)
  • [10] B5Z4IMEU Generating Cargo.nix for pijul 1.0.0-alpha.6
  • [11] OCBM7IFE New release: pijul-1.0.0-alpha.8
  • [12] PJ7T2VFL Do not hang on locked repositories
  • [13] SAGSYAPX Various version bumps
  • [14] NX5I5H53 New published versions
  • [15] H62VFFJE Cargo.nix, and solving conflicts
  • [16] 23LVKATN Use pager crate for log output
  • [17] Q45QHPO4 Feedback on network stuff
  • [18] UDHP4ZVB Fixing SSH asynchronicity issues
  • [19] WIORLB47 Version bump
  • [20] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [21] L4LAD4XM Fixing clone on WSL (Windows Subsystem for Linux)
  • [22] XWETQ4DE Upgrading versions

Change contents

  • replacement in pijul/src/remote/ssh.rs at line 145
    [3.29254][3.29254:29303]()
    let fingerprint = key.fingerprint();
    [3.29254]
    [3.29303]
    debug!("fingerprint = {:?}", key.fingerprint());
  • edit in pijul/src/remote/ssh.rs at line 150
    [3.29513][3.29513:29844]()
    if !auth {
    writeln!(
    std::io::stderr(),
    "Key {:?} (with agent) rejected",
    fingerprint
    )?
    }
    debug!("auth");
  • replacement in pijul/src/commands/clone.rs at line 112
    [3.2732][3.2732:2772]()
    writeln!(stderr, "{}", e)?;
    [3.2732]
    [3.2772]
    writeln!(
    stderr,
    "Error while renaming {:?} to {:?}: {}",
    temp, path, e
    )?;
  • replacement in pijul/Cargo.toml at line 4
    [3.196462][3.0:27]()
    version = "1.0.0-alpha.15"
    [3.196462]
    [3.196488]
    version = "1.0.0-alpha.16"
  • replacement in pijul/Cargo.toml at line 60
    [2.2774][3.97:122](),[3.283][3.97:122]()
    thrussh-keys = "0.18.11"
    [2.2774]
    [2.2775]
    thrussh-keys = "0.18.12"
  • replacement in Cargo.lock at line 1336
    [3.1064071][3.235:262]()
    version = "1.0.0-alpha.15"
    [3.1064071]
    [3.1064097]
    version = "1.0.0-alpha.16"
  • edit in Cargo.lock at line 1367
    [3.1064490]
    [3.1064490]
    "thrussh-config",
  • replacement in Cargo.lock at line 1371
    [3.1064526][3.1064526:1064537]()
    "whoami",
    [3.1064526]
    [3.1064537]
    "whoami 0.9.0",
  • replacement in Cargo.lock at line 1915
    [3.1078238][3.263:283]()
    version = "0.29.14"
    [3.1078238]
    [3.351]
    version = "0.29.15"
  • replacement in Cargo.lock at line 1917
    [3.416][3.284:362]()
    checksum = "2af5fafd51b055e7dad8ac2d9b2c73e00ac645344ed0bb8509a2bb675166e835"
    [3.416]
    [3.1078400]
    checksum = "2495e666035ae6f400ab7eee0cec5e12a7aad1c3bac562d3fa3943fbed427c01"
  • edit in Cargo.lock at line 1930
    [3.1078565]
    [3.1078565]
    "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
    [3.1078575]
    [3.1078575]
    "whoami 1.0.0",
  • replacement in Cargo.lock at line 1952
    [3.1078612][3.363:383]()
    version = "0.18.11"
    [3.1078612]
    [3.1078631]
    version = "0.18.12"
  • replacement in Cargo.lock at line 1954
    [3.1078696][3.384:462]()
    checksum = "dd1aada38624dc931cc2f708ccc985aaae86805b4d5233bd70e953a18b80b421"
    [3.1078696]
    [3.1078774]
    checksum = "edd61138eed83d5ea8aadc440a5163f59a55843c913b206a8c6887e42aefd3c2"
  • edit in Cargo.lock at line 2361
    [3.1088281]
    [3.1088281]
    [[package]]
    name = "whoami"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e0b81b8c1996f45197d8aad89b388f0a419afb4c5c876a23006d2d1435cb82d8"
    dependencies = [
    "wasm-bindgen",
    "web-sys",
    ]