Skip to content

Commit 775fdf1

Browse files
committed
Merge branch 'mysql-5.6' into mysql-5.7
2 parents 1119ed5 + 13591d9 commit 775fdf1

File tree

2 files changed

+13
-32
lines changed

2 files changed

+13
-32
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ ELSE()
3737
SET (DEB_CONTROL_SERVER_CONFLICT_NDB "mysql-cluster-community-server, mysql-cluster-commercial-server")
3838
SET (DEB_CONTROL_CLIENT_CONFLICT_NDB "mysql-cluster-community-client, mysql-cluster-commercial-client")
3939
ENDIF()
40+
# Timestamp for use in debian/changelog
41+
IF (NOT DEFINED DEB_CHANGELOG_TIMESTAMP)
42+
execute_process(
43+
COMMAND date --rfc-2822
44+
OUTPUT_VARIABLE DEB_CHANGELOG_TIMESTAMP
45+
OUTPUT_STRIP_TRAILING_WHITESPACE
46+
)
47+
SET (DEB_CHANGELOG_TIMESTAMP ${DEB_CHANGELOG_TIMESTAMP} CACHE STRING "")
48+
ENDIF()
4049
# Commercial or community
4150
IF (DEB_PRODUCT STREQUAL "commercial")
4251
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL Commercial Server ${MYSQL_BASE_VERSION}")

packaging/deb-in/changelog.in

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,9 @@
11
mysql-@DEB_PRODUCTNAME@ (@DEB_SERVERVERSION@@DEB_PLATFORMRELEASE@) @DEB_CODENAME@; urgency=low
22

3-
[ Akhil Mohan ]
4-
* new upstream release
5-
* Added new libtest_* plugins to source/include-binaries, mysql-*-test.install
6-
* added new plugin to source/include-binaries, mysql-*-test.install
7-
libtest_framework
8-
libtest_services
9-
libtest_services_threaded
10-
locking_service
11-
test_security_context
12-
version_token
13-
* added support for MECAB in
14-
d/{control,rules,mysql-*-server.install,source/include-binaries}
15-
(Closes: #20315007)
16-
* added automatic setup of ssl certs in
17-
d/mysql-*-server.mysql.init
18-
d/extra/mysql-systemd-start
19-
(Closes: #20650118)
20-
* removed pkg mysql-*-bench; sqlbench will not be packaged
21-
(Closes: #21303289)
22-
* removed cleanup statement for client lib symlinks *_r in d/rules
23-
(Closes: #21311067)
24-
25-
[ Balasubramanian Kandasamy ]
26-
* Added mysqlpump man page to d/mysql-*-client.install
27-
* Added new decompression utilities lz4_decompress and zlib_decompress
28-
binaries.
29-
* Added mysqlx plugin
30-
31-
[ Lars Tangvald ]
32-
* Added keyring directory and plugin
33-
34-
-- Balasubramanian Kandasamy <[email protected]> Wed, 26 Aug 2015 15:20:12 +0530
3+
* New Release. For release notes, please refer to
4+
https://dev.mysql.com/doc/relnotes/mysql/@MYSQL_BASE_VERSION@/en/news-@MAJOR_VERSION@-@MINOR_VERSION@-@[email protected]
5+
6+
-- MySQL Release Engineering <[email protected]> @DEB_CHANGELOG_TIMESTAMP@
357

368
mysql-@DEB_PRODUCTNAME@ (5.7.7-rc-3ubuntu15.04) vivid; urgency=low
379

0 commit comments

Comments
 (0)