Version bump (upgrade to zstd-seekable 0.2, take 2)
Dependencies
- [2]
6O43WXDAVersion bump - [3]
TYAKEAJLA better estimate of the maximum number of open patches we can keep (Unix-only at the moment) - [4]
SMMBFECLConverting to the new patch format "online" - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
FYUDBQ3CFormatting changes + version bump - [7]
CT6FBU57SDPX license + version bump - [8]
XAY4DYRRVersion bump - [9]
EEBKW7VTKeys and identities - [10]
TVVW53HZConflict resolution - [11]
SAGSYAPXVarious version bumps - [12]
A3RM526YIntegrating identity malleability - [13]
HKEOO4QJVersion bump - [14]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [15]
6HNRL5RTdetect non-utf8 text files - [16]
XL6Y64UPFixing a panic when iterating over the basenames of a file - [17]
52SOYOCNtree_magic instead of tree_magic_mini - [18]
SGXOEWHUAdding a patched chardetng (temporarily) - [19]
HDGRZISMVersion updates - [20]
FXEDPLRIResurrecting tests, and type cleanup (no need for Arc<RwLock<…>> anymore) - [21]
V4T4SC7OTesting binary diff - [22]
WIORLB47Version bump - [23]
NWYJJHDFVersion bump - [24]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [25]
HW5Q7GGYVersion bump - [26]
TNN56XYKlibpijul alpha.43 - [27]
I24UEJQLVarious post-fire fixes - [28]
JRENVH5DReqwest 0.11 - [29]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [30]
6DOXSHWGCleanup, and version bump - [31]
NX5I5H53New published versions - [32]
6XDVUSBMVersion bump - [33]
GBSL4AZIVersion bump - [34]
6CZYYOG7Faster guessing of encoding - [35]
OUWD436AVersion bump - [36]
VRDOV7DDVersions - [37]
PDTUHOMVfix left over conflicts - [38]
UN64Q3P2Version bump - [39]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [40]
WI5BS6BSNew published versions - [41]
3S4DR77ZVersion updates - [42]
VO5OQW4WRemoving anyhow in libpijul - [43]
G6YZ7U65Version bump - [44]
YX3VCEOMVersion bump - [45]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [46]
HSVGP2G4Version bump + formatting - [47]
ZTVNGFNTVersion bump - [48]
JACZWIJ6Version bump - [49]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [50]
HQ56ADNSFormatting, and version bump - [51]
G65S7FAWVersion bump and cleanup - [52]
IIV3EL2XCleanup, formatting, and fixing the Git feature
Change contents
- replacement in "libpijul/src/changestore/filesystem.rs" at line 9
change_cache: RefCell<lru_cache::LruCache<ChangeId, ChangeFile<'static>>>,change_cache: RefCell<lru_cache::LruCache<ChangeId, ChangeFile>>, - replacement in "libpijul/src/changestore/filesystem.rs" at line 82
std::cell::RefMut<lru_cache::LruCache<ChangeId, ChangeFile<'static>>>,std::cell::RefMut<lru_cache::LruCache<ChangeId, ChangeFile>>, - replacement in "libpijul/src/change/change_file.rs" at line 5
pub struct ChangeFile<'a> {s: Option<zstd_seekable::Seekable<'a, OffFile>>,pub struct ChangeFile {s: Option<zstd_seekable::Seekable<OffFile>>, - replacement in "libpijul/src/change/change_file.rs" at line 37
impl<'a> ChangeFile<'a> {impl ChangeFile { - replacement in "libpijul/src/change/change_file.rs" at line 87
Some(zstd_seekable::Seekable::init(Box::new(OffFile {Some(zstd_seekable::Seekable::init(OffFile { - replacement in "libpijul/src/change/change_file.rs" at line 90
}))?)}, None)?) - replacement in "libpijul/Cargo.toml" at line 4
version = "1.0.0-alpha.47"version = "1.0.0-alpha.48" - replacement in "libpijul/Cargo.toml" at line 119
zstd-seekable = { version = "0.1.7", optional = true }zstd-seekable = { version = "0.2.0", optional = true }