Changeset 222
- Timestamp:
- 02/08/08 14:55:30 (4 years ago)
- Files:
-
- branches/2.3.2beta3/ChangeLog (modified) (1 diff)
- branches/2.3.2beta3/FahMon.nsi (modified) (2 diffs)
- branches/2.3.2beta3/NEWS (modified) (2 diffs)
- branches/2.3.2beta3/README (modified) (1 diff)
- branches/2.3.2beta3/configure (modified) (9 diffs)
- branches/2.3.2beta3/configure.ac (modified) (1 diff)
- branches/2.3.2beta3/doc/help.pdf (modified) (previous)
- branches/2.3.2beta3/doxconf (modified) (1 diff)
- branches/2.3.2beta3/fahmon.spec (modified) (1 diff)
- branches/2.3.2beta3/src/include/fahmonConsts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3.2beta3/ChangeLog
r220 r222 1 1 FahMon: The Folding@home client monitoring program 2 2 3 v2.3.2 3 v2.3.2 (08/02/08) 4 4 5 5 General branches/2.3.2beta3/FahMon.nsi
r206 r222 11 11 12 12 ;Name and file 13 Name "FahMon-2.3.2 beta3"14 OutFile "FahMon-2.3.2 beta3-Installer.exe"13 Name "FahMon-2.3.2" 14 OutFile "FahMon-2.3.2-Installer.exe" 15 15 16 16 ;Default installation folder … … 60 60 ;Installer Sections 61 61 62 Section "!FahMon 2.3.2 beta3" SecFahMon62 Section "!FahMon 2.3.2" SecFahMon 63 63 64 64 SetOutPath "$INSTDIR" branches/2.3.2beta3/NEWS
r217 r222 2 2 3 3 Copyright (C) 2003-7, François Ingelrest <> 4 Copyright (C) 2007-8, Andrew Schofield < the.uncle.fungus@gmail.com>4 Copyright (C) 2007-8, Andrew Schofield <andrew_s@fahmon.net> 5 5 See the end for copying conditions. 6 6 7 Please send FahMon bug reports to the.uncle.fungus@gmail.com. 7 Please send FahMon bug reports to andrew_s@fahmon.net. 8 9 Version 2.3.2 10 11 * Lots of bug fixes in this release to make FahMon more stable, there should be 12 far fewer instances of FahMon crashing for no apparent reason, and CPU usage 13 whilst reloading clients has been decreased. 14 * Several bits of data are now retreived using core code from qd (Queue Dumper) 15 http://linuxminded.xs4all.nl/?target=software-qd-tools.plc 16 * Web output is now completely configurable thanks to a new templating system 17 which allows you to create custom output pages. 18 * Documentation should now be much more understandable. 8 19 9 20 Version 2.3.1 … … 38 49 39 50 Copyright (C) 2003-7, François Ingelrest <> 40 Copyright (C) 2007-8, Andrew Schofield < the.uncle.fungus@gmail.com>51 Copyright (C) 2007-8, Andrew Schofield <andrew_s@fahmon.net> 41 52 42 53 Permission is granted to anyone to make or distribute verbatim copies branches/2.3.2beta3/README
r217 r222 1 1 FahMon README 2 2 3 Version 2.3.2 beta33 Version 2.3.2 4 4 5 5 Authors: branches/2.3.2beta3/configure
r215 r222 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for FahMon 2.3.2 beta3.3 # Generated by GNU Autoconf 2.61 for FahMon 2.3.2. 4 4 # 5 5 # Report bugs to <Andrew Schofield andrew_s@fahmon.net>. … … 575 575 PACKAGE_NAME='FahMon' 576 576 PACKAGE_TARNAME='FahMon' 577 PACKAGE_VERSION='2.3.2 beta3'578 PACKAGE_STRING='FahMon 2.3.2 beta3'577 PACKAGE_VERSION='2.3.2' 578 PACKAGE_STRING='FahMon 2.3.2' 579 579 PACKAGE_BUGREPORT='Andrew Schofield andrew_s@fahmon.net' 580 580 … … 1211 1211 # This message is too long to be a string in the A/UX 3.1 sh. 1212 1212 cat <<_ACEOF 1213 \`configure' configures FahMon 2.3.2 beta3to adapt to many kinds of systems.1213 \`configure' configures FahMon 2.3.2 to adapt to many kinds of systems. 1214 1214 1215 1215 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1281 1281 if test -n "$ac_init_help"; then 1282 1282 case $ac_init_help in 1283 short | recursive ) echo "Configuration of FahMon 2.3.2 beta3:";;1283 short | recursive ) echo "Configuration of FahMon 2.3.2:";; 1284 1284 esac 1285 1285 cat <<\_ACEOF … … 1382 1382 if $ac_init_version; then 1383 1383 cat <<\_ACEOF 1384 FahMon configure 2.3.2 beta31384 FahMon configure 2.3.2 1385 1385 generated by GNU Autoconf 2.61 1386 1386 … … 1396 1396 running configure, to aid debugging if configure makes a mistake. 1397 1397 1398 It was created by FahMon $as_me 2.3.2 beta3, which was1398 It was created by FahMon $as_me 2.3.2, which was 1399 1399 generated by GNU Autoconf 2.61. Invocation command line was 1400 1400 … … 2181 2181 # Define the identity of the package. 2182 2182 PACKAGE='FahMon' 2183 VERSION='2.3.2 beta3'2183 VERSION='2.3.2' 2184 2184 2185 2185 … … 6596 6596 # values after options handling. 6597 6597 ac_log=" 6598 This file was extended by FahMon $as_me 2.3.2 beta3, which was6598 This file was extended by FahMon $as_me 2.3.2, which was 6599 6599 generated by GNU Autoconf 2.61. Invocation command line was 6600 6600 … … 6649 6649 cat >>$CONFIG_STATUS <<_ACEOF 6650 6650 ac_cs_version="\\ 6651 FahMon config.status 2.3.2 beta36651 FahMon config.status 2.3.2 6652 6652 configured by $0, generated by GNU Autoconf 2.61, 6653 6653 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" branches/2.3.2beta3/configure.ac
r215 r222 10 10 m4_include(m4/wxwin.m4) 11 11 AC_INIT([FahMon], 12 [2.3.2 beta3],12 [2.3.2], 13 13 [Andrew Schofield andrew_s@fahmon.net], 14 14 [FahMon]) branches/2.3.2beta3/doxconf
r207 r222 12 12 13 13 PROJECT_NAME = FahMon 14 PROJECT_NUMBER = 2.3.2 beta314 PROJECT_NUMBER = 2.3.2 15 15 OUTPUT_DIRECTORY = doc 16 16 CREATE_SUBDIRS = NO branches/2.3.2beta3/fahmon.spec
r215 r222 4 4 %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} 5 5 6 %define fahmonver 2.3.2 beta36 %define fahmonver 2.3.2 7 7 8 8 Summary: A wxGTK based monitor for Folding@home clients branches/2.3.2beta3/src/include/fahmonConsts.h
r170 r222 29 29 // --- Strings 30 30 #define FMC_APPNAME "FahMon" 31 #define FMC_VERSION "2.3. 1"32 #define FMC_PRODUCT "FahMon 2.3.2 beta3"31 #define FMC_VERSION "2.3.2" 32 #define FMC_PRODUCT "FahMon 2.3.2" 33 33 #define FMC_UID ".FahMon__LOCK__" 34 34
