From cb1b44e2348ef26a24bbcb6a2c00ba94e372c189 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Wed, 7 May 2014 21:08:49 -0700 Subject: Correct #include location. sys/uio.h should be included in amqp_private.h and not amqp.h, it also should not be protected by a test for the GCC compiler. This should fix the issue with compiling rabbitmq-c on HP-UX using aCC. This fixes #183. --- librabbitmq/amqp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'librabbitmq/amqp.h') diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 82b7c02..441e5b9 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -113,7 +113,6 @@ # define AMQP_CALL __cdecl #elif defined(__GNUC__) && __GNUC__ >= 4 -# include # define AMQP_PUBLIC_FUNCTION \ __attribute__ ((visibility ("default"))) # define AMQP_PUBLIC_VARIABLE \ -- cgit v1.2.1 From 8dea9a04f61e7829b939711c292b65916278a4d4 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 11 Aug 2014 21:36:11 -0700 Subject: Preparation for v0.5.1 release. --- librabbitmq/amqp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librabbitmq/amqp.h') diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 441e5b9..f780563 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -225,7 +225,7 @@ AMQP_BEGIN_DECLS #define AMQP_VERSION_MAJOR 0 #define AMQP_VERSION_MINOR 5 #define AMQP_VERSION_PATCH 1 -#define AMQP_VERSION_IS_RELEASE 0 +#define AMQP_VERSION_IS_RELEASE 1 /** -- cgit v1.2.1 From a2ee005e3d781055437513e4318ad414a59969bd Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 11 Aug 2014 21:37:45 -0700 Subject: Bumping version for development. --- librabbitmq/amqp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librabbitmq/amqp.h') diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index f780563..0f3a932 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -224,8 +224,8 @@ AMQP_BEGIN_DECLS #define AMQP_VERSION_MAJOR 0 #define AMQP_VERSION_MINOR 5 -#define AMQP_VERSION_PATCH 1 -#define AMQP_VERSION_IS_RELEASE 1 +#define AMQP_VERSION_PATCH 2 +#define AMQP_VERSION_IS_RELEASE 0 /** -- cgit v1.2.1 From bfd8cc9129da46136691a88c06d505b78f0043ae Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 26 Aug 2014 21:31:42 -0700 Subject: Update copyright on files changed in 2014. --- librabbitmq/amqp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librabbitmq/amqp.h') diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 0f3a932..b120d83 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -4,7 +4,7 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * - * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Portions created by Alan Antonuk are Copyright (c) 2012-2014 * Alan Antonuk. All Rights Reserved. * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. -- cgit v1.2.1 From 2b5d606bca429deed616339f460897aa41819a63 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Sat, 13 Sep 2014 22:12:15 -0700 Subject: Preparation for v0.5.2 release. --- librabbitmq/amqp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librabbitmq/amqp.h') diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index b120d83..d85c160 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -225,7 +225,7 @@ AMQP_BEGIN_DECLS #define AMQP_VERSION_MAJOR 0 #define AMQP_VERSION_MINOR 5 #define AMQP_VERSION_PATCH 2 -#define AMQP_VERSION_IS_RELEASE 0 +#define AMQP_VERSION_IS_RELEASE 1 /** -- cgit v1.2.1 From 0e9521c6a50004a1df31e9b8494b751236a9b056 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Sat, 13 Sep 2014 22:18:20 -0700 Subject: Bumping revision for development. --- librabbitmq/amqp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librabbitmq/amqp.h') diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index d85c160..9fcd206 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -224,8 +224,8 @@ AMQP_BEGIN_DECLS #define AMQP_VERSION_MAJOR 0 #define AMQP_VERSION_MINOR 5 -#define AMQP_VERSION_PATCH 2 -#define AMQP_VERSION_IS_RELEASE 1 +#define AMQP_VERSION_PATCH 3 +#define AMQP_VERSION_IS_RELEASE 0 /** -- cgit v1.2.1