Changeset 7458
- Timestamp:
- Mar 14, 2018, 1:47:45 PM (5 years ago)
- Location:
- branches/3.12-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.12-stable/build.xml
r7399 r7458 69 69 <property name="base.minorversion" value="12" /> 70 70 <property name="base.maintenanceversion" value="0" /> 71 <property name="base.versionsuffix" value=" -dev" />71 <property name="base.versionsuffix" value="" /> 72 72 <property name="base.version" 73 73 value="${base.majorversion}.${base.minorversion}.${base.maintenanceversion}" /> -
branches/3.12-stable/doc/src/docbook/admin/installation.xml
r7390 r7458 47 47 48 48 <important id="installation.upgrade.important"> 49 <title>Important information for upgrading to BASE 3.1 1.1</title>49 <title>Important information for upgrading to BASE 3.12</title> 50 50 <para> 51 51 This section list some important information that may or may not 52 52 apply when upgrading from the <emphasis>previous</emphasis> BASE 53 release to the current release (eg. 3.1 0 to 3.11). If you are54 upgrading from a BASE installation that is older (3.0-3. 9)53 release to the current release (eg. 3.11 to 3.12). If you are 54 upgrading from a BASE installation that is older (3.0-3.10) 55 55 you should also read <xref linkend="appendix.update_warnings" />. 56 56 </para> 57 57 58 <bridgehead> Free wells on bioplates</bridgehead>58 <bridgehead>BASE 3.12</bridgehead> 59 59 <para> 60 A bug that affected the free wells information on bioplates 61 has been fixed. Existing bioplates may have incorrect number of 62 free wells and can be fixed by running a special script. 63 64 After installing the BASE 3.11.1 update, change directory to 65 <filename class="directory"><base-dir>/bin/</filename> 66 and issue 67 <programlisting> 68 ./onetimefix.sh free_wells -u <root login> -p <root pwd> 69 </programlisting> 60 There are no special instructions for this update. 70 61 </para> 71 62 </important>
Note: See TracChangeset
for help on using the changeset viewer.