File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 94940.11 07/02/2017
9595* Implement Heartbeat (#191)
9696* Fix handling of JSON data (#182)
97+
98+ 0.12 04/04/2017
99+ * Clear table_map if RotateEvent has timestamp of 0 (#197)
100+ * Add support for ignored_tables and ignored_schema (#201)
101+ * failed to get table information (#199)
Original file line number Diff line number Diff line change @@ -312,14 +312,16 @@ Other contributors:
312312* Giovanni F. MySQL 5.7 support https://github.com/26fe
313313* Igor Mastak intvar event https://github.com/mastak
314314* Xie Zhenye fix missing update _ next_seq_no https://github.com/xiezhenye
315- * Abrar Sheikh: Time as mysql.timedelta https://github.com/abrarsheikh
315+ * Abrar Sheikh: Multiple contributions https://github.com/abrarsheikh
316316* Keegan Parker: secondary database for reference schema https://github.com/kdparker
317+ * Troy J. Farrell Clear table_map if RotateEvent has timestamp of 0 https://github.com/troyjfarrell
318+ * Zhanwei Wang Fail to get table informations https://github.com/wangzw
317319
318320Thanks to GetResponse for their support
319321
320322Licence
321323=======
322- Copyright 2012-2016 Julien Duponchelle
324+ Copyright 2012-2017 Julien Duponchelle
323325
324326Licensed under the Apache License, Version 2.0 (the "License");
325327you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.11 '
51+ version = '0.12 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.11 '
53+ release = '0.12 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
3434 unittest .main (tests , argv = sys .argv [:1 ])
3535
3636
37- version = "0.11 "
37+ version = "0.12 "
3838
3939setup (
4040 name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments