Compiling Thrussh with feature OpenSSL by default
Dependencies
- [2]
FYUDBQ3CFormatting changes + version bump - [3]
HKA66XOQUpdating Thrussh version for long or massive connections - [4]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [5]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [6]
HDGRZISMVersion updates - [7]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [8]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [9]
XAY4DYRRVersion bump - [10]
YN63NUZOSanakirja 1.0 - [11]
OUWD436AVersion bump - [12]
SPA2OL5Ikeep-changes feature (default) to avoid deleting problematic changes - [13]
BT2ZHPY4Version bumps - [14]
YX3VCEOMVersion bump - [15]
G6YZ7U65Version bump - [16]
WI5BS6BSNew published versions - [17]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [18]
VRDOV7DDVersions - [19]
ZQXP3HNAVersion bump - [20]
QJXNUQFJSolving conflicts - [21]
MNTJ3VOKVersion bump - [22]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [23]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [24]
WIORLB47Version bump - [25]
HSVGP2G4Version bump + formatting - [26]
UN64Q3P2Version bump - [27]
JACZWIJ6Version bump - [28]
G65S7FAWVersion bump and cleanup - [29]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [30]
VYHHOEYHVersions and formatting - [31]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [32]
SAGSYAPXVarious version bumps - [33]
6DOXSHWGCleanup, and version bump - [34]
SN7AGY6SMaking `pijul lock` robust to kill signals - [35]
WTRH4B2XFormatting - [36]
JRENVH5DReqwest 0.11 - [37]
BNPSVXICFriendlier progress bars - [38]
3AZB5NUOFixing the Git feature - [39]
NX5I5H53New published versions - [40]
5YDI33C4Fixing pager on OSX - [41]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [42]
3S4DR77ZVersion updates - [43]
ZTVNGFNTVersion bump - [44]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [45]
GBSL4AZIVersion bump
Change contents
- replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.49"version = "1.0.0-alpha.50" - replacement in pijul/Cargo.toml at line 47
default = [ "keep-changes" ]default = [ "keep-changes", "openssl" ]openssl = [ "thrussh/openssl", "thrussh-keys/openssl" ] - replacement in pijul/Cargo.toml at line 54
libpijul = { path = "../libpijul", version = "1.0.0-alpha.40", features = [ "tarball" ] }libpijul = { path = "../libpijul", version = "1.0.0-alpha.43", features = [ "tarball" ] } - replacement in Cargo.lock at line 1506
version = "1.0.0-alpha.49"version = "1.0.0-alpha.50" - edit in Cargo.lock at line 2170
"openssl", - edit in Cargo.lock at line 2213
"openssl",