Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More refinements to the release process. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
44472710758a72dca07ca096c3351794 |
User & Date: | mistachkin 2016-04-19 03:57:01.299 |
Context
2016-04-19
| ||
14:40 | Bump version number and update version history docs. check-in: e443d95668 user: mistachkin tags: trunk | |
04:08 | Add Mono release package to the download page. check-in: bfdf5812eb user: mistachkin tags: preRelease | |
03:57 | More refinements to the release process. check-in: 4447271075 user: mistachkin tags: trunk | |
2016-04-18
| ||
20:07 | Add support for Mono to the release process. check-in: eadbd86b54 user: mistachkin tags: trunk | |
Changes
Changes to Setup/release.bat.
︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | + - - - - - + + + + + + + + + + + + | CALL :fn_SetVariable BASE_PLATFORM PLATFORM ) %_VECHO% BasePlatform = '%BASE_PLATFORM%' %_VECHO% ExtraPlatform = '%EXTRA_PLATFORM%' IF NOT DEFINED TYPE ( IF NOT DEFINED NOBUNDLE ( |
︙ |
Changes to Setup/release_ce_200x.bat.
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + | ) SET BASE_CONFIGURATIONSUFFIX=Compact SET PLATFORMS="Pocket PC 2003 (ARMV4)" SET YEARS=2008 SET BASE_PLATFORM=PocketPC SET EXTRA_PLATFORM_Pocket_PC_2003_ARMV4=ARM |
︙ |
Changes to Setup/release_ce_2013.bat.
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + | SET FRAMEWORK2012=netFx39 SET BASE_CONFIGURATIONSUFFIX=Compact SET PLATFORMS="CEPC DevPlatform" ARMV7 SET YEARS=2012 SET BASE_PLATFORM=WinCE SET EXTRA_PLATFORM_CEPC_DevPlatform=x86 SET EXTRA_PLATFORM_ARMV7=ARM |
︙ |
Changes to Setup/release_mono.bat.
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | SET RELEASE_CONFIGURATIONS=ReleaseManagedOnly ) SET BASE_CONFIGURATIONSUFFIX=MonoOnPosix SET YEARS=2013 SET PLATFORMS=MSIL SET BASE_PLATFORM=Mono |
︙ |
Changes to data/exclude_bin.txt.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + | *.done *.exp *.ilk *.lib *.manifest *.map *.mda.config *.netmodule *.txt *32.exe *32.exe.config *EntityFramework.* *EnvDTE.* *Microsoft.* *Newtonsoft.* |
︙ |
Changes to www/downloads.wiki.
︙ | |||
2494 2495 2496 2497 2498 2499 2500 | 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 | - + + | <p> The <b>cpu</b> in templates (5) and (6) will be one of x86, x64, arm, ia64. </p> <p> The <b>platform</b> in templates (7), (8), (9), and (10) will be one of |
︙ |