Skip to content

Commit

Permalink
Merge pull request #119 from abg/update_history_contributors
Browse files Browse the repository at this point in the history
Update HISTORY.rst, AUTHORS.rst for 2.1.1 release
  • Loading branch information
abg authored Feb 7, 2017
2 parents c11e36e + 0d40ef1 commit 95823e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Development Lead
Contributors
------------

None yet. Why not be the first?
* José Arthur Benetasso Villanova (azlev)
16 changes: 12 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
=======

2.1.1 (unreleased)
2.1.1 (2017-02-07)
------------------

New features
Expand All @@ -13,27 +13,35 @@ New features

Bugs fixed:

* frmdump now handles tokudb row_format from .frm files created by Percona Server
(issue #80)

* sandbox generated sandbox.sh script would previously wait for the
mysqld socket to appear as part of the "start" action, which was
problematic for Galera based binaries. sandbox.sh start now waits
for the pid-file to appear via the "sandbox.sh status" action.
(issue #88)

* frmdump failed to decode tables specified with utf8mb4, binary or other
less common encodings. (issues #97, #102)

* unpack command had a bug that failed on uncompressed input; similarly
affected the sandbox command when unpacking uncompressed archives via
the --data-source / -s option (issue #90)

* upgrade-mycnf now handles paths with spaces (issue #94)

* python-setuptools is now required for install (issue #95)

* Remove unicode_literals usage in cli to avoid noisy warnings from click
(Issue #96)

* contrib/ is now included in the source package (PR#98 from azlev)

* frmdump failed to decode tables specified with utf8mb4, binary or other
less common encodings. (issues #97, #102)

* starting a sandbox failed on recent versions of MySQL due to the mysqld_safe
ledir option now being prohibited in config files. (issue #103)


2.1.0 (2015-01-28)
------------------

Expand Down

0 comments on commit 95823e4

Please sign in to comment.