forked from ish-app/ish
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# Changelog | ||
|
||
## Build 33 (unreleased) | ||
## Build 34 | ||
### New | ||
- Enough stubs and instructions to get numpy to import successfully. | ||
### Fixed | ||
- Massive VM leak, if you allocated 100M with mmap only the first 16k would ever get freed. This fixes MemoryError when installing stuff with pip. | ||
|
||
### Added | ||
## Build 33 | ||
### New | ||
- Database changed from GDBM to SQLite, it's now much more reliable. You will need to reinstall the app, otherwise you'll get an error on launch. | ||
|
||
### Fixed | ||
- Segfault while doing large download with pip, due to returning NULL from successful mremap. ffmpeg also had this problem. | ||
- File provider now shows files like it's supposed to. |