K 10 svn:author V 6 ohauer K 8 svn:date V 27 2016-09-26T10:20:51.757928Z K 7 svn:log V 948 - update to 3.2-20160925 Changelog: ========== 20160925 Bugfix (introduced: Postfix 2.11): changed the default MySQL option_group value to "client" to enable the reading of "client" option group settings in the MySQL option file. Specify an empty option_group value to get backwards-compatible behavior. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Based on a fix by John Fawcett. Files: global/dict_mysql.c, proto/mysql_table. Incompatible changes with snapshot 20160925 =========================================== In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. END