updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / vzctl / vzctl.changelog
blob73230bb5229322005cdf88d8459b59a3bbf567f8
1 v3.0.29.2
2 Regressions
3     Fix broken venet networking (#2001) 
5 Bug fixes
6     vzctl set --ipadd/--ipdel: a few fixes for IPv6 address case
7     vzsplit: fix kmemsize for vswap mode (#1994)
8     vzsplit: set swappages.barrier to 0 in vswap mode
9     vzsplit: set dcachesize to half of kmemsize (#1949)
10     vzlist: fix segfault when sorting by loadavg (#1978)
11     vzctl set --quotaugidlimit: try hard to fix container's /etc/mtab (#2004) 
13 v3.0.29.1
14 Regressions
15     Fix setting nameserver inside a CT (#1991) 
17 Bug fixes
18     Fix networking for Ubuntu-6.06 (#1802)
19     etc/init.d/vzeventd-gentoo: fix stopping vzeventd (#1980)
20     etc/init.d/vz-redhat: fix modules loading wrt dash (#1936)
21     etc/conf/ve-vswap-*sample: set dcachesize to half of kmemsize (#1949)
22     vzlist: show swappages (#1984)
24 v3.0.29
25 New features
26     vzctl set --ipadd: support for net masks (#1088)
27     vzsplit: support for VSwap enabled config generation 
29 Fixes
30     vzctl set --ipadd: fix default route disappearing in Debian-based containers after adding netmask (#1971)
31     configs: fix VSwap configurations
32     vzctl set/start: fix parsing T suffix on 32-bit boxes
33     vzctl set --devices: option argument parsing fixes
34     vzctl set --devices|--devnodes: do not allow to enable loop devices in CT
35     vzctl set --netdev_add: fix exit code in case of invalid veth params
36     vzctl create: turn on quota when running postcreate actions
37     vzctl create: also randomize /etc/cron.d entries in postcreate.sh
38     vzctl start: add SETFCAP to default capabilities in CT (#1911)
39     vzifup-post: do not fail if there's no /proc/vz/veip (#1918)
40     vzsplit: do not play with CPUUNITS (#1627)
41     vzsplit: fix printing minimum RAM size
42     vzsplit: fix privvmpages calculation 
44 Improvements
45     etc/init.d/vz*: mount cgroups
46     etc/dists/scripts/set_dns.sh: support for resolvconf in CT
47     etc/conf/ve-unlimited.conf-sample: remove VERSION
48     etc/dists/scripts/*: remove bashisms (#1955)
49     vzctl set: improve parsing int and ulong numbers
50     vzctl start/set: be less chatty when running distscripts
51     bash_completion: complete .tar, tar.bz2 and tar.xz for --ostemplate
52     vzsplit, vzctl set: better output of UBC parameters
53     vzsplit: fix help/usage output
54     vzsplit: fix text of a generated config comment
55     vzsplit: show usage in case of invalid arguments
56     vzsplit: print 'container' not 'containers' for a single CT
57     etc/dists/scripts/set_dns.sh: improve removing old nameservers
58     etc/dists/scripts/*-set_ugid_quota.sh: enhancements
59     vzctl set --capability: fix capability parsing error message
60     vzubc: fix for Debian/mawk
61     vzubc: fix -i/-r modes for 0th beancounter
62     Various code cleanups and refactoring 
64 Documentation
65     vzctl --help: fix more than 80 columns output
66     scripts/vps-net_add.in: fix VE_STATE description
67     configs: CONFIG_CUSTOMIZED parameter is obsoleted
68     man/vzctl.8: use simfs in mount script example
69     man/vzctl.8: in SYNOPSYS --netif_del can be all
70     man/vzctl.8: add a note to ACTION SCRIPT about execution context
71     man/*: Many other fixes and improvements 
73 Build system
74     Add ability to build snapshots from git (setver.sh)
75     configure.ac: use newer macros
76     configure.ac: many missing checks added 
78 v3.0.28.3
79     Fixed enabling second-level disk quota (#1904)
80     Fix VSwap configurations
81     Fix start of Fedora 15 CT on RHEL6 kernel (#1906)
82     init.d/vzeventd-redhat: support for RHEL4, fix a warning message
84 v3.0.28.2
85     Fixed a check for quotaugidlimit change causing SEGV in vzctl set (#1896)
87 v3.0.28.1
88     Fixed virtual-vzkernel-install provides for newer RHEL6 kernel
90 v3.0.28
91 New features
92     vzctl start: support for Fedora 15 templates (with upstart)
93     vzctl create: support for templates in bzip2 and xz formats (#1670) 
95 Fixes
96     vzctl set --quotaugidlimit: warn on turning quota on/off, no warn on change
97     dists/scripts/set_ugid_quota.sh: multiple fixes (#1734)
98     vzmemcheck: fix overflow in showing total ram
99     etc/conf/*sample: unify ONBOOT setting (now unset)
100     dists/scripts/arch-add_ip.sh: set default route w/o fake gateway
101     Try to fix an umount race between vzctl stop and vzevent-stop (#1878) 
103 Improvements
104     vzctl set: add ability to parse numbers like 1.5G
105     etc/dists: added support for Funtoo Linux network script (#1884)
106     etc/conf/*sample: doubled DISKSPACE
107     vzubc: add support for reading /proc/bc/$ID/resources 
109 Documentation
110     man/Makefile: added targets for generating PS, PDF and wiki pages
111     man/vzctl.8: improve runscript description
112     man/vzctl.8: fix --physpages and --meminfo description for VSwap case
113     man/vzctl.8: fixed --root, added --private description for vzctl set
114     man/vzctl.8: add options for restart command
115     man/vzctl.8: provide complete SYNOPSYS
116     man/vzlist.8: remove a table with fields list, only describe suffixes
117     man/*: lots and lots of formatting fixes and improvements