File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.12.4:
2
+
3
+ * Revive firstscripts plugins. This fixes the --firstboot and --firstlogin
4
+ options, both of which went missing with 0.12.
5
+ * Make Plugin.install_file work in non-context plugins (plugins that are not
6
+ Distros or Hypervisors).
7
+ * Do a slightly better job at cleaning up after ourselves by removing the
8
+ distro chroot by default and removing the temporary root mount point.
9
+ * Revive QEMu hypervisor.
10
+
1
11
0.12.3:
2
12
3
13
* Reworked the way timezones and locales are handled. This fixes an
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def get_version_info():
128
128
info = vcsversion .version_info
129
129
info ['major' ] = 0
130
130
info ['minor' ] = 12
131
- info ['micro' ] = 3
131
+ info ['micro' ] = 4
132
132
return info
133
133
134
134
logging .debug ('Loading plugins' )
Original file line number Diff line number Diff line change 15
15
print repr (e )
16
16
17
17
setup (name = 'VMBuilder' ,
18
- version = '0.12.3 ' ,
18
+ version = '0.12.4 ' ,
19
19
description = 'Uncomplicated VM Builder' ,
20
20
author = 'Soren Hansen' ,
21
21
You can’t perform that action at this time.
0 commit comments