Repository: incubator-wave Updated Branches: refs/heads/0.4.0-RC7 [created] 5d20b9742
Updates version and CHANGES for new RC. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/5d20b974 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/5d20b974 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/5d20b974 Branch: refs/heads/0.4.0-RC7 Commit: 5d20b9742a9cc50fa3db3f7e9f9dd4dcc31ce10c Parents: 33bca8f Author: Yuri Zelikov <[email protected]> Authored: Tue Mar 31 23:46:22 2015 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Tue Mar 31 23:46:22 2015 +0300 ---------------------------------------------------------------------- CHANGES | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++- build.properties | 2 +- 2 files changed, 59 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/5d20b974/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index cf47949..ccc177e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Summary since 0.4.0-RC6 +====================== +- Bug Fixes. + Summary since 0.4.0-RC5 ====================== - Added option to use Solr as a search provider - this enables filtering waves by keywords. @@ -5,7 +9,7 @@ Summary since 0.4.0-RC5 Summary since 0.4.0-RC4 ===================== -- Added MongoDB based deltas store and migration tool for deltas migration from file to mongob based store. +- Added MongoDB based deltas store and migration tool for deltas migration from file to mongob based store. - Added client/server profiling. - Added Atmosphere framework as replacement of Socket.IO. - Added alternative - Gmail style initials avatars. @@ -24,6 +28,59 @@ Summary since 0.4.0-RC3 been removed to give the codebase a nice clean feel. - Many changes to the code licensing have been made, and all third-party dependencies are now downloaded. +commit 33bca8fba301af053cbd5122d9925c264f825773 +Author: vjrj <[email protected]> +Date: Sat Mar 14 19:25:17 2015 +0100 + + updated to solr 4.9.1 (4.9.0 is not available) + +commit da1bdbe3d5c88aa37a2d4027c9df4899ab768f69 +Author: Vicente J. Ruiz Jurado <[email protected]> +Date: Sat Dec 13 19:01:27 2014 +0100 + + Fix superdev classpath issue with jetty and Profiling inherits + +commit f698cd9a1f783a3d6f30017aa9646d5f80a7c3dc +Author: Denis Konovalchik <[email protected]> +Date: Fri Sep 12 19:12:19 2014 +0600 + + Text marked as deleted keeps the style properties of the source text. + +commit 74a91efe2c2c0878bc9eb786d85058788c473233 +Author: Andrew Kaplanov <[email protected]> +Date: Wed Sep 10 23:30:23 2014 +0600 + + Fixed checking the running condition of statistic dialog. + +commit d886dad25843f3bbecdb09c8b8cc9650bd1df60e +Author: Yuri Zelikov <[email protected]> +Date: Sat Aug 30 10:54:31 2014 +0300 + + Adds enable_profiling flag to the config template with default value as enabled. + +commit 4f986cd9eaeef3f2aa6eab256ed6f6c79e5bf859 +Author: Yuri Zelikov <[email protected]> +Date: Fri Aug 29 14:53:48 2014 +0300 + + Changes version on master to 0.4.0. + +commit f16464aa52ca07bfd51002737beb3bfb8fb1aa87 +Author: Yuri Zelikov <[email protected]> +Date: Thu Aug 28 23:14:39 2014 +0300 + + Formats the version number according to Sematic versioning. + +commit b9128c4676ecc7d927ff80c3806133410dd77712 +Author: Yuri Zelikov <[email protected]> +Date: Thu Aug 28 22:30:10 2014 +0300 + + Updates my GPG key. + +commit 95166fe49c12bad6b9919a72fb821cb01ac30e86 +Author: Yuri Zelikov <[email protected]> +Date: Thu Aug 28 21:21:05 2014 +0300 + + Updates CHANGES for RC6. commit 7d017eefca414d91d9aff987bd1dbff95aed3a9e Author: Yuri Zelikov <[email protected]> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/5d20b974/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 7f98247..005a43b 100644 --- a/build.properties +++ b/build.properties @@ -16,7 +16,7 @@ # under the License. # Current versions -waveinabox.version=0.4.0 +waveinabox.version=0.4.0-alpha # Names name=wave-in-a-box
