View Single Post
Old 01-03-2019, 12:51 PM   #426
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Updated the snapshot, with a couple of noteworthy changes:

* MRPI should now be a fair bit faster, as the staging directory was moved to the RAM, instead of the crappy FAT32 userstore.
I tried to implement this in the safest way possible to avoid doing stupid things that could make the device go OOM, even on low RAM devices (like the DX).
Which means if you have a ton of custom crap running in the background, MRPI might tell you to take a walk .
But for 99.9999% of the population, things should Just Work(TM). .

* On FW 4.x & 5.x, updated to OpenSSL 1.1.0

* ImageMagick is now linked dynamically, which means we now get the identify & mogrify wrappers for free.

* Building on that change, Python now bundles Pillow & wand, which should help playing with images & drawing, and possibly interacting with FBInk.

* LibrarianSync should work properly again (the bad urllib3/requests interaction was fixed upstream ).

Last edited by NiLuJe; 01-03-2019 at 12:56 PM.
NiLuJe is offline   Reply With Quote