Changeset 62202 in vbox
- Timestamp:
- Jul 12, 2016 2:39:18 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r62176 r62202 221 221 # publisher so that RTStrVersionCompare have a chance of comparing 222 222 # prerelease from different publishers correctly. 223 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW) _RC1$(VBOX_BUILD_PUBLISHER)223 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(VBOX_BUILD_PUBLISHER) 224 224 # Just the BETA[n],ALPHA[n],RC[n] indicators. Set to empty string for release. 225 VBOX_VERSION_PRERELEASE = RC1225 VBOX_VERSION_PRERELEASE = 226 226 227 227 # Force the additions.sh script to get an exact additions build when we're doing the release. -
trunk/debian/changelog
r62120 r62202 1 virtualbox-ose (5.1.0) unstable; urgency=low 2 3 * rebuild Debian package. 4 5 -- Oracle Corporation <[email protected]> Tue, 12 Jul 2016 18:00:00 +0200 6 1 7 virtualbox-ose (5.1.0~rc1) unstable; urgency=low 2 8 -
trunk/doc/manual/user_ChangeLogImpl.xml
r62188 r62202 4 4 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. --> 5 5 <sect1> 6 <title>Version 5.1.0 Release Candidate 1 (2016-07-07)</title>6 <title>Version 5.1.0 (2016-07-12)</title> 7 7 8 8 <para>This is a major update. The following major new features … … 26 26 27 27 <listitem> 28 <para>GUI: overall migration to Qt5 </para>28 <para>GUI: overall migration to Qt5 (bug #11775)</para> 29 29 </listitem> 30 30 … … 82 82 <listitem> 83 83 <para>GUI: fixed location of touch events in unscaled HiDPI mode 84 (bug #14366, #14367)</para>84 (bugs #14366, #14367)</para> 85 85 </listitem> 86 86 … … 133 133 <listitem> 134 134 <para>Linux installers: no longer rely on DKMS for module rebuilding</para> 135 </listitem> 136 137 <listitem> 138 <para>Linux Additions: fix a problem when updating the initramfs after 139 the guest modules are compiled (bug #15579)</para> 140 </listitem> 141 142 <listitem> 143 <para>Linux Additions: try to fix a problem where the OpenGL libraries 144 where loaded by the X server when we only support X clients 145 (bug #15574)</para> 135 146 </listitem> 136 147
Note:
See TracChangeset
for help on using the changeset viewer.