1 message in com.mysql.lists.internalsbk commit into 5.0 tree (kent:1.2008)
FromSent OnAttachments
ke...@mysql.com23 May 2006 11:43 
Subject:bk commit into 5.0 tree (kent:1.2008)
From:ke...@mysql.com (ke@mysql.com)
Date:05/23/2006 11:43:30 AM
List:com.mysql.lists.internals

Below is the list of changes that have just been committed into a local 5.0 repository of mysqldev. When mysqldev does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet 1.2008 06/05/23 20:43:48 ke@mysql.com +1 -0 configure.in: Changed version to 5.0.17c

configure.in 1.372 06/05/23 20:14:34 ke@mysql.com +1 -1 Changed version to 5.0.17c

# This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: kent # Host: production.mysql.com # Root: /data0/mysqldev/my/mysql-5.0.17c-release

--- 1.371/configure.in 2006-05-02 23:32:49 +02:00 +++ 1.372/configure.in 2006-05-23 20:14:34 +02:00 @@ -7,7 +7,7 @@ AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.0.17b) +AM_INIT_AUTOMAKE(mysql, 5.0.17c) AM_CONFIG_HEADER(config.h)

PROTOCOL_VERSION=10