author | wenzelm |
Wed, 12 Jan 2011 16:41:49 +0100 | |
changeset 41527 | 924106faa45f |
parent 41446 | 92facb553823 |
child 41596 | e424bc65080d |
permissions | -rw-r--r-- |
13447 | 1 |
Checklist for official releases |
2 |
=============================== |
|
3 |
||
40781 | 4 |
- test polyml-5.4.0, polyml-5.3.0, polyml-5.2.1, smlnj; |
31308 | 5 |
|
41527 | 6 |
- test Proof General 4.1; |
25428 | 7 |
|
30888 | 8 |
- test Scala wrapper; |
9 |
||
25428 | 10 |
- check HTML header of library; |
11 |
||
27010 | 12 |
- check CTRL-C, SIGINT in tty (also for external processes); |
25428 | 13 |
|
27010 | 14 |
- check persistent sessions with PG and Poly/ML 5.x; |
25550 | 15 |
|
24883 | 16 |
- Admin/update-keywords; |
13447 | 17 |
|
37368 | 18 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 19 |
|
41446 | 20 |
- check Admin/contributed_components; |
21 |
||
36860 | 22 |
- diff NEWS wrt. last official release, which is read-only; |
23 |
||
30888 | 24 |
- update https://isabelle.in.tum.de/repos/website; |
13447 | 25 |
|
26 |
- maintain Docs: |
|
28956 | 27 |
doc-src/Dirs |
28 |
doc/Contents |
|
13447 | 29 |
|
30 |
- maintain Logics: |
|
28956 | 31 |
build |
40779
24851517ef15
follow-up to HOLCF move (cf. 0437dbc127b3, 04d44a20fccf);
wenzelm
parents:
37526
diff
changeset
|
32 |
etc/components |
30852 | 33 |
lib/html/library_index_content.template |
13447 | 34 |
|
37526 | 35 |
|
36 |
Packaging |
|
37 |
========= |
|
38 |
||
39 |
- makedist -r DISTNAME |
|
40 |
||
41 |
- makebin (multiplatform); |
|
42 |
||
43 |
- makebin -l on fast machine; |
|
44 |
||
45 |
- makebundle (multiplatform); |
|
46 |
||
47 |
- hdiutil create -srcfolder DIR DMG (Mac OS); |
|
48 |