Changeset 9e69cae


Ignore:
Timestamp:
05/09/2005 07:24:05 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
822f073
Parents:
ff7ee9c3
Message:

Updated to MySQL-4.1.11.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4078 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rff7ee9c3 r9e69cae  
    1 <!ENTITY day          "08">
     1<!ENTITY day          "09">
    22<!ENTITY month        "05">
    33<!ENTITY year         "2005">
     
    257257<!-- Chapter 23 -->
    258258<!ENTITY db-version                   "4.3.27">
    259 <!ENTITY mysql-version                "4.1.10a">
     259<!ENTITY mysql-version                "4.1.11">
    260260<!ENTITY postgresql-version           "8.0.1">
    261261
  • introduction/welcome/changelog.xml

    rff7ee9c3 r9e69cae  
    2626
    2727    <listitem>
     28      <para>May 9th, 2005 [igor]: Updated to MySQL-4.1.11.</para>
     29    </listitem>
     30
     31    <listitem>
    2832      <para>May 8th, 2005 [randy]: Updated to Metacity-2.10.1; updated
    2933      XScreenSaver dependencies and build instructions.</para>
  • server/databases/mysql.xml

    rff7ee9c3 r9e69cae  
    77  <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
    88  <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
    9   <!ENTITY mysql-md5           "6a4a6a5b3d0a42a9a271b2b8867bde82">
    10   <!ENTITY mysql-size          "22.5 MB">
     9  <!ENTITY mysql-md5           "0b99001b07cad53f161ec629a6bb24ea">
     10  <!ENTITY mysql-size          "22 MB">
    1111  <!ENTITY mysql-buildsize     "207 MB">
    1212  <!ENTITY mysql-time          "3.83 SBU">
     
    8282    --without-debug --without-bench --without-readline &amp;&amp;
    8383make testdir=/usr/lib/mysql/mysql-test</command></userinput></screen>
     84
     85<para>To test the results, issue: <command>make test</command>.</para>
    8486
    8587<para>Now, as the root user:</para>
Note: See TracChangeset for help on using the changeset viewer.