File: Changelog

package info (click to toggle)
rabbitmq-server 3.3.5-1.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 12,004 kB
  • sloc: erlang: 78,203; python: 3,187; xml: 2,843; makefile: 903; sh: 831; java: 660; perl: 64; ruby: 63
file content (30 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.3.4
=====

 * #41 - fix a traceback when websocket is too slow or too
   busy to prompty process incoming and outgoing data
 * #37 - make porting to new cowboy a tiny bit easier
   (allow 'method' to be a binary)


0.3.3
=====

 * sockjs/sockjs-protocol#56 Fix for iOS 6 caching POSTs


0.3.0
=====

 * Fixed {odd_info, heartbeat_triggered} exception (Isaev Ivan)
 * Changes to pass sockjs-protocol-0.3
 * Fixed sockname badmatch (Egobrain)
 * Updated README
 * Introduced parametrized module API (to get multiplexer working).
 * Introduced Multiplexer example.
 * Fixed invalid catch in sockjs_json:decode (Isaev Ivan)
 * Bumped Cowboy version.
 * Specs were moved around to make R13 happy
 * Dropped milsultin support.