Next | Query returned 53 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2007-03-11 19:42:50 by Adam Ciarcinski | Files touched by this commit (18)
Log message:
Changes 5.0.37:

* Added the SHOW PROFILES and SHOW PROFILE statements to display statement
  profile data, and the accompanying INFORMATION_SCHEMA.PROFILING table.

* Added the Uptime_since_flush_status status variable, which indicates the
  number of seconds since the most recent FLUSH STATUS statement.

* Incompatible change in DATE_FORMAT().

* NDB Cluster: The LockPagesInMainMemory configuration parameter has changed
  its type and possible values.

* The bundled yaSSL library was upgraded to version 1.5.8.

* The --skip-thread-priority option now is enabled by default for binary Mac
  OS X distributions. Use of thread priorities degrades performance on Mac OS X.

* Added the --disable-grant-options option to configure.

* Bug fixes.
   2007-01-23 16:51:53 by Geert Hendrickx | Files touched by this commit (2)
Log message:
rc.d usage can be found in NetBSD and pkgsrc documentation and is not mysql
specific.
   2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412)
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
   2006-12-10 05:12:17 by Juan Romero Pardines | Files touched by this commit (4)
Log message:
Update to 5.0.27:

This is a bugfix release for the current production release family.

MySQL 5.0.26 introduced an ABI incompatibility, which this release
reverts. Programs compiled against 5.0.26 are not compatible with
any other version and must be recompiled.
   2006-10-14 20:41:34 by Juan Romero Pardines | Files touched by this commit (18)
Log message:
Update to the long awaited 5.0.26 release, codenamed "houston we have
a problem with vulnerabilities".

Please see the following URLs for changes:

http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html

Two patches were sent upstream, I hope to get them in the next version.
   2006-09-02 14:32:12 by Juan Romero Pardines | Files touched by this commit (3)
Log message:
Update mysql5-* to 5.0.24a.

This is a bugfix release for the current production release family.
It replaces MySQL 5.0.24.

Changes from 5.0.24 to 5.0.24a:

MySQL 5.0.24 introduced an ABI incompatibility, which this release reverts.
Programs compiled against 5.0.24 are not compatible with any other version
and must be recompiled.

Closing of temporary tables failed if binary logging was not enabled.

For statements that have a DEFINER clause such as CREATE TRIGGER or
CREATE VIEW, long usernames or hostnames could cause a buffer overflow.

Pathname separator and device characters were not correctly parameterized
for NetWare, causing mysqld startup errors.

mysqld could crash when closing temporary tables.
   2006-08-06 18:30:40 by Matthias Scheler | Files touched by this commit (11)
Log message:
Update  "mysql5-client" and "mysql5-server" packages to \ 
version 5.0.24.
Changes since version 5.0.22:
- Security fix: If a user has access to MyISAM table t, that user can
  create a MERGE table m that accesses t. However, if the user's
  privileges on t are subsequently revoked, the user can continue to
  access t by doing so through m. If this behavior is undesirable, you
  can start the server with the new --skip-merge option to disable the
  MERGE storage engine. (Bug#15195)
- In the INFORMATION_SCHEMA.ROUTINES table the ROUTINE_DEFINITION
  column now is defined as NULL rather than NOT NULL. Also, NULL rather
  than the empty string is returned as the column value if the user does
  not have sufficient privileges to see the routine
  definition. (Bug#20230)
- Several other bug fixes
   2006-07-12 13:56:05 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed the path to the Perl interpreter in one file. Bumped PKGREVISION.
   2006-07-10 22:16:53 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Solaris fixes:

  - Pass appropriate flags to SunPro compiler to work with Solaris 9 and below
    for threading model used.

  - Pass one directory at a time to `install -d'.
   2006-06-03 17:29:13 by Matthias Scheler | Files touched by this commit (3)
Log message:
Update "mysql5-client" and "mysql5-server" packages to \ 
version 5.0.22.
This upgrade fixes the SQL injection vulnerability reported in SA20365.

Next | Query returned 53 messages, browsing 31 to 40 | Previous