summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog211
1 files changed, 211 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e34c369..3ac6d30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,216 @@
# Generated by Makefile. Do not edit.
+commit 53d1677c8b0f85e309c6a067b47c80dedcffb5aa
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Fri Oct 15 19:37:41 2010 +0200
+
+ Update NEWS for 2.0.10 release
+
+ Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
+
+ NEWS | 28 ++++++++++++++++++++++++++++
+ 1 files changed, 28 insertions(+), 0 deletions(-)
+
+commit 6e9520533395b19ed6f6a17de6f196aa5e93da9f
+Author: Taras Shpot <taras.shpot@eleks.com>
+Date: Fri Oct 15 17:45:02 2010 +0200
+
+ Fix memory leak under Windows
+
+ The comment about memory ownership in uuid_t::to_string
+ was misleading as on most platforms the buffer is a field
+ of the object;
+ The string allocated in UuidToString() wasn't properly freed
+ with RpcStringFree()
+
+ Signed-off-by: Taras Shpot <taras.shpot@eleks.com>
+
+ AUTHORS | 1 +
+ src/uuid.cpp | 2 ++
+ src/uuid.hpp | 2 +-
+ 3 files changed, 4 insertions(+), 1 deletions(-)
+
+commit 5b44025602b6af952fc434a6e7bf8dff65a00be6
+Author: Martin Lucina <mato@kotelna.sk>
+Date: Fri Oct 15 17:27:10 2010 +0200
+
+ maint: Upgrade OpenPGM to 2.1.28~dfsg
+
+ Upgrade OpenPGM to version 2.1.28 for ZeroMQ 2.0.x. Now we also use the
+ DFSG-compliant upstream release tarball.
+
+ Signed-off-by: Martin Lucina <mato@kotelna.sk>
+
+ configure.in | 2 +-
+ foreign/openpgm/libpgm-2-1-28~dfsg.tar.gz | Bin 0 -> 340501 bytes
+ foreign/openpgm/libpgm-2.1.26.tar.gz | Bin 413863 -> 0 bytes
+ 3 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 3cf01bf56e66657da795e43f09fa2499b2381dc9
+Author: Martin Lucina <mato@kotelna.sk>
+Date: Fri Oct 15 15:30:10 2010 +0200
+
+ Makefile.am: Add missing files to distribution, improve maintainer-clean
+
+ Add missing files needed for regenerating configure to the distribution;
+ add MAINTAINERS; improve maintainer-clean to produce a really clean tree.
+
+ Signed-off-by: Martin Lucina <mato@kotelna.sk>
+
+ Makefile.am | 18 +++++++++++++-----
+ 1 files changed, 13 insertions(+), 5 deletions(-)
+
+commit 3b3df731e60d604794538d0b9f6cb5b802a8745d
+Author: Martin Lucina <mato@kotelna.sk>
+Date: Fri Oct 15 15:05:54 2010 +0200
+
+ configure.in: Extract API version from zmq.h
+
+ * Added a version.sh and relevant changes to configure.in to extract the API
+ version from zmq.h at the time autogen.sh is run.
+ * Moved the version macros to be next to zmq_version in zmq.h and improved
+ the comments.
+ * Modified ZMQ_MAKE_VERSION to use (x) instead of plain x when expanding
+ macro parameters.
+
+ Signed-off-by: Martin Lucina <mato@kotelna.sk>
+
+ Makefile.am | 1 +
+ configure.in | 8 +++++---
+ include/zmq.h | 21 +++++++++++----------
+ version.sh | 21 +++++++++++++++++++++
+ 4 files changed, 38 insertions(+), 13 deletions(-)
+
+commit 26d7669464054a4aed3f0ee9643bffa0e01aab5c
+Author: Gonzalo Diethelm <gonzalo.diethelm@diethelm.org>
+Date: Thu Oct 14 08:02:43 2010 -0300
+
+ Added bin directory to ignore list.
+
+ .gitignore | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+commit 2568947a71adc0e8ddad54b6054a3b3e532e1613
+Author: Sebastian Otaegui <feniix@gmail.com>
+Date: Wed Oct 13 07:59:50 2010 +0200
+
+ Add support for RHEL6 in the spec file
+
+ Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
+
+ AUTHORS | 1 +
+ builds/redhat/zeromq.spec | 7 +++++++
+ 2 files changed, 8 insertions(+), 0 deletions(-)
+
+commit 57428db89885631128cb9a48b334b050eb83a512
+Author: Martin Lucina <mato@kotelna.sk>
+Date: Mon Oct 11 16:39:48 2010 +0200
+
+ configure.in: Do not patch libtool rpath handling
+
+ For historic reasons (mainly compatbility with really old libtool), configure was
+ patching libtool to not use rpath in binaries. This breaks (among other things)
+ correct operation of "make check" since the test binaries may not be run with
+ the correct shared library version.
+
+ Current best practice as seen e.g. at http://wiki.debian.org/RpathIssue suggests
+ that this is no longer an issue, so I'm removing the code that patches libtool.
+
+ Signed-off-by: Martin Lucina <mato@kotelna.sk>
+
+ configure.in | 11 -----------
+ 1 files changed, 0 insertions(+), 11 deletions(-)
+
+commit 6cd0867f0208b4fca4cfca2a2ff7bc0de5199d4a
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Mon Oct 11 16:32:27 2010 +0200
+
+ Fixing the Red Hat packaging
+
+ When adding ZMQ_VERSION macros, I incorrectly removed
+ the PACKAGE_VERSION macro. Adding it back.
+
+ Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
+
+ configure.in | 4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+commit ef8db789a1c97152e84ff03c9a7f6e1e77d95981
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Sat Oct 9 07:53:24 2010 +0200
+
+ Version macros added
+
+ Macro ZMQ_VERSION represents the current version of 0MQ
+ Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create
+ a representation of the specified version.
+ The versions can be compared using simple <, >, ==, etc.
+ operators.
+
+ Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
+
+ builds/msvc/platform.hpp | 6 +-----
+ configure.in | 13 -------------
+ include/zmq.h | 10 ++++++++++
+ src/zmq.cpp | 6 +++---
+ 4 files changed, 14 insertions(+), 21 deletions(-)
+
+commit 79aea5ffa61f969ec66205f7c9c8c1611a2fd8da
+Author: Max Wolf <YIDIEPXGXGPN@spammotel.com>
+Date: Thu Sep 30 15:10:47 2010 +0200
+
+ zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed
+
+ AUTHORS | 1 +
+ src/xrep.cpp | 7 ++++---
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit c1deb226f4d1bc94c158c050088813aae96775e9
+Author: Dhammika Pathirana <dhammika@gmail.com>
+Date: Tue Sep 28 07:46:17 2010 +0200
+
+ crash when closing an ypipe -- fixed
+
+ src/ypipe.hpp | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit f61921d09679c4bed15204ec4e55d1c7313e3f6a
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Tue Sep 28 07:39:16 2010 +0200
+
+ REQ socket can die when reply is delivered on wrong unerlying connection -- fixed
+
+ src/req.cpp | 6 ++----
+ 1 files changed, 2 insertions(+), 4 deletions(-)
+
+commit 9129b792486b87d4f54607321427c2df783c9ec1
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Sun Sep 26 13:30:33 2010 +0200
+
+ if TSC jumps backwards (in case of migration to a different CPU core) latency peak may occur -- fixed
+
+ src/app_thread.cpp | 8 +++++---
+ 1 files changed, 5 insertions(+), 3 deletions(-)
+
+commit e2802d9a4b7e518c549e8dd95a34d2424058f086
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Wed Sep 15 16:44:57 2010 +0200
+
+ values of RATE, RECOVERY_IVL and SWAP options are checked for negative values
+
+ src/options.cpp | 6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 01c463cc89626bf9d69500ab1f4957705663788e
+Author: Martin Sustrik <sustrik@250bpm.com>
+Date: Sat Sep 4 19:08:55 2010 +0200
+
+ Version number incremented to 2.0.10
+
+ builds/msvc/platform.hpp | 2 +-
+ configure.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
commit ebf3089735329f0d083a992c98a9fd63b128346e
Author: Martin Sustrik <sustrik@250bpm.com>
Date: Sat Sep 4 18:38:20 2010 +0200