257 lines
10 KiB
Plaintext
257 lines
10 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 17 10:14:00 CEST 2008 - prusnak@suse.cz
|
|
|
|
- fixed license problem with region.c by applying patch from upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 4 11:15:26 CEST 2008 - prusnak@suse.cz
|
|
|
|
- reviewed changes by Dominique
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 3 21:16:41 CEST 2008 - dominique@leuenberger.net
|
|
|
|
- Activated compilation of modules vmci and vsock after fixing the
|
|
kver.patch
|
|
- dropped obsoleted patch:
|
|
* str_c.patch (included in update)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 3 11:10:15 CEST 2008 - prusnak@suse.cz
|
|
|
|
- updated to 2008-09-03
|
|
* Fixed an issue where open-vm-tools fails to configure when using
|
|
--without-icu. Thanks to Timo Gurr for reporting the issue
|
|
(Sourceforge bug 2046262).
|
|
* Fixed failed build on Ubuntu Intrepid and Fedora 9.
|
|
Thanks to Nathan Charles for reporting the issue
|
|
(Sourceforge bug 2048423).
|
|
* Fixed kernel module build issues on 2.6.27 pre-release kernels.
|
|
Thanks to Dominique Leuenberger for reporting the issue
|
|
(Sourceforge bug 2071170).
|
|
* ...and other bug fixes.
|
|
- dropped obsoleted patches:
|
|
* 2.6.27-kernel.patch (included in update)
|
|
* fix-Werror.patch (included in update)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 24 19:35:41 CEST 2008 - dominique@leuenberger.net
|
|
|
|
- Added open-vm-tools-2008-08-08-2.6.27-kernel.patch to compile on
|
|
more recent kernels (patch should be merged in next release)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 22 16:49:41 CEST 2008 - dominique@leuenberger.net
|
|
|
|
- added packageand(open-vm-tools:xorg-x11) to Supplements
|
|
of open-vm-tools-gui sub package
|
|
|
|
------------------------------------------------------------------
|
|
Fri Aug 22 07:30:15 CEST 2008 - dominique@leuenberger.net
|
|
|
|
- Re-arranged comments for the configure line. Apparently, comments
|
|
that appear in a line continuing on the next line, split using '\'
|
|
break the flow
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 20 23:02:15 CEST 2008 - dominique@leuenberger.net
|
|
|
|
- Added --without-kernel-modules to configure, as we take
|
|
care of it on ourself using the loop, for the different
|
|
kernel variants
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 12 16:17:07 CEST 2008 - prusnak@suse.cz
|
|
|
|
- updated to 2008.08.08
|
|
* Unity for X11 guests has been added. Unity is implemented within
|
|
vmware-user and requires no additional setup beyond setting up the
|
|
vmware-user application itself. Unity should work with Fusion 1.x
|
|
releases as well as with the upcoming Workstation 6.5 release. Our
|
|
in-house testing was with Linux guests, and they should mostly work.
|
|
There is very little standing in the way of FreeBSD/Solaris support,
|
|
though we've never built or tested Unity for those platforms.
|
|
* The VMCI Linux kernel module has been added. This module provides
|
|
high-speed datagram and socket interfaces for guest<->guest and
|
|
host<->guest communication. It should work for all kernels beginning
|
|
with 2.4, and for VMware products beginning with Workstation 6.5.
|
|
* The VMCI sockets Linux kernel module has been added. It provides
|
|
both datagram and stream socket interfaces to userlevel for use with
|
|
VMCI. As with VMCI, it should work for kernels 2.4 or later, and for
|
|
VMware products beginning with Workstation 6.5.
|
|
* The command-line Toolbox has been added. This application provides
|
|
the same functionality as the GTK Toolbox, but with a scriptable
|
|
command-line interface. It also has some statistic retrieval commands
|
|
that aren't found in the GTK Toolbox.
|
|
* Fixed compilation of vmsync and vmmemctl Linux kernel modules on
|
|
2.6.26. Thanks to Pavol Rusnak for the report (Sourceforge bug 2032683).
|
|
* Fixed an issue with guestd's nicInfo updating mechanism. Thanks to
|
|
Jason Lunz for the patch (not tracked on Sourceforge).
|
|
* Fixed handling of $(DESTDIR) in automake. Thanks to Mike Auty for
|
|
the patch (Sourceforge bug 2018802).
|
|
* Fixed build of vmware-user using gtk 1.2. Thanks to Stephen Duncan
|
|
for the report (Sourceforge bug 2014338).
|
|
* Fixed compilation of lib/guestApp when using --without-x. Thanks to
|
|
Martin Preishuber for the report (Sourceforge bug 2013568).
|
|
* As usual, other bug fixes.
|
|
|
|
------------------------------------------------------------------
|
|
Mon Jul 21 17:02:15 CEST 2008 - prusnak@suse.cz
|
|
|
|
- updated to 2008.07.01:
|
|
* fixed a backwards time synchronization issue
|
|
* fixed an issue where open-vm-tools configured via --without-x didn't
|
|
compile (not tracked on Sourceforge)
|
|
* one can now pass --without-kernel-modules, --with-kernel-release, and
|
|
--with-linuxdir to the ./configure script
|
|
* other bug fixes.
|
|
- branched open-vm-tools-gui subpackage with tools that need X
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 12 15:58:33 CEST 2008 - prusnak@suse.cz
|
|
|
|
- open-vm-tools now requires vmware-kmp [bnc#397972]
|
|
- exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 9 22:49:17 EEST 2008 - dominique-obs@leuenberger.net
|
|
|
|
- Updated to version 2008.06.03
|
|
adopted spec file to new build structure layout (the binaries
|
|
are now named correctly just after build and do not need to
|
|
be renamed anymore)
|
|
- Replaced -werror patch with -fix-Werror-patch (submitted to
|
|
VMware for inclusion)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 2 11:11:17 CEST 2008 - prusnak@suse.cz
|
|
|
|
- updated vmware init-script [bnc#394431]:
|
|
* check whether /tmp/VMwareDnD exists and create it if necessary
|
|
* use modules vmblock, vmmemctl, vmsync for better performance
|
|
* mount the virtual system for Drag'n'Drop
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 27 21:00:00 EST 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Excluded the building of KMPs for XEN, probably nobody installs
|
|
a vmware host in xen.
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 22 10:20:14 CEST 2008 - prusnak@suse.cz
|
|
|
|
- added Recommends: open-vm-tools to KMP preamble [bnc#391434]
|
|
- added -y to %fillup_and_insserv macro, so the service starts
|
|
automatically [bnc#391434]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 20 17:00:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- replaced %build section with the one from openSUSE internal
|
|
stable build, for building properly against all buildtargets
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 20 16:43:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Added preamble for %suse_kernel_module_package in order to have
|
|
a Recommends: open-vm-tools on the kmp.
|
|
The KMP is installed by Supplements: the hardware ID, and the KMP
|
|
then pulls in the open-vm-tools package by Recommends (if available)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 07:26:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Updated to 2008.05.15:
|
|
* Removed "blessed app" code for starting vmware-user
|
|
* lib/file/filePosix.c: Use new Posix_RealPath implementation.
|
|
* Cleanup UTF-8 handling.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 07:26:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Added patch open-vm-tools-2008.05.02-str.c that should solve
|
|
compilation with FORTIFY_SOURCE enabled
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 6 10:35:42 CEST 2008 - prusnak@suse.cz
|
|
|
|
- updated to 2008.05.02:
|
|
* continued Unicode support
|
|
* open-vm-tools now depends on libicu for codeset conversions
|
|
* a few more bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 28 15:34:35 CEST 2008 - ro@suse.de
|
|
|
|
- tweak build section long enough to really build modules
|
|
matching to kernel flavour (and not just build all for -default)
|
|
(bnc#384192)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 24 00:59:38 CEST 2008 - ro@suse.de
|
|
|
|
- added vmware-KMP package and description tags to specfile
|
|
- added preable file for kmp packages
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 23 15:38:48 CEST 2008 - prusnak@suse.cz
|
|
|
|
- fixed %verifyscript
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 22 11:30:37 CEST 2008 - prusnak@suse.cz
|
|
|
|
- updated to 2008.04.14
|
|
* continued Unicode support
|
|
* more bug fixes, including a security fix in guestd
|
|
- added permissions scripts to %post section
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 25 08:25:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- updated to 2008.03.19
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 20 16:13:09 CET 2008 - prusnak@suse.cz
|
|
|
|
- add Supplements to automatically install in VMware
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 13:36:33 CET 2008 - prusnak@suse.cz
|
|
|
|
- first autobuild checkin
|
|
- turn off -Werror (werror.patch)
|
|
- reworked spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 09:15:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- updated to 2008.03.11
|
|
(developer snapshot to support all modules on 2.6.25 kernels)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 11 13:44:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- updated to 2008.03.10
|
|
(developer snapshot to support kernel version 2.6.25-rc1)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 9 19:17:00 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- refactored open-vm-tools-kver.patch to detect the kernel source
|
|
correctly
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 8 14:15:26 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- create link from /sbin/rcvmware to /etc/init.d/vmware-guest
|
|
- autostart the service after installation
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 08 03:32:26 EET 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- initial build of open-vm-tools
|
|
- builds kmps and open-vm-tools
|
|
|