| Line 1: |
Line 1: |
| | {{Release|1.1-rc1|30 Dec 2013}} | | {{Release|1.1-rc1|30 Dec 2013}} |
| | | | |
| − | === New stuff === | + | === 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 |
| | | | |
| − | === BUGs fixed === | + | {{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 21: |
Line 25: |
| | * Tasks left in wrong states after failed dump | | * Tasks left in wrong states after failed dump |
| | * A little bit more verbose check action | | * A little bit more verbose check action |
| | + | * Coverity checks fail here and there |