Difference between revisions of "Download/vzctl/3.0.23/changes"
(+ bug #769) |
(+bash3.2 fix) |
||
Line 11: | Line 11: | ||
* Document MODULES_DISABLED option ({{B|888}}) | * Document MODULES_DISABLED option ({{B|888}}) | ||
* Fix compilation with glibc-2.8 ({{B|933}}) | * Fix compilation with glibc-2.8 ({{B|933}}) | ||
+ | * Fix incompatibility with bash >= 3.2 | ||
* <code>ioprio</code> and <code>meminfo</code> parameters merge fix ({{B|849}}) | * <code>ioprio</code> and <code>meminfo</code> parameters merge fix ({{B|849}}) | ||
* <code>vzmigrate</code>: use SSH options specified in command line for rsync ({{B|842}}) | * <code>vzmigrate</code>: use SSH options specified in command line for rsync ({{B|842}}) | ||
Line 47: | Line 48: | ||
* Peter Volkov | * Peter Volkov | ||
* tirukill | * tirukill | ||
+ | * Anton Protopopov |
Revision as of 18:58, 24 October 2008
Changes
- Massive VE -> (container|CT) rename
- Fix inability to start a container when compiled with new kernel headers (#907)
- New
--mac_filter
option (#687) - New
--description
option (#311) - Rework container's /etc/hosts management (#855)
- Fix
vzctl start --wait
on systems using upstart (Fedora 9) (#981) - Support for udev static devices in container
- Print to stderr for "unknown iptable module" error (#862)
vznetcfg
fixed to work under dash (#894)- Document MODULES_DISABLED option (#888)
- Fix compilation with glibc-2.8 (#933)
- Fix incompatibility with bash >= 3.2
ioprio
andmeminfo
parameters merge fix (#849)vzmigrate
: use SSH options specified in command line for rsync (#842)gentoo-add_ip.sh
: fix the case thenconfig_venet0
is commented outvz-net_add
: fix processing the list of network interfacesvzmigrate
: fix "if" statementscripts/vps-functions.in
(vz_get_neighbour_devs
): Add IPv6 support- Fixed
make install
to create /vz/private and /vz/root with mode 700 (#954) - Other documentation and man pages fixes (#786, #892, #939)
- Code cleanups
- Support for new Gentoo "openrc" init system (#1046)
- Other fixes (#800, #801, #833, #834, #856, #943, #944, #962, #983, #775, #1042, #769)
For the complete list of changes in this release, see git changelog for vzctl-3.0.23.
Compatibility
- New features "sit" and "ipip" are only working in devel kernels >= 2.6.26, and in stable RHEL5-based kernels >= 028stab059
- Behaviour of "--config" option to vzctl create has changed: now it can not be used in CT config file already exists (#775)
Thanks
OpenVZ project would like to thank the following people who contributed patches and/or bug reports to this vzctl release:
- Dmitry V. Levin
- Jeff Blasius
- Benoit Branciard
- Jan Tomasek
- Daniel Robbins
- David K
- Alexis Haeringer
- Thorsten Schifferdecker
- Harald Kapper
- Dietmar Maurer
- Marcin Owsiany
- Bandan
- Daniel Hahler
- Robert Nelson
- girla
- Peter Volkov
- tirukill
- Anton Protopopov