~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
   3.0.11: Mon Aug  7 2006 <igor@openvz.ru>
 
1
Since after 3.0.12 release, this file is obsoleted. Complete change log
 
2
can be obtained from OpenVZ git repository.
 
3
 
 
4
        http://git.openvz.org/?p=vzctl;a=shortlog
 
5
        http://git.openvz.org/?p=vzctl;a=log
 
6
 
 
7
Below is a change log for old vzctl releases.
 
8
 
 
9
 
 
10
   3.0.12: Thu Oct 5 2006 <igor@openvz.org>
 
11
        * vzctl start: added --wait cmdline option
 
12
        * added vznetcfg script for veth setup
 
13
        * fixed error message in case kernel compiled without USER_RESOURCES
 
14
        * added '--applyconfig_map name' vzctl set option
 
15
        * changed friendly name data structure
 
16
        * fixed vzmigrate to support VE name feature (bug #239)
 
17
        * fixed annoying arp warning (bug #189)
 
18
        * added bash completion script (bug #212)
 
19
        * added check to vzmigrate if OpenVZ is run on another side (bug #163)
 
20
        * removed debian directory from the tarball (bugs #197, #194)
 
21
        * removed LICVIEW from /etc/init.d/vz (bug #237)
 
22
        * fixed misprints and /dev/nul(l) usage in dist scripts (bug #228)
 
23
        * fixed vzmigrate to work with different awk flavors (bug #231)
 
24
        * years in copyright fixed (bug #232)
 
25
        * increased some UBCs in ve-light.conf-sample (bug #234)
 
26
        * fixed some minor memory leaks while doing realloc()
 
27
        * vzctl destroy: remove VE names on destroy (bug #236)
 
28
        * added --name option description to vzctl(8) man page (bug #232)
 
29
        * merged libvzctl-simfs and libvzctl into a single libvzctl
 
30
        * vzlist: replaced sprintf() with snprintf() to avoid buffer overflows
 
31
        * vzctl enter: forward error messages from child process
 
32
        * vzctl enter: fix off-by-one error which resulted in
 
33
          uninitialized PATH
 
34
        * arpsend: fixed segfault when parsing long options
 
35
        * vzlist: fixed cast from pointer to integer of different size warnings
 
36
        * vzctl enter: exit with correct error code on enter fail (bug #245)
 
37
        * added udev rules for /dev/vzctl (bug #204)
 
38
        * added syscall numbers for powerpc
 
39
        * /etc/init.d/vz: check for /dev/vzctl only after modprobe (bug #204)
 
40
        * fixed ppc64 compilation
 
41
        * removed distro-specific stuff from 'make install' (bug #254)
 
42
        * added 'make install-gentoo' and Gentoo init.d/vz script (bug #262)
 
43
        * fixed arpsend options parsing for some compilers (bug #261)
 
44
        * man pages cleanup (VPS->VE, etc.)
 
45
        * changed all utilities and man pages to refer to VE not VPS
 
46
        * vzcpucheck: give error if VE0 CPU units not set (bug #249)
 
47
 
 
48
   3.0.11: Mon Aug  7 2006 <igor@openvz.org>
2
49
        * fixed using VE_ROUTE_SRC_DEV variable
3
50
        * added VPS name support
4
51
        * added change number of CPUs available in the VPS functionality.
5
52
        * fixes in CPT error processing
6
53
        * added upport of xt_mac iptables module
7
54
        * fixed awk expression to be compatible with mawk
8
 
   3.0.10: Wed Jun  7 2006 <igor@openvz.ru>
 
55
   3.0.10: Wed Jun  7 2006 <igor@openvz.org>
9
56
        * added virtual ethernet device support (--veth_add, --veth_del)
10
57
        * added  /proc/meminfo virtualization support (--meminfo mode:value)
11
58
        * added VE0 UB setup functionality (--reset-ub)
12
 
   3.0.9: Wed May 24 2006 <igor@openvz.ru>
 
59
   3.0.9: Wed May 24 2006 <igor@openvz.org>
13
60
        vzctl:
14
61
        * switched to new versioning scheme.
15
62
        * added -z option to /sbin/init
41
88
        * added coping of action scripts.
42
89
                (http://bugzilla.openvz.org/show_bug.cgi?id=157)
43
90
        * fixed --keep-dst option processing. Option behavior was inverted.
44
 
   3.0.0-8: Mon Apr 24 2006 <igor@openvz.ru>
 
91
   3.0.0-8: Mon Apr 24 2006 <igor@openvz.org>
45
92
        * UBC parameters > LONG_MAX in VPS conf truncate to LONG_MAX
46
93
        * added installation of vzmigrate.8 man page
47
94
        * use 'uname -m' for arch selection