Changelog for
MySQL-shared-4.1.1-1.i686.rpm :
Fri Nov 21 11:00:00 2003 Lenz Grimmer
- removed dependency on MySQL-client from the MySQL-devel subpackage
as it is not really required. (BUG 1610)
Fri Aug 29 12:00:00 2003 Lenz Grimmer
- Fixed BUG 1162 (removed macro names from the changelog)
- Really fixed BUG 998 (disable the checking for installed but
unpackaged files)
Tue Aug 5 12:00:00 2003 Lenz Grimmer
- Fixed BUG 959 (libmysqld not being compiled properly)
- Fixed BUG 998 (RPM build errors): added missing files to the
distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
mysql_fix_privilege_tables.1), removed \"-n\" from install section.
Wed Jul 9 12:00:00 2003 Lenz Grimmer
- removed the GIF Icon (file was not included in the sources anyway)
- removed unused variable shared_lib_version
- do not run automake before building the standard binary
(should not be necessary)
- add server suffix \'-standard\' to standard binary (to be in line
with the binary tarball distributions)
- Use more RPM macros (_exec_prefix, _sbindir, _libdir, _sysconfdir,
_datadir, _includedir) throughout the spec file.
- allow overriding CC and CXX (required when building with other compilers)
Fri May 16 12:00:00 2003 Lenz Grimmer
- re-enabled RAID again
Wed Apr 30 12:00:00 2003 Lenz Grimmer
- disabled MyISAM RAID (--with-raid) - it throws an assertion which
needs to be investigated first.
Mon Mar 10 11:00:00 2003 Lenz Grimmer
- added missing file mysql_secure_installation to server subpackage
(BUG 141)
Tue Feb 11 11:00:00 2003 Lenz Grimmer
- re-added missing pre- and post(un)install scripts to server subpackage
- added config file /etc/my.cnf to the file list (just for completeness)
- make sure to create the datadir with 755 permissions
Mon Jan 27 11:00:00 2003 Lenz Grimmer
- removed unused CC and CXX variables
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
Fri Jan 24 11:00:00 2003 Lenz Grimmer
- renamed package \"MySQL\" to \"MySQL-server\"
- fixed Copyright tag
- added mysql_waitpid to client subpackage (required for mysql-test-run)
Wed Nov 27 11:00:00 2002 Lenz Grimmer
- moved init script from /etc/rc.d/init.d to /etc/init.d (the majority of
Linux distributions now support this scheme as proposed by the LSB either
directly or via a compatibility symlink)
- Use new \"restart\" init script action instead of starting and stopping
separately
- Be more flexible in activating the automatic bootup - use insserv (on
older SuSE versions) or chkconfig (Red Hat, newer SuSE versions and
others) to create the respective symlinks
Wed Sep 25 12:00:00 2002 Lenz Grimmer
- MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches
(mixing 3.23 and 4.0 packages)
Fri Aug 9 12:00:00 2002 Lenz Grimmer
- Turn off OpenSSL in MySQL-Max for now until it works properly again
- enable RAID for the Max binary instead
- added compatibility link: safe_mysqld -> mysqld_safe to ease the
transition from 3.23
Thu Jul 18 12:00:00 2002 Lenz Grimmer
- Reworked the build steps a little bit: the Max binary is supposed
to include OpenSSL, which cannot be linked statically, thus trying
to statically link against a special glibc is futile anyway
- because of this, it is not required to make yet another build run
just to compile the shared libs (saves a lot of time)
- updated package description of the Max subpackage
- clean up the BuildRoot directory afterwards
Mon Jul 15 12:00:00 2002 Lenz Grimmer
- Updated Packager information
- Fixed the build options: the regular package is supposed to
include InnoDB and linked statically, while the Max package
should include BDB and SSL support
Fri May 3 12:00:00 2002 Lenz Grimmer
- Use more RPM macros (e.g. infodir, mandir) to make the spec
file more portable
- reorganized the installation of documentation files: let RPM
take care of this
- reorganized the file list: actually install man pages along
with the binaries of the respective subpackage
- do not include libmysqld.a in the devel subpackage as well, if we
have a special \"embedded\" subpackage
- reworked the package descriptions
Mon Oct 8 12:00:00 2001 Monty
- Added embedded server as a separate RPM
Fri Apr 13 12:00:00 2001 Monty
- Added mysqld-max to the distribution
Tue Jan 2 11:00:00 2001 Monty
- Added mysql-test to the bench package
Fri Aug 18 12:00:00 2000 Tim Smith
- Added separate libmysql_r directory; now both a threaded
and non-threaded library is shipped.
Tue Sep 28 12:00:00 1999 David Axmark
- Added the support-files/my-example.cnf to the docs directory.
- Removed devel dependency on base since it is about client
development.
Wed Sep 8 12:00:00 1999 David Axmark
- Cleaned up some for 3.23.
Thu Jul 1 12:00:00 1999 David Axmark
- Added support for shared libraries in a separate sub
package. Original fix by David Fox (dsfoxAATTcogsci.ucsd.edu)
- The --enable-assembler switch is now automatically disables on
platforms there assembler code is unavailable. This should allow
building this RPM on non i386 systems.
Mon Feb 22 11:00:00 1999 David Axmark
- Removed unportable cc switches from the spec file. The defaults can
now be overridden with environment variables. This feature is used
to compile the official RPM with optimal (but compiler version
specific) switches.
- Removed the repetitive description parts for the sub rpms. Maybe add
again if RPM gets a multiline macro capability.
- Added support for a pt_BR translation. Translation contributed by
Jorge Godoy .
Wed Nov 4 11:00:00 1998 David Axmark
- A lot of changes in all the rpm and install scripts. This may even
be a working RPM :-)
Sun Aug 16 12:00:00 1998 David Axmark
- A developers changelog for MySQL is available in the source RPM. And
there is a history of major user visible changed in the Reference
Manual. Only RPM specific changes will be documented here.