From: Joerg Bruehe Date: July 17 2012 3:44pm Subject: bzr push into mysql-trunk branch (joerg.bruehe:3916 to 3917) List-Archive: http://lists.mysql.com/commits/144459 Message-Id: <20120717154414.7729.98864.3917@trift-6core.fambruehe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3917 Joerg Bruehe 2012-07-17 Add the man page for the "mysql_config_editor" to the RPM spec file. modified: support-files/mysql.spec.sh 3916 Iggy Galarza 2012-07-16 Bug 14333093 - MYSQL 5.6 - WINDOWS INSTALLER DOES PROPERLY INSTALL DEFAULT DATABASE FILES - Ensure that the User Configuration data directory WiX resource is produced before duplicate features are removed by CMake added: packaging/WiX/mysql_server_extra.wxs.in modified: packaging/WiX/CMakeLists.txt packaging/WiX/mysql_server.wxs.in === modified file 'support-files/mysql.spec.sh' --- a/support-files/mysql.spec.sh 2012-06-08 14:32:09 +0000 +++ b/support-files/mysql.spec.sh 2012-07-17 15:43:47 +0000 @@ -1063,6 +1063,7 @@ echo "=====" %doc %attr(644, root, man) %{_mandir}/man1/mysqlimport.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqlshow.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqlslap.1* +%doc %attr(644, root, man) %{_mandir}/man1/mysql_config_editor.1* # ---------------------------------------------------------------------------- %files -n MySQL-devel%{product_suffix} -f optional-files-devel @@ -1116,6 +1117,10 @@ echo "=====" # merging BK trees) ############################################################################## %changelog +* Mon Jul 16 2012 Joerg Bruehe + +- Add the man page for the "mysql_config_editor". + * Wed Feb 29 2012 Brajmohan Saxena - Removal all traces of the readline library from mysql (BUG 13738013) No bundle (reason: useless for push emails).