Changeset 42578 in vbox
- Timestamp:
- Aug 3, 2012 11:46:02 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79756
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r42545 r42578 193 193 VBOX_VERSION_MAJOR = 4 194 194 # Minor version. 195 VBOX_VERSION_MINOR = 1195 VBOX_VERSION_MINOR = 2 196 196 # This is the current build number. It should be increased every time we publish a 197 197 # new build. The define is available in every source file. Only even build numbers 198 198 # will be published, odd numbers are set during development. 199 VBOX_VERSION_BUILD = 51199 VBOX_VERSION_BUILD = 0 200 200 # The raw version string. This *must not* contain any other information/fields than 201 201 # major, minor and build revision (as it is now) -- also will be used for host/guest version … … 209 209 # publisher so that RTStrVersionCompare have a chance of comparing 210 210 # prerelease from different publishers correctly. 211 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(VBOX_BUILD_PUBLISHER) 211 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(VBOX_BUILD_PUBLISHER)_BETA1 212 212 213 213 # Force the additions.sh script to get an exact additions build when we're doing the release. -
trunk/debian/changelog
r38461 r42578 1 virtualbox-ose (4.1.51~svn-1) unstable; urgency=low 1 virtualbox-ose (4.2.0~beta1) unstable; urgency=low 2 3 * rebuild Debian package 4 5 -- Oracle Corporation <[email protected]> Fri, 03 Aug 2012 14:00:00 +0200 6 7 virtualbox-ose (4.1.2) unstable; urgency=low 2 8 3 9 * rebuild Debian package … … 5 11 -- Oracle Corporation <[email protected]> Mon, 15 Aug 2011 15:00:00 +0200 6 12 7 virtualbox-ose (4.1.2) unstable; urgency=low8 9 * rebuild Debian package10 11 -- Oracle Corporation <[email protected]> Mon, 15 Aug 2011 15:00:00 +020012 13 13 virtualbox-ose (4.1.0) unstable; urgency=low 14 14 -
trunk/doc/manual/user_ChangeLogImpl.xml
r42577 r42578 2 2 3 3 <sect1> 4 <title>Version 4.2.0 (2012-xx-xx)</title>4 <title>Version 4.2.0 Beta 1 (2012-08-03)</title> 5 5 6 6 <para>This is a major update. The following major new features … … 22 22 23 23 <listitem> 24 <para>GUI: allow to alter a couple ofsettings during runtime</para>24 <para>GUI: allow to alter some settings during runtime</para> 25 25 </listitem> 26 26 -
trunk/src/VBox/Installer/linux/debian/control
r42435 r42578 1 Source: virtualbox-4. 11 Source: virtualbox-4.2 2 2 Section: contrib/misc 3 3 Priority: optional … … 14 14 XS-Python-Version: >= 2.4 15 15 16 Package: virtualbox-4. 116 Package: virtualbox-4.2 17 17 Architecture: i386 amd64 18 18 Pre-Depends: debconf (>= 1.1) | debconf-2.0 … … 32 32 XB-Python-Version: ${python:Versions} 33 33 34 Package: virtualbox-4. 1-dbg34 Package: virtualbox-4.2-dbg 35 35 Architecture: i386 amd64 36 Depends: virtualbox-4. 1(= ${Source-Version})36 Depends: virtualbox-4.2 (= ${Source-Version}) 37 37 Provides: virtualbox-dbg 38 38 Replaces: virtualbox-dbg -
trunk/src/VBox/Installer/linux/debian/rules
r42336 r42578 42 42 43 43 package := virtualbox 44 verpkg := virtualbox-4. 144 verpkg := virtualbox-4.2 45 45 current := $(shell pwd) 46 46 vboxroot := $(shell cd ../../../..; pwd)
Note:
See TracChangeset
for help on using the changeset viewer.