Numbering scheme -------------------------------------- FIXES 000_all - 195_all FEATURES/MINOR FIXES (config/manpages) 200_all - 395_all Patch descriptions: -------------------------------------- Patch: 005_all_library-rework.patch From: Dmitry V. Levin Desc: Rework libraries to support ld --as-needed and prelink. Patch: 010_all_dev-nul.patch From: Kirill Korotaev Desc: Fix misprints in distro scripts (/dev/nul vs. /dev/null) Patch: 015_all_fix-cast-pointers.patch From: Dmitry V. Levin Desc: vzlist: Fix cast from pointer to integer of different size warnings Patch: 020_all_memleak-realloc.patch From: Igor Sukhih Desc: Fixed memory leaks in realloc() Patch: 025_all_off-by-one.patch From: Dmitry V. Levin Desc: vzctl enter: Fix off-by-one error which resulted to uninitialized PATH. Patch: 030_all_vzctl-sprintf-snprintf.patch From: Igor Sukhih Desc: Replace sprintf() -> snprintf() to avoid possible buffer overflow. Patch: 035_all_remove-vename-on-destroy.patch From: Igor Sukhih Desc: Remove VE name information on destroy Patch: 040_all_segfault-long-opts.patch From: Dmitry V. Levin Desc: arpsend: Fix segfault when parsing long options Patch: 045_all_vzctl-enter-exit-msg.patch From: Igor Sukhih Desc: vzctl enter: fixed print exit message. Patch: 050_all_vzctl-enter-forward-msg-from-child.patch From: Dmitry V. Levin Desc: vzctl enter: Forward error messages from child process. Patch: 200_all_incorrect-spelling.patch From: Kirill Korotaev Desc: Fix misprints in distro scripts. Patch: 205_all_ve-light.conf-sample.patch From: Igor Sukhih Desc: Increase dgramrcvbuf and othersockbuf in ve-light.conf-sample. Patch: 210_all_vzctl-3.0.11-vzctl.8.patch From: Igor Sukhih Desc: Added --name description to vzctl.8. Patch: 215_all_vzmigrate-mawk.patch From: Kirill Korotaev Desc: Fix vzmigrate to work with mawk (not gawk only).