Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge appropriate changes from the 'preRelease' branch. Cherrypick of [da78664742f1dba8]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9821f038cd206c0a39b232f8623866f6 |
User & Date: | mistachkin 2017-10-16 22:11:31.727 |
Original Comment: | Merge appropriate changes from the 'preRelease' branch. |
Context
2017-10-17
| ||
08:38 | When building the interop assembly for POSIX, be sure to include support for the 'sqlite_stmt' table. check-in: ec839bf09e user: mistachkin tags: trunk | |
2017-10-16
| ||
22:11 | Merge appropriate changes from the 'preRelease' branch. Cherrypick of [da78664742f1dba8]. check-in: 9821f038cd user: mistachkin tags: trunk | |
21:26 | Changes for the 1.0.106.0 pre-release packages. Closed-Leaf check-in: da78664742 user: mistachkin tags: preRelease | |
20:24 | Update SQLite core library to the latest trunk code. check-in: 0187ad0700 user: mistachkin tags: trunk | |
Changes
Changes to Setup/data/verify.lst.
︙ | |||
924 925 926 927 928 929 930 931 932 933 934 935 936 937 | 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 | + | tools/install/Installer.cs tools/install/Properties/ tools/install/Properties/AssemblyInfo.cs tools/install/Resources/ tools/install/Resources/manifest.xml } ############################################################################### # # NOTE: This is the list of Eagle files that should be present in the full # source code archive. These files are needed only to run the test # suite. # set sds_manifests(eagle) { Externals/Eagle/bin/Eagle.dll |
︙ | |||
974 975 976 977 978 979 980 981 982 983 984 985 986 987 | 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 | + + + + + + + + + + + + | Externals/Eagle/lib/Test1.0/all.eagle Externals/Eagle/lib/Test1.0/constraints.eagle Externals/Eagle/lib/Test1.0/epilogue.eagle Externals/Eagle/lib/Test1.0/pkgIndex.eagle Externals/Eagle/lib/Test1.0/pkgIndex.tcl Externals/Eagle/lib/Test1.0/prologue.eagle } ############################################################################### # # NOTE: This is the list of external files that should be present in the full # source code archive. These files may be required by the build and/or # during release processing. If missing, some features and/or build # options may be unavailable. # set sds_manifests(external) { Externals/vswhere/ Externals/vswhere/vswhere.exe } ############################################################################### # # NOTE: This is the list of core files that should be present in all binary # archives that support the desktop versions of the .NET Framework. # set sds_manifests(binaryCore) { |
︙ | |||
1484 1485 1486 1487 1488 1489 1490 | 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 | - + | ############################ Source Code Packages ############################# ############################################################################### set manifests(sqlite-netFx-source-.zip) [list sds \ source] set manifests(sqlite-netFx-full-source-.zip) [list sds \ |
︙ |
Changes to www/release.wiki.
︙ | |||
465 466 467 468 469 470 471 472 473 474 475 476 477 478 | 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 | + + + + + + + + + + + + + + + + + + + + + + + + + + | </li> <li> Make sure everything succeeds with no errors; the console output may be checked if any errors should occur. </li> </ol> <a name="buildNuGetPackages"></a> <h2>Build NuGet Packages</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following command to build all the NuGet packages: <br /> <br /> <b>build_nuget.bat</b> <br /> <br /> <i>This assumes that the NuGet binary is available somewhere along the [https://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [https://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> Make sure everything succeeds with no errors; the console output may be checked if any errors should occur. </li> </ol> <a name="verifyAllPackages"></a> <h2>Verify All Release Packages</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> |
︙ | |||
502 503 504 505 506 507 508 | 528 529 530 531 532 533 534 535 536 537 538 539 540 541 | - - - - - - - - - - - - - - - - - - - - - - - - - - | <i>If errors are generated, the file "<root>\Setup\data\verify.lst" may need to be updated to account for the files that have been added and/or removed from the release archives since the previous release.</i> </li> </ol> |
︙ |