mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-30 18:50:18 +03:00
0.4.2 release
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release daniel
This commit is contained in:
parent
d2090e649b
commit
5b470f32c3
@ -1,3 +1,7 @@
|
||||
Tue Apr 8 18:44:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release
|
||||
|
||||
Mon Apr 8 17:32:07 CET 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Fix typo: s/Latn/latin/.
|
||||
|
3
NEWS
3
NEWS
@ -24,7 +24,8 @@ Releases
|
||||
virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for
|
||||
qemud signal pipe (Daniel Berrange), double free in OpenVZ
|
||||
(Anton Protopopov), handle mac without addresses (Shigeki Sakamoto),
|
||||
MAC addresses checks (Shigeki Sakamoto and Richard Jones)
|
||||
MAC addresses checks (Shigeki Sakamoto and Richard Jones),
|
||||
allow to read non-seekable files (Jim Meyering)
|
||||
- Improvements: Windows build (Richard Jones), KVM/QEmu shutdown
|
||||
(Guido Guenther), catch virExec output on debug (Mark McLoughlin),
|
||||
integration of iptables and lokkit (Mark McLoughlin), keymap
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT(libvirt, 0.4.1)
|
||||
AC_INIT(libvirt, 0.4.2)
|
||||
AC_CONFIG_SRCDIR(src/libvirt.c)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
@ -57,7 +57,8 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
|
||||
virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for
|
||||
qemud signal pipe (Daniel Berrange), double free in OpenVZ
|
||||
(Anton Protopopov), handle mac without addresses (Shigeki Sakamoto),
|
||||
MAC addresses checks (Shigeki Sakamoto and Richard Jones)</li>
|
||||
MAC addresses checks (Shigeki Sakamoto and Richard Jones),
|
||||
allow to read non-seekable files (Jim Meyering)</li>
|
||||
<li>Improvements: Windows build (Richard Jones), KVM/QEmu shutdown
|
||||
(Guido Guenther), catch virExec output on debug (Mark McLoughlin),
|
||||
integration of iptables and lokkit (Mark McLoughlin), keymap
|
||||
|
@ -20,7 +20,8 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p><h3>0
|
||||
virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for
|
||||
qemud signal pipe (Daniel Berrange), double free in OpenVZ
|
||||
(Anton Protopopov), handle mac without addresses (Shigeki Sakamoto),
|
||||
MAC addresses checks (Shigeki Sakamoto and Richard Jones)</li>
|
||||
MAC addresses checks (Shigeki Sakamoto and Richard Jones),
|
||||
allow to read non-seekable files (Jim Meyering)</li>
|
||||
<li>Improvements: Windows build (Richard Jones), KVM/QEmu shutdown
|
||||
(Guido Guenther), catch virExec output on debug (Mark McLoughlin),
|
||||
integration of iptables and lokkit (Mark McLoughlin), keymap
|
||||
|
@ -372,7 +372,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
|
||||
* version * 1,000,000 + minor * 1000 + micro
|
||||
*/
|
||||
|
||||
#define LIBVIR_VERSION_NUMBER 4001
|
||||
#define LIBVIR_VERSION_NUMBER 4002
|
||||
|
||||
int virGetVersion (unsigned long *libVer,
|
||||
const char *type,
|
||||
|
@ -240,6 +240,10 @@ fi
|
||||
%doc docs/examples/python
|
||||
|
||||
%changelog
|
||||
* Tue Apr 8 2008 Daniel Veillard <veillard@redhat.com> - 0.4.2-1
|
||||
- release of 0.4.2
|
||||
- lots of bug fixes and small improvements
|
||||
|
||||
* Mon Mar 3 2008 Daniel Veillard <veillard@redhat.com> - 0.4.1-1
|
||||
- Release of 0.4.1
|
||||
- Storage APIs
|
||||
|
1001
po/bn_IN.po
1001
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1001
po/en_GB.po
1001
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1001
po/eu_ES.po
1001
po/eu_ES.po
File diff suppressed because it is too large
Load Diff
1048
po/libvirt.pot
1048
po/libvirt.pot
File diff suppressed because it is too large
Load Diff
1004
po/pt_BR.po
1004
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1004
po/sr@latin.po
1004
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1001
po/zh_CN.po
1001
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1001
po/zh_TW.po
1001
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user