Loading ChangeLog +2 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ Changes in version 0.2.0.19-alpha - 2008-02-?? connections, tell the controller that the request has failed. - Avoid using too little bandwidth when Tor skips a few seconds. Bugfix on 0.1.2.x. - Fix shell error when warning about missing packages in configure script, on fedora or redhat machines. Bugfix on 0.2.0.x. o Code simplifications and refactoring: - Remove some needless generality from cpuworker code, for improved Loading acinclude.m4 +3 −3 Original line number Diff line number Diff line Loading @@ -53,14 +53,14 @@ if test -f /etc/debian_version && test x"$tor_$1_$2_debian" != x; then fi if test -f /etc/fedora-release && test x"$tor_$1_$2_redhat" != x; then AC_WARN([On Fedora Core, you can install$h $1 using "yum install $tor_$1_$2_redhat"]) if test x"$tor_$1_$2_redhat != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need $tor_$1_devpkg_redhat too.]) if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi else if test -f /etc/redhat-release && test x"$tor_$1_$2_redhat" != x; then AC_WARN([On most Redhat-based systems, you can get$h $1 by installing the $tor_$1_$2_redhat" RPM package]) if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need $tor_$1_devpkg_redhat too.]) AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi fi fi Loading Loading
ChangeLog +2 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ Changes in version 0.2.0.19-alpha - 2008-02-?? connections, tell the controller that the request has failed. - Avoid using too little bandwidth when Tor skips a few seconds. Bugfix on 0.1.2.x. - Fix shell error when warning about missing packages in configure script, on fedora or redhat machines. Bugfix on 0.2.0.x. o Code simplifications and refactoring: - Remove some needless generality from cpuworker code, for improved Loading
acinclude.m4 +3 −3 Original line number Diff line number Diff line Loading @@ -53,14 +53,14 @@ if test -f /etc/debian_version && test x"$tor_$1_$2_debian" != x; then fi if test -f /etc/fedora-release && test x"$tor_$1_$2_redhat" != x; then AC_WARN([On Fedora Core, you can install$h $1 using "yum install $tor_$1_$2_redhat"]) if test x"$tor_$1_$2_redhat != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need $tor_$1_devpkg_redhat too.]) if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi else if test -f /etc/redhat-release && test x"$tor_$1_$2_redhat" != x; then AC_WARN([On most Redhat-based systems, you can get$h $1 by installing the $tor_$1_$2_redhat" RPM package]) if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then AC_WARN([ You will probably need $tor_$1_devpkg_redhat too.]) AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi fi fi Loading