]> granicus.if.org Git - curl/commitdiff
start working on 1.4.1
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jun 2007 09:01:33 +0000 (09:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jun 2007 09:01:33 +0000 (09:01 +0000)
ares/RELEASE-NOTES
ares/ares_version.h

index a497a70d4403dafd1219125a1db35518456f6e82..774e1664bb481c2d9c5c3aac826e178db377a190 100644 (file)
@@ -1,24 +1,9 @@
-This is what's new and changed in the c-ares 1.4.0 release:
+This is what's new and changed in the c-ares 1.4.1 release:
 
- o fixed VS2005 compiler warnings due to time_t being 64bit
- o introduced cryptographically secure transaction IDs
- o added ares_save_options()
- o added ares_destroy_options()
- o added ares_process_fd()
- o fixed undefined return value in init_by_resolv_conf() function for windows
- o added ares_parse_ns_reply()
- o fix failure to get the search sequence of /etc/hosts and DNS from
-   /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when /etc/resolv.conf
-   did not exist
- o when domains were sert in the options struct, and there were domain/search
-   entries in /etc/resolv.conf, the domains of the options struct would be
-   overridden
- o removed a couple of potential zero size memory allocations
- o fixed the line endings in areslib.dsp
+ o 
 
 Thanks go to these friendly people for their efforts and contributions:
 
- Andreas Rieke, Yang Tse, Michael Wallner, Vlad Dinulescu, Ravi Pratap,
- Brad House, Shmulik Regev, Brad Spencer
 
 Have fun!
index c64846fac1d8828cad3f1dd1e5da358210c2b6fa..5245916302b2037a18f1e5be510ce77ba30adc1a 100644 (file)
@@ -5,11 +5,11 @@
 
 #define ARES_VERSION_MAJOR 1
 #define ARES_VERSION_MINOR 4
-#define ARES_VERSION_PATCH 0
+#define ARES_VERSION_PATCH 1
 #define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
                        (ARES_VERSION_MINOR<<8)|\
                        (ARES_VERSION_PATCH))
-#define ARES_VERSION_STR "1.4.0-CVS"
+#define ARES_VERSION_STR "1.4.1-CVS"
 
 #ifdef  __cplusplus
 extern "C" {