and we start on 1.5.2!
This commit is contained in:
parent
755e743cdd
commit
35212da048
@ -1,13 +1,13 @@
|
|||||||
Changelog for the c-ares project
|
Changelog for the c-ares project
|
||||||
|
|
||||||
Version 1.5.1 (Nov 20, 2007)
|
Version 1.5.1 (Nov 21, 2007)
|
||||||
|
|
||||||
* November 20 2007 (Daniel Stenberg)
|
* November 21 2007 (Daniel Stenberg)
|
||||||
|
|
||||||
- Robin Cornelius pointed out that ares_llist.h was missing in the release
|
- Robin Cornelius pointed out that ares_llist.h was missing in the release
|
||||||
archive for 1.5.0
|
archive for 1.5.0
|
||||||
|
|
||||||
Version 1.5.0 (Nov 20, 2007)
|
Version 1.5.0 (Nov 21, 2007)
|
||||||
|
|
||||||
* October 2 2007 (Daniel Stenberg)
|
* October 2 2007 (Daniel Stenberg)
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
This is what's new and changed in the c-ares 1.5.1 release:
|
This is what's new and changed in the c-ares 1.5.2 release:
|
||||||
|
|
||||||
o added the ares_llist.h header that was missing in the 1.5.0 release
|
o
|
||||||
|
|
||||||
Thanks go to these friendly people for their efforts and contributions:
|
Thanks go to these friendly people for their efforts and contributions:
|
||||||
|
|
||||||
Robin Cornelius
|
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
#define ARES_VERSION_MAJOR 1
|
#define ARES_VERSION_MAJOR 1
|
||||||
#define ARES_VERSION_MINOR 5
|
#define ARES_VERSION_MINOR 5
|
||||||
#define ARES_VERSION_PATCH 1
|
#define ARES_VERSION_PATCH 2
|
||||||
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
|
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
|
||||||
(ARES_VERSION_MINOR<<8)|\
|
(ARES_VERSION_MINOR<<8)|\
|
||||||
(ARES_VERSION_PATCH))
|
(ARES_VERSION_PATCH))
|
||||||
#define ARES_VERSION_STR "1.5.1-CVS"
|
#define ARES_VERSION_STR "1.5.2-CVS"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user