106 lines
3.8 KiB
Plaintext
106 lines
3.8 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Wed Nov 27 14:29:51 CET 2013 - tiwai@suse.de
|
||
|
|
||
|
- Fix rpm group tag to System/Console
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Nov 25 18:09:55 CET 2013 - tiwai@suse.de
|
||
|
|
||
|
- updated to version 1.0
|
||
|
* New features:
|
||
|
-W option to specify working dir
|
||
|
CHECK request in RPC
|
||
|
Optimized headers
|
||
|
More info in logs about undumpable files
|
||
|
More comments about tricky dump/restore places
|
||
|
Generic memory allocation for restorer
|
||
|
* Bugfixes
|
||
|
After --leave-running linked remaps were not cleaned
|
||
|
TCP was left locked after --leave-running
|
||
|
Weak criteria in memory COW detection
|
||
|
Private mapping's premmapped address overwrote file ID
|
||
|
Restorer memory could overlap with timers/signals arrays
|
||
|
RPC worker reused options from service task
|
||
|
Suboptimal memory utilization by restorer arguments
|
||
|
TCP unsent/unacked data boundary was lost
|
||
|
Wrong dev_t decoding on 64 bit
|
||
|
Unpredictable daemons (service and page-service) working dir
|
||
|
Parasite stack could be corrupted by its arguments
|
||
|
Error from exe link restore was ignored
|
||
|
Artificial small limit on the number of shared memory segments
|
||
|
to restore
|
||
|
Bug in ARM VFP restore
|
||
|
VDSO proxy was unmapped at the very end of restore
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Oct 20 09:41:15 CEST 2013 - tiwai@suse.de
|
||
|
|
||
|
- updated to version 0.8:
|
||
|
* New features:
|
||
|
RPC service
|
||
|
Ability to work from non-root user (via +s bit)
|
||
|
Handle stopped tasks
|
||
|
Restore tasks' root path
|
||
|
Dump and restore net ns iptables configuration (w/o conntracks)
|
||
|
Support for external net devices in netns (e.g. openvz venet)
|
||
|
Support CORK and NODELAY TCP options
|
||
|
SEQPACKET unix sockets support
|
||
|
* Fixes and improvements
|
||
|
Unload restorer blob after restore
|
||
|
Fixes and enhancements in criu show
|
||
|
Fix in unsorted inotify wd restoring
|
||
|
Fixed trimmed messages in parasite transport
|
||
|
Fine-grained pgrps restore
|
||
|
Fix in large TCP buffers restore
|
||
|
Fixed buffer overflow in IPC ns dumping
|
||
|
Fix in early page server connection close on pre-dump
|
||
|
Fixed race in handling aborted parasite blob
|
||
|
Fixed lost unmapped criu vmas in restore
|
||
|
Fixes in parsing devices in /proc/pid/maps and /proc/locks
|
||
|
Fixed snd/rcv buf sockoptions restore
|
||
|
Enhanced logging in parasite
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Sep 6 09:08:02 CEST 2013 - tiwai@suse.de
|
||
|
|
||
|
- updated to version 0.7:
|
||
|
* TUN devices support (requires patched kernel)
|
||
|
* Alternative stack (sigaltstack) C/R
|
||
|
* Shared and master/slave mounts support
|
||
|
* Restore statistics
|
||
|
* Net device address C/R
|
||
|
* Safer and simpler asynchronous parasite
|
||
|
* Fixes in:
|
||
|
- Stack guard page dump/restore
|
||
|
- Page server communications
|
||
|
- COW mappings restore
|
||
|
- Zombies restore
|
||
|
- Aborting failed restore
|
||
|
- TCP connection restore (some require patched kernel)
|
||
|
- Semi-closed Unix sockets with data dump/restore
|
||
|
- Fix build error on FACTORY due to redefinition of PTRACE_LISTEN:
|
||
|
criu-fix-PTRACE_LISTEN-define.diff
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Jul 8 12:35:16 CEST 2013 - tiwai@suse.de
|
||
|
|
||
|
- updated to version 0.6:
|
||
|
* Cross-compiling support
|
||
|
* Ready to accept images from OpenVZ RHEL6-based kernel
|
||
|
* Posix CPU timers C/R
|
||
|
* Asynchronous parasite
|
||
|
* Memory changes tracking (requires patched kernel)
|
||
|
* Dump statistics
|
||
|
* Return-arg for remote syscalls execution
|
||
|
* Improved "show" output
|
||
|
* Opened /proc/PID/ns/* files C/R
|
||
|
* Daemon mode for page-server
|
||
|
* Build-time features test (makes it possible to build on
|
||
|
different distros)
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed May 29 09:42:17 CEST 2013 - tiwai@suse.de
|
||
|
|
||
|
- initial version: 0.5
|
||
|
|