-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCHANGES.txt
48 lines (38 loc) · 1.31 KB
/
CHANGES.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
pyactivemq Changelog
====================
This file contains information about the changes between the different
versions of pyactivemq.
0.2.0 (unreleased)
------------------
- Major update for ActiveMQ-CPP 3.0
0.1.0 (2008-10-05)
------------------
- Added docstrings (Issue 15)
- Updated build to work with Boost 1.35 (Issue 18)
- Now providing version number (Issue 19)
- Added setuptools configuration (Issue 20)
- Build everything on Windows with Visual Studio 2008
0.0.3 (2007-09-23)
------------------
- Converted tests to use the unittest module
- Fixed a few ByteMessage issues
- Added DeliveryMode constants
- Fixed bugs in TemporaryQueue and TemporaryTopic wrappers
- All Destinations now have a name property that corresponds to
getTopicName or getQueueName.
- Added examples
- Now using Boost 1.34 and Python 2.5
- Added stress test
- Unsupported Stomp operations now throw a useful exception
- Include C++ stack trace when translating exception
- Fixed Linux/Boost 1.33.1 compilation
0.0.2 (2007-05-24)
------------------
- Updates for AMQCPP 2.0
- Now linking statically against Boost.Python
0.0.1 (2007-02-04)
------------------
- Initial Boost.Python wrapper for ActiveMQ
- Added distutils setup
- Enable compilation with GCC 4.1.1
- Added VS .NET 2003 build to create Windows binary installer