Difference between revisions of "Download/criu/1.1-rc1"
Jump to navigation
Jump to search
(Created page with "{{Release|1.1|30 Dec 2013}} === New stuff === * libcriu.so -- wrapper library for RPC clients * Plugins ** External unix sockets ** External bind mounts ** Exte...") |
m (s/functionality/features/) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{Release|1.1|30 Dec 2013}} | + | {{Release|1.1-rc1|30 Dec 2013}} |
| − | === New | + | === New features === |
* libcriu.so -- wrapper [[C_API|library]] for RPC clients | * libcriu.so -- wrapper [[C_API|library]] for RPC clients | ||
* [[Plugins]] | * [[Plugins]] | ||
| Line 10: | Line 10: | ||
* Images deduplication in [[incremental dumps]] | * Images deduplication in [[incremental dumps]] | ||
* Integration with systemd | * Integration with systemd | ||
| + | * Filtering of <code>criu show</code> output | ||
| − | === | + | {{Note|The API defined in the first two items above '''may''' change after -rc1}} |
| + | |||
| + | === Fixes === | ||
* Errors in unlinked files/sockets detection on BTRFS | * Errors in unlinked files/sockets detection on BTRFS | ||
| + | * NFS silly-rename files are not treated as unlinked | ||
* Freezer fail to seize quickly forking/pthread_create-ing tasks | * Freezer fail to seize quickly forking/pthread_create-ing tasks | ||
* Extra stop signal queued for stopped tasks after pre-dump | * Extra stop signal queued for stopped tasks after pre-dump | ||
| Line 20: | Line 24: | ||
* Negative return code into shell | * Negative return code into shell | ||
* Tasks left in wrong states after failed dump | * Tasks left in wrong states after failed dump | ||
| + | * A little bit more verbose check action | ||
| + | * Coverity checks fail here and there | ||
Latest revision as of 22:46, 29 January 2014
| Tarball: | criu-1.1-rc1.tar.bz2 |
| Version: | 1.1-rc1 |
| Released: | 30 Dec 2013 |
| GIT tag: | v1.1-rc1 |
New features[edit]
- libcriu.so -- wrapper library for RPC clients
- Plugins
- External unix sockets
- External bind mounts
- External net devices
- Unknown file types
- Images deduplication in incremental dumps
- Integration with systemd
- Filtering of
criu showoutput
| Note: The API defined in the first two items above may change after -rc1 |
Fixes[edit]
- Errors in unlinked files/sockets detection on BTRFS
- NFS silly-rename files are not treated as unlinked
- Freezer fail to seize quickly forking/pthread_create-ing tasks
- Extra stop signal queued for stopped tasks after pre-dump
- Wrong dying task state detection
- Lost RPC dump response
- Crash when reporting restore error via RPC
- Negative return code into shell
- Tasks left in wrong states after failed dump
- A little bit more verbose check action
- Coverity checks fail here and there