Skip to content

Commit

Permalink
release version 0.2.0 rc2 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Apr 14, 2012
1 parent 8081eed commit 0add3ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

2012-04-14 Michael Truog <mjtruog [at] gmail (dot) com>

* CloudI version 0.2.0rc2 (beta) released
* Fix bug with erlang CloudI API forward operations
* Improve ruby erlang binary term format encoding, string concatenation

Expand Down
4 changes: 3 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ tests-job_api-install:
"$(DESTDIR)$(cloudi_prefix)/tests/job_api/"

tests-messaging-install: \
$(top_builddir)/tests/messaging/ebin/cloudi_job_messaging.beam \
$(top_builddir)/tests/messaging/ebin/cloudi_job_messaging_sequence1.beam \
$(top_builddir)/tests/messaging/ebin/cloudi_job_messaging_sequence2.beam \
$(top_builddir)/tests/messaging/ebin/cloudi_job_messaging_sequence3.beam \
$(top_builddir)/tests/messaging/jar/cloudi.jar \
$(top_builddir)/tests/messaging/jar/messaging.jar \
$(top_builddir)/tests/messaging/cxx_src/messaging
Expand Down
8 changes: 8 additions & 0 deletions src/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
April 14, 2012
Version 0.2.0 rc2 (beta) released.

* many bugfixes
* messaging test is now implemented in Erlang, C++, Ruby, Java, and Python
* added alternative function pointer parameters for C++ CloudI API usage
so that there is no need to create std::string objects

March 26, 2012
Version 0.2.0 rc1 (beta) released.

Expand Down

0 comments on commit 0add3ac

Please sign in to comment.