Ticket #29649: changes.diff
File changes.diff, 13.1 KB (added by ci42, 13 years ago) |
---|
-
yaws/applications/chat/include.mk
diff -ur old/yaws/applications/chat/include.mk new/yaws/applications/chat/include.mk
old new 33 33 34 34 35 35 # Hmm, don't know if you are supposed to like this better... ;-) 36 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, $$vsn\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }'36 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, "$$vsn"\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }' 37 37 38 38 # Targets 39 39 -
yaws/applications/mail/include.mk
diff -ur old/yaws/applications/mail/include.mk new/yaws/applications/mail/include.mk
old new 33 33 34 34 35 35 # Hmm, don't know if you are supposed to like this better... ;-) 36 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, $$vsn\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }'36 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, "$$vsn"\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }' 37 37 38 38 # Targets 39 39 -
yaws/applications/wiki/include.mk
diff -ur old/yaws/applications/wiki/include.mk new/yaws/applications/wiki/include.mk
old new 33 33 34 34 35 35 # Hmm, don't know if you are supposed to like this better... ;-) 36 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, $$vsn\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }'36 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, "$$vsn"\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }' 37 37 38 38 # Targets 39 39 -
yaws/include.mk.in
diff -ur old/yaws/include.mk.in new/yaws/include.mk.in
old new 91 91 92 92 93 93 # Hmm, don't know if you are supposed to like this better... ;-) 94 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, $$vsn\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }'94 APPSCRIPT = '$$vsn=shift; $$mods=""; while(@ARGV){ $$_=shift; s/^([A-Z].*)$$/\'\''$$1\'\''/; $$mods.=", " if $$mods; $$mods .= $$_; } while(<>) { s/\{vsn, git\}/\{vsn, "$$vsn"\}/; s/\{modules,\[\]\}/\{modules,\[$$mods\]\}/; print; }' 95 95 96 96 # Targets 97 97 -
yaws/man/yaws.1
diff -ur old/yaws/man/yaws.1 new/yaws/man/yaws.1
old new 199 199 200 200 .TP 201 201 \fB--wait-started[=T] [--id ID] \fR 202 Waits at most 5seconds for the server to start. Exits with 0 if202 Waits at most 30 seconds for the server to start. Exits with 0 if 203 203 server is running, 1 otherwise. Typically useful in test scripts. The 204 default 5seconds can be modified by appending \fI=T\fR to the option,204 default 30 seconds can be modified by appending \fI=T\fR to the option, 205 205 where \fIT\fR is the desired number of seconds to wait for the server 206 206 to start. 207 207 -
yaws/scripts/regular-install
diff -ur old/yaws/scripts/regular-install new/yaws/scripts/regular-install
old new 7 7 8 8 set -e 9 9 10 ./Install ${PREFIX} ${ERL} ${WERL} ${ETCDIR}/ ${VARDIR}/ ${ERLBINDIR}/ ${DESTDIR} 10 ./Install "${PREFIX}" "${ERL}" "${WERL}" "${ETCDIR}/" \ 11 "${VARDIR}/" "${ERLBINDIR}/" "${DESTDIR}" 11 12 12 13 conffile="${DESTDIR}${ETCDIR}/yaws/yaws.conf" 13 14 if [ -f "$conffile" ]; then -
yaws/scripts/yaws.template
diff -ur old/yaws/scripts/yaws.template new/yaws/scripts/yaws.template
old new 168 168 daemon=" -detached ";; 169 169 --wait-started=*) 170 170 call_wait_started=`echo $arg | sed -e 's/--wait-started=//'` 171 num=`expr "$call_wait_started" : " ([0-9]*)"`171 num=`expr "$call_wait_started" : "\([0-9]*\)"` 172 172 if [ "$num" != "$call_wait_started" ]; then 173 173 echo error: argument to --wait-started is $call_wait_started, not a number 174 174 exit 1 175 175 fi;; 176 176 --wait-started) 177 call_wait_started= 6;;177 call_wait_started=30;; 178 178 -d|--debug) 179 179 debug=" -boot start_sasl -yaws debug ";; 180 180 --nodebug) -
yaws/src/yaws_ctl.erl
diff -ur old/yaws/src/yaws_ctl.erl new/yaws/src/yaws_ctl.erl
old new 408 408 {error, eacces} -> 409 409 io:format("Another user is using the yaws sid <~p>, ~n" 410 410 "You are not allowd to read the file <~s>, ~n" 411 "specify by <-I id> which yaws system you want 411 "specify by <-I id> which yaws system you want" 412 412 " to control~n", 413 413 [SID, yaws:ctl_file(SID)]), 414 414 timer:sleep(10), … … 420 420 {error, Reason} -> 421 421 io:format("You failed to read the ctlfile ~s~n" 422 422 "error was: <~p>~n" 423 "specify by <-I id> which yaws system you want 423 "specify by <-I id> which yaws system you want" 424 424 " to control~n", 425 425 [yaws:ctl_file(SID), Reason]), 426 426 timer:sleep(10), -
yaws/src/yaws_server.erl
diff -ur old/yaws/src/yaws_server.erl new/yaws/src/yaws_server.erl
old new 1696 1696 _ -> 1697 1697 ARG2 = ARG1 1698 1698 end, 1699 handle_ut(CliSock, ARG2, UT, N); 1699 1700 %% In case of delayed redirect, we must handle the 1701 %% request as a dynamic one. 1702 UT2 = case erase(is_delayed_redirect) of 1703 true when UT#urltype.type =:= regular -> 1704 UT#urltype{type=delayed_regular}; 1705 true when UT#urltype.type =:= directory -> 1706 UT#urltype{type=delayed_directory}; 1707 _ -> 1708 UT 1709 end, 1710 1711 handle_ut(CliSock, ARG2, UT2, N); 1700 1712 false_403 -> 1701 1713 deliver_403(CliSock, ARG1#arg.req); 1702 1714 {false, AuthMethods, Realm} -> -
yaws/www/contributors.txt
diff -ur old/yaws/www/contributors.txt new/yaws/www/contributors.txt
old new 1 Jean-Sébastien Pédro 2 Christopher Faulet 3 James Lee 4 Nicolas Thauvin 5 Fabian Linzberger 1 Tomas Abrahamsson 2 Manuel Durán Aguete 3 Fabian Alenius 4 Jason Andersson 6 5 Per Andersson 6 Joe Armstrong 7 Michael Arnoldus 8 Oleg Avdeev 9 Tuncer Ayaz 10 Stu Bailey 11 Kuzma Bartosz 12 Eric Baur 13 Johan Bevemyr 14 Martin Björklund 7 15 Dominique Boucher 8 Christian Hennig 9 Hans-Christian Esperer 10 Alexander Simonov 11 Brady McCary 12 Thomas O'Dowd 13 Andrei Soroker 14 TBBle 15 Colm Dougan 16 Matt Stancliff 16 Adam Bozanich 17 Richard Bucker 18 Yinso Chen 19 Gaspar Chilingarov 20 Mats Cronqvist 17 21 Anders Dahlin 18 Praveen Ray 22 Robert David 23 Willem de Jong 24 François de Metz 25 doccarcass 26 dnz@bk.ru 27 Colm Dougan 28 Hans-Christian Esperer 29 Daniel Fabian 30 Christopher Faulet 31 John Fessenden 32 Michael Fig 33 Bruce Fitzsimmons 34 Magnus Fröberg 35 Olivier Girondel 36 Sergei Golovan 37 Luke Gorrie 38 Igor Goryachev 39 Joakim Grebenö 40 Paul Hampson 19 41 Per Hedeland 20 Bruno Rijsman 42 Christian Hennig 43 Sean Hinde 44 hun@n-dimensional.de 45 Wes James 46 jcortner@cvol.net 21 47 joe_e_e 22 Fabian Alenius 48 Phanikar.K 49 Dimitriy Kargapolov 50 Mikael Karlsson 51 Bengt Kleberg 52 Petter Larsson 53 James Lee 54 Peter Lemenkov 55 Michael Leonhard 56 Eric Liang 57 Fredrik Linder 58 Fabian Linzberger 59 Daniel Luna 60 Paul Mahon 61 Davide Marquês 62 Brady McCary 23 63 Tom McNulty 24 Joseph Wayen Norton 25 Liu Yubao 26 Olivier Girondel 27 Davide Marques 28 Phanikar.K 29 Haobu Yu 64 Chandru Mullaparthi 30 65 Hans Ulrich Niedermann 31 Stu Bailey 32 Michael Slaski 33 John Fessenden 34 Oleg Avdeev 35 Vance Shipley 36 Bill Robertsson 37 Robert David 38 Steve Vinoski 39 Willem de Jong 40 Adam Boz 41 Richard Bucker 42 John Webb 43 Igor goryachev. 44 Brian Templeton 66 Chris Newcombe 45 67 Julian Noble 46 Daniel Luna 47 Michael Fig 48 Jason Andersson 49 Michael Leonhard 50 Chris NewCombe 51 Matthew Reilley 68 Joseph Wayne Norton 52 69 Anders Nygren 53 Kuzma Bartosz 54 Bengt Kleberg 55 Sergei Golovan 56 yariv sedan 57 Gaspar Chilingarov 58 Mats Cronquist. 59 Sebasitian Strollo 60 doccarcass 61 Karel Ostrovsky 62 Daniel Fabian 63 Michael Arnoldus 70 Thomas O'Dowd 71 Jimmy Olgeni 64 72 Lennart Ostman 73 Karel Ostrovsky 74 Erik Pearson 75 Jean-Sébastien Pédron 76 Yurii Rashkovskii 77 Praveen Ray 78 Matthew Reilly 79 Mickael Remond 80 Bruno Rijsman 81 Bill Robertsson 65 82 Jouni Ryno 66 Mikael Karlsson 67 Martin Björklund 68 Paul Mahon 69 Fredrik Linder 70 David Welton 71 Jimmy Olgeni 72 Tomas Abrahamsson 73 Chandru 74 Hal Snyder 75 Joakim Grebenö 76 Magnus Fröberg 83 Yariv Sadan 84 Kostis Sagonas 77 85 Rob Schmersel 78 Leon Smith79 Eric Baur80 86 Carsten Schultz 87 Yariv Sedan 88 Vance Shipley 89 Alexander Simonov 90 Michael Slaski 91 Leon Smith 92 Hal Snyder 93 Andrei Soroker 94 Matt Stancliff 95 Sebastian Stroll 81 96 Taavi Talvik 82 Erik Pearson 83 jcortner@cvol.net 84 Sean Hinde 85 Johan Bevemyr 86 Joe Armstrong. 97 Brian Templeton 98 Nicolas Thauvin 99 Fredrik Thulin 87 100 Torbjörn Törnqvist 101 Steve Vinoski 102 Lev Walkin 103 wde 104 John Webb 105 David Welton 88 106 Claes Wikström 107 Dan Willemsen 108 Haobu Yu 109 Liu Yubao -
yaws/www/news
diff -ur old/yaws/www/news new/yaws/www/news
old new 1 1 Tue May 24 21:25:00 CEST 2011 Yaws 1.90 2 Highlights in this release are the capflam patchset, a really long list of general improvements by Jean-Sebastien Pedron and Christopher Faulet. Also rebar support has been added by Steve and Tunc ur. Finally, Steve has added JSON 2.0 support. Thus this is a major release. Lot's of new little features and also lot's of bug fixes.2 Highlights in this release are the capflam patchset, a really long list of general improvements by Jean-Sebastien Pedron and Christopher Faulet. Also rebar support has been added by Steve and Tuncer. Finally, Steve has added JSON 2.0 support. Thus this is a major release. Lot's of new little features and also lot's of bug fixes. 3 3 always store a tuple in #headers.authorization (Jean-Sebastien Pedron) 4 improve daemon status output (capflam) 5 allow Server header customization (capflam) 6 add shaper directive to control access (capflam) 7 allow conf file pathname config with app env var (capflam) 8 soft yaws shutdown (capflam) 9 arg_rewrite mods can now return HTTP responses (capflam) 10 support external handler to interpret php scripts (capflam) 11 add status option to page options (capflam) 12 allow multiple listen directives per server (capflam) 13 server-specific logger_mod and auth_mod (capflam) 14 support parsing of literal IPv6 addresses (capflam) 15 allow hard reload of conf without stopping (capflam) 16 add control for "Expires" and "Cache-Control" response headers (capflam) Christopher Faulet17 add "application/javascript" as a compressible mime type (capflam) 18 use "partial_post_size" for chunked requests (capflam) Christopher Faulet4 improve daemon status output (capflam) (Christopher Faulet) 5 allow Server header customization (capflam) (Christopher Faulet) 6 add shaper directive to control access (capflam) (Christopher Faulet) 7 allow conf file pathname config with app env var (capflam) (Christopher Faulet) 8 soft yaws shutdown (capflam) (Christopher Faulet) 9 arg_rewrite mods can now return HTTP responses (capflam) (Christopher Faulet) 10 support external handler to interpret php scripts (capflam) (Christopher Faulet) 11 add status option to page options (capflam) (Christopher Faulet) 12 allow multiple listen directives per server (capflam) (Christopher Faulet) 13 server-specific logger_mod and auth_mod (capflam) (Christopher Faulet) 14 support parsing of literal IPv6 addresses (capflam) (Christopher Faulet) 15 allow hard reload of conf without stopping (capflam) (Christopher Faulet) 16 add control for "Expires" and "Cache-Control" response headers (capflam) (Christopher Faulet) 17 add "application/javascript" as a compressible mime type (capflam) (Christopher Faulet) 18 use "partial_post_size" for chunked requests (capflam) (Christopher Faulet) 19 19 authorization improvements, including ACLs like apache mod_access (capflam) (Christopher Faulet) 20 20 Yaws can now be built with rebar (Tuncer Ayaz and Steve Vinoski) 21 21 Updated Yaws JSON-RPC support to version 2.0 (Steve Vinoski)