diff options
114 files changed, 4049 insertions, 2680 deletions
| @@ -10,6 +10,7 @@ Bob Beaty <rbeaty@peak6.com>  Brian Buchanan <bwb@holo.org>  Brett Cameron <Brett.Cameron@hp.com>  Burak Arslan <burak-github@arskom.com.tr> +Carl Clemens <carlclemens1@yahoo.com>  Chia-liang Kao <clkao@clkao.org>  Chris Rempel <csrl@gmx.com>  Chris Wong <chris@chriswongstudio.com> @@ -62,6 +63,8 @@ Thijs Terlouw <thijsterlouw@gmail.com>  Toralf Wittner <toralf.wittner@gmail.com>  Tore Halvorsen <tore.halvorsen@gmail.com>  Vitaly Mayatskikh <v.mayatskih@gmail.com> +Ghislain Putois <ghpu@infonie.fr> +William Roberts <bill.c.roberts@gmail.com>  Credits  ======= @@ -1,5 +1,649 @@  # Generated by Makefile. Do not edit. +commit 392c3771c22d0dfe793cc9c4ee5c27d18d38d428 +Author: Pieter Hintjens <ph@imatix.com> +Date:   Mon Aug 29 20:25:11 2011 +0200 + +    Updated NEWS for 2.1.9 + + NEWS |    2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit bb7f41144b513ebf07698ade91c6d6c4e20bec77 +Author: Pieter Hintjens <ph@imatix.com> +Date:   Mon Aug 29 12:24:45 2011 +0200 + +    Fixed NEWS to reflect RC status of 2.1.8 + + NEWS |    7 +++++-- + 1 files changed, 5 insertions(+), 2 deletions(-) + +commit 4df43be69c3f25a4a5f96d379a59d6c6d6f214fa +Author: Martin Sustrik <sustrik@250bpm.com> +Date:   Wed Aug 17 18:41:02 2011 +0200 + +    Fix the PGM support on win64 +     +    On win64 the size of file descriptor is not the same as size of int. +    The bug in PGM transport caused a runtime error because of this. +    The problem is fixed now. +     +    Signed-off-by: Martin Sustrik <sustrik@250bpm.com> + + NEWS                 |    2 ++ + src/pgm_receiver.cpp |    4 ++-- + src/pgm_sender.cpp   |    8 ++++---- + src/pgm_socket.cpp   |    8 ++++---- + src/pgm_socket.hpp   |    7 ++++--- + 5 files changed, 16 insertions(+), 13 deletions(-) + +commit 024c4c91098913c7488abde75e9ef0d3fee7e195 +Author: Pieter Hintjens <ph@imatix.com> +Date:   Wed Aug 17 16:40:09 2011 +0200 + +    Fixed compile error on win32 + + src/zmq.cpp |    2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 323138b81ca71e036200d666b95b96c9b6e58696 +Author: Pieter Hintjens <ph@imatix.com> +Date:   Tue Aug 16 17:45:39 2011 +0200 + +    Updated NEWS for Android build + + NEWS |    2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 7b22dccf2fed4cd057876912991fdd61954d6dbc +Author: Mikko Koppanen <mkoppanen@php.net> +Date:   Mon Aug 15 19:09:04 2011 +0200 + +    Added Android support +     +    Signed-off-by: Mikko Koppanen <mkoppanen@php.net> + + configure.in   |    6 ++++++ + src/ip.cpp     |    2 +- + src/swap.cpp   |    2 +- + src/thread.cpp |    2 +- + 4 files changed, 9 insertions(+), 3 deletions(-) + +commit 591e5887e6e32675a7520eac67621416f13bec35 +Author: Martin Sustrik <sustrik@250bpm.com> +Date:   Sun Aug 14 14:23:16 2011 +0200 + +    Fixed issue 238 + + NEWS |    5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit ebfdfdf298525c993b8827f | 
