Commit Graph

73 Commits

Author SHA1 Message Date
0cb8b498d1 Added text versions of latest release notes and changelog. 2015-03-23 13:16:46 +02:00
8dd886e3cb Updated version number to 1.0.0 2015-03-23 12:05:02 +02:00
9e7afeb302 Merge branch 'develop' into MAX-324
Conflicts:
	macros.cmake
	server/core/config.c
	server/core/service.c
	server/modules/routing/CMakeLists.txt
2015-02-24 06:26:55 +02:00
5477cdf5eb Renamed the dbshard module to schemarouter. 2015-02-24 05:49:38 +02:00
ce7537505a Changed the RabbitMQ to be disabled by default. 2015-02-23 19:37:12 +02:00
326f0e2e1f Disabled RabbitMQ components. 2015-02-20 11:01:49 +02:00
ea55572ab8 Merge branch 'develop' into MAX-324 2015-02-20 04:45:48 +02:00
8b8512890d Added stats to mqfilter and moved the actual sending of the messages to a separate housekeeper task. 2015-02-18 15:20:40 +02:00
e8f03c7e8d Enabled the binlogrouter in the defaul build. 2015-02-17 12:17:14 +02:00
a2bff1dcea Merge branch 'develop' into MAX-324 2015-02-16 14:58:35 +02:00
bd10215a84 Added Make targets for PDF and HTML generation. 2015-02-09 19:52:11 +02:00
8f95765b79 set 1.0.6 unstable version 2015-02-08 20:05:54 +02:00
b6bcb55c7d set 1.0.5-GA stable version 2015-02-08 12:26:48 +02:00
86bed0541c Merge branch 'develop' into MAX-324 2015-02-04 13:01:43 +02:00
a5cb8a23b2 Fixed MYSQL_DIR not being included in the CMAKE_INCLUDE_PATH. 2015-02-04 12:59:27 +02:00
1348947faa Merge branch 'develop' into MAX-324 2015-01-30 20:58:57 +02:00
5d6b805d6e Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
2015-01-30 15:45:33 +02:00
db1ea422a0 Merge branch 'develop' into MAX-324
Conflicts:
	server/core/modutil.c
2015-01-20 04:25:40 +02:00
e79ea8bc3e Removed INSTALL_DIR due to bug 689 being fixed and updated README to use 'cmake -LH' instead of listing the variables. 2015-01-18 05:29:37 +02:00
3af1e895c7 Updated SETUP contents, fixed CMAKE_INSTALL_PREFIX not affecting the install destination and added a WITHOUT_MAXADMIN flag. 2015-01-18 05:20:05 +02:00
8877d00695 Updated README 2015-01-17 18:10:23 +02:00
ba84370b36 fix type in macros.cmake 2015-01-16 18:12:08 +02:00
9177b6bcd3 Merge branch 'develop' into MAX-324
Conflicts:
	query_classifier/query_classifier.h
2015-01-13 06:34:22 +02:00
8572a08cab Merge branch 'master' into develop 2015-01-09 11:23:03 +02:00
39c2c818e0 set version to 1.0.5-unstable 2015-01-09 10:51:22 +02:00
8ce9cd1cbd Fix to wrong version string being used in the macros.cmake . 2015-01-09 05:10:05 +02:00
c8fbe71527 change version number to 1.0.4-stable 2015-01-08 17:51:08 +02:00
fed828eb29 Merge branch 'release-1.0GA' into MAX-324
Conflicts:
	server/MaxScale_template.cnf
	server/core/service.c
2015-01-06 04:45:30 +02:00
f3c62f4846 set version to 1.0.3 2015-01-06 01:22:23 +02:00
63006f686d Fixed rwsplit hint tests writing to source tree instead of the build tree. 2014-12-20 16:15:13 +02:00
e6fca9b50d Added a simple test for dbshard router.
The test sets a session variable and queries a union of this variable and a value in each of the databases.
2014-12-17 14:06:34 +02:00
d607d3ec7c change capital -RC to lowcase -rc in the package name 2014-12-12 13:07:51 +02:00
89c9bb8ade change version from 'beta' to 'RC' 2014-12-11 22:22:52 +02:00
1b633cceb5 Added a platform check cmake file for future platform checking. 2014-11-26 09:09:08 +02:00
1b8cef4080 small change to cmake output 2014-11-21 14:20:51 +02:00
7dc0776346 Fixes to CMake and errmsg.sys file searching with custom file locations. 2014-11-21 14:15:14 +02:00
990de59241 Added find_package modules for MySQLClient and RabbitMQ and fixed an error in consumer.c 2014-11-19 15:16:10 +02:00
37fa9668a9 Added a check for MySQL client libraries for the connection tests and re-enabled the tests. 2014-11-10 09:06:23 +02:00
813529b476 Added a test for the time it takes to login through MaxScale with various routers. 2014-11-07 17:05:21 +02:00
6de751cd83 Fixed CMake configuration error with -DEMBEDDED_LIB=<path to folder> causing the library not being found. 2014-10-14 19:44:41 +03:00
2a0233aa30 Updated MaxScale version to 1.0.2 2014-10-14 13:49:33 +03:00
0fc47efec3 Added a debugging function that outputs debugging messages if DEBUG_OUTPUT=Y 2014-10-14 12:42:40 +03:00
7165f5d29b Added more checks for RabbitMQ library versions. 2014-10-10 17:14:49 +03:00
cd1bea82e8 Updated macros.cmake with different string matching parameters on searched libraries. 2014-10-10 14:46:11 +03:00
8cbfb90ce8 Fixed a missing 'else()' from macros.cmake and used unset instead of set when clearing variables. 2014-10-10 10:31:45 +03:00
3053775592 Tests aren't built as a default anymore. 2014-10-01 14:48:48 +03:00
af5eab238d fixed older CMake versions using PATH instead of DIRECTORY in get_filename_component() 2014-09-25 22:24:43 +03:00
086ad6c782 Updated the MaxScale version to 1.0.1-beta and added a numeric version MAXSCALE_VERSION_NUMERIC with the format 'major.minor.patch'. 2014-09-25 10:40:54 +03:00
d8d920bdb4 made the searching of MySQL headers look recursively for subdirectories 2014-09-24 18:58:23 +03:00
7d01fa1619 Reverting to an earlier version due to unforseen bugs in the new implementation 2014-09-24 17:12:55 +03:00