| 20 | * 1.2 release |
| 21 | - 1.2 branch was made two days ago |
| 22 | - Eric and Tom still fixing bugs |
| 23 | - Will check with each other by email next Tuesday and put 1.2 release candidate on download page if ready. |
| 24 | - Greg says putting release candidate on download page will involve a little hand work to change file system links. |
| 25 | |
| 26 | * Version numbers for bundles |
| 27 | - Greg suggests all bundles in distribution that have changed since 1.1 should have updated version numbers, so new distribution reflects that the bundle changed. |
| 28 | |
| 29 | * Make install not installing |
| 30 | - In core a "make install' won't install if the version number of core has not increased. Have to use make "reinstall". |
| 31 | - Easy to forget this when debugging and waste time before realizing none of the debugging code changes were installed. |
| 32 | - "make install" for bundles works because bundle_builder is used. But core does not use it. |
| 33 | - Would prefer that "make install" does the install even with same version number. |
| 34 | - Another scenario from Eric: make install in bundles after atomic_lib change of C++ Ring class to rebuild 10 bundles that depend on atomic_lib didn't install any. |
| 35 | - Greg mentions that pip --force option used to force reinstall does not update dependencies. |
| 36 | - Discussed whether pip uninstall followed by pip install could solve some of these install problems when version number does not change. |
| 37 | - Should make some tickets for the build system problems. |
| 38 | |