Below is the list of changes that have just been committed into a local
maria repository of guilhem. When guilhem 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@stripped, 2008-02-20 20:12:34+01:00, guilhem@stripped +1 -0
Working around tar's 99-char limit in file names
configure.in@stripped, 2008-02-20 20:12:32+01:00, guilhem@stripped +1 -1
this tree has version 5.1.23, release clone has version 5.1.23a-maria-alpha;
it mostly matters because it makes the file's name 1 byte shorter
and thus below tar's 99-chars limit...
diff -Nrup a/configure.in b/configure.in
--- a/configure.in 2008-02-12 13:47:21 +01:00
+++ b/configure.in 2008-02-20 20:12:32 +01:00
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
#
# When changing major version number please also check switch statement
# in mysqlbinlog::check_master_version().
-AM_INIT_AUTOMAKE(mysql, 5.1.23a-maria-alpha)
+AM_INIT_AUTOMAKE(mysql, 5.1.24-maria-alpha)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
| Thread |
|---|
| • bk commit into maria tree (guilhem:1.2603) | Guilhem Bichot | 20 Feb |