posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [ANN] posix_mq 2.4.0 - POSIX Message Queues for Ruby
@ 2017-03-20 19:52 Eric Wong
  2018-01-31  0:05 ` [ANN] posix_mq 2.4.1 " Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2017-03-20 19:52 UTC (permalink / raw)
  To: ruby-talk, ruby-posix-mq

POSIX message queues allow local processes to exchange data in the form
of messages.  This API is distinct from that provided by System V
message queues, but provides similar functionality.

* https://bogomips.org/ruby_posix_mq/
* ruby-posix-mq@bogomips.org
* git clone git://bogomips.org/ruby_posix_mq.git
* Atom feed: https://bogomips.org/ruby_posix_mq/NEWS.atom.xml
* Mail archives: https://bogomips.org/ruby-posix-mq/
  nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq
* gem install -v 2.4.0 posix_mq

Changes:

    Ruby posix_mq 2.4.0
    
    Most notably there are some FreeBSD fixes.  There are also
    some minor internal cleanups and doc updates.
    
    7 changes since 2.3.0 (2016-02-02):
    
          doc: remove private email address
          doc: update bogomips.org URLs to HTTPS
          set correct condition for setting id_autoclose
          test_posix_mq: get tests passing under FreeBSD 10.3
          TypedData C-API conversion
          freeze internal objects
          build: remove build-time olddoc dependency

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ANN] posix_mq 2.4.1 - POSIX Message Queues for Ruby
  2017-03-20 19:52 [ANN] posix_mq 2.4.0 - POSIX Message Queues for Ruby Eric Wong
@ 2018-01-31  0:05 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2018-01-31  0:05 UTC (permalink / raw)
  To: ruby-talk, ruby-posix-mq

POSIX message queues allow local processes to exchange data in the form
of messages.  This API is distinct from that provided by System V
message queues, but provides similar functionality.

* https://bogomips.org/ruby_posix_mq/
* ruby-posix-mq@bogomips.org
* git clone git://bogomips.org/ruby_posix_mq.git
* Atom feed: https://bogomips.org/ruby_posix_mq/NEWS.atom.xml
* Mail archives: https://bogomips.org/ruby-posix-mq/
  nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq
* gem install -v 2.4.1 posix_mq

Changes:

    Ruby posix_mq 2.4.1

    This release fixes a problem affecting users of newer clang (5.x+)
    and Ruby 2.5.0:  https://bugs.ruby-lang.org/issues/14425
    There is no need to upgrade if using gcc or Ruby <= 2.4.

    * drop extra args to rb_funcall

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-31  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 19:52 [ANN] posix_mq 2.4.0 - POSIX Message Queues for Ruby Eric Wong
2018-01-31  0:05 ` [ANN] posix_mq 2.4.1 " Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_posix_mq.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).