e210861
The files in this directory are bugfix replacements for files in
206681a
the EMBOSS-6.3.1 distribution. Just drop the replacement files in
e210861
the location shown and redo the 'make install.'
e210861
206681a
Fix 1. EMBOSS-6.3.1/configure
206681a
       EMBOSS-6.3.1/m4/mysql.m4
e210861
206681a
21 Jul 2010: Addresses a problem whereby, in some circumstances, inclusion of
206681a
             hpdf support prevented inclusion of MySQL support.
5466a51
             Using the mysql.m4 from this patch may cause a libtool
5466a51
             error during compilation if you have a version of libtool
5466a51
             greater than 2.2.6b on your system. If this happens type
5466a51
             "autoreconf -fi" after adding the file. Note that you
5466a51
             do not need to use the mysql.m4 file and it is probably
5466a51
             safer not to; just use the configure file.
5466a51
5466a51
Fix 2. EMBOSS-6.3.1/configure
5466a51
5466a51
6 Aug 2010: This is exactly the same as Fix 1 above, but the associated
5466a51
            file in the patches directory does not contain the
5466a51
            mysql.m4 file - it is unnecessary for the operation of the
5466a51
            EMBOSS distribution. Using this patch will not cause the
5466a51
            libtool problem described above.
5466a51
5466a51
5466a51
Fix 3. EMBOSS-6.3.1/ajax/graphics/ajgraph.c
5466a51
5466a51
9 Aug 2010: Fix potential crash using -debug
5466a51
5466a51
5466a51
Fix 4. EMBOSS-6.3.1/ajax/ensembl/ensregistry.c
5466a51
       EMBOSS-6.3.1/ajax/ajaxdb/ajseqdb.c.c
5466a51
5466a51
9 Aug 2010: Allow two Ensembl sequences to be loaded without re-registering.
5466a51
            Fix Ensembl Genomes registration.
5466a51
            Fix Ensembl Genomes identifiers for species without stable
5466a51
            identifiers. If the identifier does not obey a stable identifier
5466a51
            pattern, it is matched against Exons, Transcripts and
5466a51
            Translations in exactly that order.