|
From: Rob M. <ro...@us...> - 2007-09-21 07:59:12
|
Update of /cvsroot/wix/wix/inc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19110/inc Modified Files: wixver.cs wixver.h wixver.wxi Log Message: AaronSte: Creating separate Votive and Sconce DLLs for VS 2005 and VS 2008. Adding the VS 2008 SDK source code that is needed to build the VS 2008 Votive and Sconce dlls. HeathS: SFBUG:1789825 - CreationTimeUTC documents wrong format SFFEATURE:1768845 - Patch element should support MinorUpdateTargetRTM attribute SFFEATURE:1735295 - Patch build should add PATCHNEW* properties to patch transform Added support for ignorables to CompareUnit in WixUnit HeathS: SFBUG:1768842 - PatchProperty does not allow Company RobMen: Ensure RegistryKey element never ends up as KeyPath because MSI SDK says it isn't allowed. RobMen: Component guid generation. RobMen: SFBUG:1795309 - respect the rollback flag for the last SQL string like all the other strings. RobMen: SFBUG:1787888 - correctly handle certificates that are in Components that are conditioned out. RobMen: SFBUG:1675194 - loop through all server bindings when searching for a match. Index: wixver.cs =================================================================== RCS file: /cvsroot/wix/wix/inc/wixver.cs,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** wixver.cs 3 Sep 2007 21:53:27 -0000 1.40 --- wixver.cs 21 Sep 2007 07:58:33 -0000 1.41 *************** *** 10,12 **** // ! [assembly: AssemblyVersion("3.0.3229.0")] --- 10,12 ---- // ! [assembly: AssemblyVersion("3.0.3314.0")] Index: wixver.wxi =================================================================== RCS file: /cvsroot/wix/wix/inc/wixver.wxi,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** wixver.wxi 3 Sep 2007 21:53:27 -0000 1.40 --- wixver.wxi 21 Sep 2007 07:58:33 -0000 1.41 *************** *** 4,11 **** <?undef WixVersion?> <?endif?> ! <?define WixVersion = "3.0.3229.0" ?> <?ifdef WixBuildNum?> <?undef WixBuildNum?> <?endif?> ! <?define WixBuildNum = "3229" ?> </Include> --- 4,11 ---- <?undef WixVersion?> <?endif?> ! <?define WixVersion = "3.0.3314.0" ?> <?ifdef WixBuildNum?> <?undef WixBuildNum?> <?endif?> ! <?define WixBuildNum = "3314" ?> </Include> Index: wixver.h =================================================================== RCS file: /cvsroot/wix/wix/inc/wixver.h,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** wixver.h 3 Sep 2007 21:53:27 -0000 1.40 --- wixver.h 21 Sep 2007 07:58:33 -0000 1.41 *************** *** 2,6 **** * C:\delivery\Dev\wix_public\inc\wixver.h - version information for project * ! * 2007.8.29 - %DTOOLS%\bin\upver.vbs - generated * **************************************************************************/ --- 2,6 ---- * C:\delivery\Dev\wix_public\inc\wixver.h - version information for project * ! * 2007.9.14 - %DTOOLS%\bin\upver.vbs - generated * **************************************************************************/ *************** *** 9,16 **** #define szVerMajorMinor "3.0" ! #define szVerMajorMinorBuild "3.0.3229.0" #define rmj 3 #define rmm 0 ! #define rup 3229 #define szVerName "Official Release" --- 9,16 ---- #define szVerMajorMinor "3.0" ! #define szVerMajorMinorBuild "3.0.3314.0" #define rmj 3 #define rmm 0 ! #define rup 3314 #define szVerName "Official Release" |