Next | Query returned 77 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2006-10-15 10:58:15 by Lubomir Sedlacik | Files touched by this commit (1)
Log message:
missing rcsid. (hi xtraeme!)
   2006-10-14 20:46:51 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
regen with right checksums.
   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-10-08 15:30:59 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed "test ==".
   2006-09-02 14:36:04 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
Bump BUILDLINK_ABI_DEPENDS to 5.0.24a to make sure all dependent
packages are linked to this 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-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-06-06 23:18:55 by John Klos | Files touched by this commit (1)
Log message:
Added Darwin to the list of OSes which shouldn't try to build MySQL using
i386 assembler.

Next | Query returned 77 messages, browsing 51 to 60 | Previous