Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
wahern committed Mar 17, 2016
1 parent 7595820 commit b370593
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
liblua-cqueues (20160316-0) unstable; urgency=low

* Allow yielding through cqueues:step. (daurnimator)
* Use SSLv23_server_method instead of SSLv3_server_method when guessing
the TLS handshake mode--server or client--as many OpenSSL forks have
deprecated or removed SSLv3-specific APIs. (daurnimator)
* Support SO_BROADCAST. (daurnimator)
* Fix v6only flag. (daurnimator)

-- William Ahern <william@25thandClement.com> Wed, 16 Mar 2016 18:34:51 -0700

liblua-cqueues (20150907-0) unstable; urgency=low

* Fix bugs with getsockname and getpeername--AF_UNIX sockaddr length
Expand Down
2 changes: 1 addition & 1 deletion src/cqueues.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#endif

#ifndef CQUEUES_VERSION
#define CQUEUES_VERSION 20150907L
#define CQUEUES_VERSION 20160316L
#endif


Expand Down

2 comments on commit b370593

@daurnimator
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

luarock uploaded.

@daurnimator
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

care to do an [ANN] on the lua list (+ wherever else? twitter, reddit.com/r/lua, etc)

Please sign in to comment.