diff --git a/Documentation/Release-Notes/MaxScale-1.1-Release-Notes.md b/Documentation/Release-Notes/MaxScale-1.1-Release-Notes.md
index 824f10005..f542e1b45 100644
--- a/Documentation/Release-Notes/MaxScale-1.1-Release-Notes.md
+++ b/Documentation/Release-Notes/MaxScale-1.1-Release-Notes.md
@@ -78,43 +78,18 @@ A number of bug fixes have been applied between the 1.0.5 GA and this RC release
716 |
$this->getReadConnection()->query('SET @id = 0;'); |
-
- 714 |
- Error log flooded when too many connect errors causes the MaxScale host to be blocked |
-
-
- 711 |
- Some MySQL Workbench Management actions hang with R/W split router |
-
-
- 710 |
- 'make package' installs files to /etc/init.d |
-
709 |
"COPYRIGHT LICENSE README SETUP" files go to /usr/local/skysql/maxscale/ after 'make package' |
-
-
- 705 |
- Authentication fails when the user connects to a database when the SQL mode includes ANSI_QUOTES |
-
704 |
"make testall" returns success status (exit code 0) even on failures |
-
- 701 |
- set server maint fails when called from command line |
-
698 |
Using invalid parameter in many maxadmin commands causes MaxScale to fail |
-
- 694 |
- RWSplit: SELECT @a:=@a+1 as a, test.b FROM test breaks client session |
-
693 |
Freeing tee filter's orphaned sessions causes a segfault when embedded server closes |
@@ -123,22 +98,10 @@ A number of bug fixes have been applied between the 1.0.5 GA and this RC release
690 |
CPU/architecture is hardcoded into debian/rules |
-
- 689 |
- "cmake -DCMAKE_INSTALL_PREFIX" has no effect ... |
-
686 |
TestService fails because of the modules used in it aren't meant for actual use |
-
- 685 |
- SELECT against ReadConn fails if a lot of data returned and TEE in use |
-
-
- 684 |
- Use mysql_config to determine include/lib directory paths and compiler options |
-
677 |
Race condition in tee filter clientReply |
@@ -187,14 +150,6 @@ A number of bug fixes have been applied between the 1.0.5 GA and this RC release
579 |
serviceStartProtocol test crashes |
-
- 519 |
- LOAD DATA LOCAL INFILE not handled? |
-
-
- 507 |
- rw-split router does not send last_insert_id() to master |
-
506 |
Don't write to shm/tmpfs by default without telling and without a way to override it |