relax downloads
Current release
The current stable release is relax version 2.2.5 (24 March 2013).
relax binaries have been pre-compiled for a number of computer architectures. These are based on Python 2.7 but usually work with other Python versions. If not, or if binaries for your system do not exist, please download the source release (note that the compilation of binary modules is not a prerequisite for using relax). If the binary distribution file for your architecture does not correspond to the most up to date version of relax, please download the up-to-date source release instead. If you would like to contribute binary packages for your specific architecture, please read the Open source infrastructure chapter of the relax manual for details.
For details about the relax GPG signatures and their usage, see the Security section at the end of this page.
Dependencies
Minimally both Python and NumPy need to be installed on the system for relax to run. A few other Python packages are optional and, although certain features may be missing, relax will operate without these. Additional Python packages may be required on specific operating systems.
wxPython
The relax graphical user interface (GUI) is implemented using wxPython. This package is essential if the GUI is to be used.
SciPy
Numerical integration is required for the frame order theory. This is currently not implemented within relax so the QUADPACK numerical integration provided by SciPy is used. Without this package being installed, the frame order analysis will not be accessible.
GNU/Linux
Pre-compiled binary releases for GNU/Linux can be downloaded for both 32-bit (i686) and 64-bit (x86_64) machines. These have been compiled for Python 2.7, though should work for versions 2.5 and 2.6. But if there are problems with the compiled C modules, please either use the source distribution or install Python 2.7.
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| relax-2.2.5.GNU-Linux.i686.tar.bz2 | 2491a2fff71f931bfa76d62070a2a4d0 | signature | 58988663 |
| relax-2.2.5.GNU-Linux.x86_64.tar.bz2 | e2e47be4c428cbf3259c4fba0b2dc27a | signature | 59098202 |
Dependencies
If they exist, please install your distribution specific packages for the following dependencies.
- Python >= 2.3: Python-2.7.3.tar.bz2
- NumPy >= 1.0.4: NumPy downloads
- SciPy (optional) >= 0.7.1: SciPy downloads
- wxPython (optional) >= 2.8: wxPython stable downloads
MS Windows
The pre-compiled binary release for 32 bit Windows can be downloaded from the link below. These have been compiled for Python 2.7 therefore if there are problems with the compiled C modules and the command:
$ relax --info
says that the C modules are not installed, please install Python 2.7.
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| relax-2.2.5.Win32.zip | 5f947a40dd2b9a4fe3d391388863c115 | signature | 61238974 |
Dependencies
- Python >= 2.3: python-2.7.3.msi
- NumPy >= 1.0.4: NumPy downloads
- SciPy (optional) >= 0.7.1: SciPy downloads
- pyreadline >= 1.3: pyreadline downloads
- wxPython (optional) >= 2.8: wxPython stable downloads
System path
To execute relax, both the relax and Python installation directories will need to be added to the system path. For MS Windows the instructions for modifying the system path are given here.
Mac OS X
There are 3 ways of installing relax on a Mac. These are using the pre-compiled relax application, Fink or the source releases. If you are a fan of the Homebrew project, please read this detailed explanation for how to set up relax using the source release.
Stand-alone application
The stand-alone relax application requires none of the dependencies listed below to be installed. It is a universal binary compiled for i386, x86-64 and ppc64 (fat3) with the Mac OS X 10.5 framework. It should therefore run on most Mac OS X systems at or above version 10.5.
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| relax-2.2.5.Darwin.dmg | 8a12e5f1f46975d1498ac7aaa9d93196 | signature | 233101524 |
Fink
Pre-compiled binary releases of certain relax versions are available for Mac OS X within the Fink project. These can be installed for Python 2.7 with the command:
> fink install relax-py27
The relax releases packaged within Fink can been browsed here. If the desired version is not available, please download the relevant source package below.
Note that when installing via fink, all the dependencies will be automatically selected and installed as well. Although automatic, when starting from scratch that there could be well over 250 source packages that need to be compiled (to set up the full GNU compilation chain and other libraries which are then required to build Python, numpy, scipy, etc.). This may take anywhere between 2 days to over a week (don't forget to mention this fact to your poor sys-admin).
The fink relax packages for different Python versions can be found at:
Dependencies
- Python >= 2.3: python-2.7.3-macosx10.3.dmg
- NumPy >= 1.0.4: NumPy downloads
- SciPy (optional) >= 0.7.1: SciPy downloads
- wxPython (optional) >= 2.8: wxPython stable downloads
These need only to be manually installed if the source installation method is used.
When using a 64-bit system, 64-bit compatible wxPython must be used, i.e. a version using the Cocoa API for implementing the GUI. Currently, this is only available for Python 2.7. One version can be downloaded here.
Source code release (for all other systems)
The program source, in which all functions except for relaxation curve fitting will be available without compilation, and associated GPG signatures (see the Security section below) can be downloaded from:
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| relax-2.2.5.src.tar.bz2 | 411b0e56ac66ea2ee3eabe4d248652a9 | signature | 59081139 |
| relax-2.2.5.src.zip | 4b97ecd134a3b2ee9fb8e6bfe36effe9 | signature | 61286933 |
Dependencies
- Python >= 2.3: Python 2.7.3 release page
- NumPy >= 1.0.4: NumPy downloads
- SciPy (optional) >= 0.7.1: SciPy downloads
- wxPython (optional) >= 2.8: wxPython stable downloads
Compilation
For compiling the C modules relax uses the SCons cross platform compilation tool. Building these modules is currently only required for the exponential curve fitting used to determine the R1 and R2 relaxation rates. By downloading and installing SCons and running the command:
> scons
in the relax base directory, the modules should automatically compile. This should work on all operating systems assuming that a C compiler is present. The Python header or development files also need to be installed. These files are installed with Python on MS Windows, but needs to be installed as a separate package often called something like python-devel on GNU/Linux and Mac OS X. If an error occurs on MS Windows, read the instructions here.
Development platforms
The development platform is required for compiling the C modules through SCons on MS Windows, for compiling the LaTeX manual, and generating relax distribution packages.
Source code repository
The most up-to-date code can be obtained from Source code repository using one of the following commands (which involve the program Subversion):
> svn co svn://svn.gna.org/svn/relax/trunk ./relax-trunk
or:
> svn co http://svn.gna.org/svn/relax/trunk ./relax-trunk
The code obtained from the repository is the most up-to-date (and sometimes evolves quite rapidly). To keep up with changes, the Subversion update command must be used:
> svn up
Keep in mind that since this code changes often, it could sometimes be unstable and non functional.
Security
To check that the file hasn't been compromised, firstly download the GPG signature for the distribution package. Then to test this signature, download the relax public key and run the command:
> gpg --verify --default-key relax relax-x.x.x.release_type.file_type.sig
where x.x.x is the program version; release_type is one of 'GNU-Linux.i686', 'Win32', or 'src'; and file_type is either 'tar.bz2' or 'zip'. The GPG program can be downloaded from the GNU Privacy Guard web site.
New releases
New versions of relax are announced on the relax-announce mailing list. For a description of this list and instructions on how to subscribe to it, please read the relax mailing list section of the communication page.
All releases
Descriptions of these releases are available from the relax news pages. These files can either be found on the relax download site or are available upon request.
The 2.2 series
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| Version 2.2.5 (2013-03-24) | |||
| relax-2.2.5.GNU-Linux.i686.tar.bz2 | 2491a2fff71f931bfa76d62070a2a4d0 | signature | 58988663 |
| relax-2.2.5.GNU-Linux.x86_64.tar.bz2 | e2e47be4c428cbf3259c4fba0b2dc27a | signature | 59098202 |
| relax-2.2.5.Win32.zip | 5f947a40dd2b9a4fe3d391388863c115 | signature | 61238974 |
| relax-2.2.5.Darwin.dmg | 8a12e5f1f46975d1498ac7aaa9d93196 | signature | 233101524 |
| relax-2.2.5.src.tar.bz2 | 411b0e56ac66ea2ee3eabe4d248652a9 | signature | 59081139 |
| relax-2.2.5.src.zip | 4b97ecd134a3b2ee9fb8e6bfe36effe9 | signature | 61286933 |
| Version 2.2.4 (2013-03-17) | |||
| relax-2.2.4.GNU-Linux.i686.tar.bz2 | b886c81632741086ebc7057b744e98a5 | signature | 58988542 |
| relax-2.2.4.GNU-Linux.x86_64.tar.bz2 | bf3e6e614f7445292fd969fab30e7ff3 | signature | 59082644 |
| relax-2.2.4.Win32.zip | 0d9e3aa4cf7ab005da4d891edf5e43b3 | signature | 61211132 |
| relax-2.2.4.Darwin.dmg | 9785b73145ce9067fb968634b9dd0f9a | signature | 232969468 |
| relax-2.2.4.src.tar.bz2 | 0b8c7b357f7ca662506ee339dd41cbd7 | signature | 59080433 |
| relax-2.2.4.src.zip | 6b996fe99fd86753697a74a8d3644446 | signature | 61258647 |
| Version 2.2.3 (2013-03-11) | |||
| relax-2.2.3.GNU-Linux.i686.tar.bz2 | 6c4f7d7ee6aad0d270b1327c6ad1d221 | signature | 58969760 |
| relax-2.2.3.GNU-Linux.x86_64.tar.bz2 | 1ee949e421361b9acd68a9b92feeefe9 | signature | 59106876 |
| relax-2.2.3.Win32.zip | 27f515115092e1496826d22b8bee9a1c | signature | 61184188 |
| relax-2.2.3.Darwin.dmg | 4e5762a8f53bf406c17de437bd52bfb1 | signature | 232804610 |
| relax-2.2.3.src.tar.bz2 | b54ec312cdcf3fdaf84081f076740554 | signature | 59105452 |
| relax-2.2.3.src.zip | a82686e95e2e2083c3e562cd16a35c26 | signature | 61231136 |
| Version 2.2.2 (2013-02-12) | |||
| relax-2.2.2.GNU-Linux.i686.tar.bz2 | bedbb277052b1776ad2e238f6cef5fb3 | signature | 58841399 |
| relax-2.2.2.GNU-Linux.x86_64.tar.bz2 | fa32eb1caac7855790799e14062510a4 | signature | 58957485 |
| relax-2.2.2.Win32.zip | be6fa78e98b208c5eb3c05ff8b83a2ea | signature | 61027687 |
| relax-2.2.2.Darwin.dmg | c442a86744d52006e2b481ddfe0ef97f | signature | 232612218 |
| relax-2.2.2.src.tar.bz2 | 477634d919490b21968cc363a04ae073 | signature | 58959375 |
| relax-2.2.2.src.zip | c319d45d7a3140d6ff118e8f8ae27b4c | signature | 61073747 |
| Version 2.2.1 (2013-02-01) | |||
| relax-2.2.1.GNU-Linux.i686.tar.bz2 | 29a1c7c342570a605993034cd1476822 | signature | 58818541 |
| relax-2.2.1.GNU-Linux.x86_64.tar.bz2 | 08fa36022c343e7f745403a683f9304b | signature | 58951499 |
| relax-2.2.1.Win32.zip | d1f4c80bc9738c521c45105cc41c3a84 | signature | 61016998 |
| relax-2.2.1.Darwin.dmg | 06e53c82f7cd13870a042717f31b2b05 | signature | 232729086 |
| relax-2.2.1.src.tar.bz2 | 110582249e554649b713696bd70aa69d | signature | 58950056 |
| relax-2.2.1.src.zip | 52d4510249764d018e7807c8ff6572b5 | signature | 61063062 |
| Version 2.2.0 (2013-01-27) | |||
| relax-2.2.0.GNU-Linux.i686.tar.bz2 | c53df2d5af7a4a909fbc954c86eb30b1 | signature | 58822793 |
| relax-2.2.0.GNU-Linux.x86_64.tar.bz2 | 5d22179372261593b28a1e89c17bd494 | signature | 58908971 |
| relax-2.2.0.Win32.zip | c6522f04c68ff444d40cce8476df4bf5 | signature | 60912427 |
| relax-2.2.0.Darwin.dmg | fb47296f772e57270645c55acca8b014 | signature | 232517234 |
| relax-2.2.0.src.tar.bz2 | febbd1b413d4949df49b197743fcc70a | signature | 58904246 |
| relax-2.2.0.src.zip | ef51747d949dbf7d6161218ec9be5e4c | signature | 60972014 |
The 2.1 series
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| Version 2.1.2 (2012-10-17) | |||
| relax-2.1.2.GNU-Linux.i686.tar.bz2 | 15b9e9ca6d6d5eb894bcf1759fba2076 | signature | 58853716 |
| relax-2.1.2.GNU-Linux.x86_64.tar.bz2 | 37765ee99c30a0764d3f32e864b8c8aa | signature | 58831413 |
| relax-2.1.2.Win32.zip | d652531e37db09aecb5c9b21ce140488 | signature | 60896196 |
| relax-2.1.2.Darwin.dmg | 1b8d611c0a2b34901c1499c84bef0a51 | signature | 232595509 |
| relax-2.1.2.src.tar.bz2 | 71acc50c457d02aff7e430f2acbb49c3 | signature | 58826190 |
| relax-2.1.2.src.zip | a94e6f5f9d10689bbf4dfdaaaaaa02c7 | signature | 60940019 |
| Version 2.1.1 (2012-09-21) | |||
| relax-2.1.1.GNU-Linux.i686.tar.bz2 | bf422f6ddb191f30669c2e78b40af7da | signature | 58361581 |
| relax-2.1.1.GNU-Linux.x86_64.tar.bz2 | e2f76816d38a91d668258d9ccae4d9b9 | signature | 58464094 |
| relax-2.1.1.Win32.zip | c8a95a6833d087db4884f1ec2640ae72 | signature | 60497220 |
| relax-2.1.1.Darwin.dmg | 8c612a5cbbb183b2472f2d294efdfade | signature | 231896955 |
| relax-2.1.1.src.tar.bz2 | 0bf3d0ffe8624052a2fc609fc82d75e5 | signature | 58454528 |
| relax-2.1.1.src.zip | e9abf2881128e7ce743cc1992fbfe51a | signature | 60541151 |
| Version 2.1.0 (2012-07-12) | |||
| relax-2.1.0.GNU-Linux.i686.tar.bz2 | cbcb3115318ce0039b654fc6be776cda | signature | 22045763 |
| relax-2.1.0.GNU-Linux.x86_64.tar.bz2 | fddbe4db3cc14a425cf7bb1af24d40e7 | signature | 22058393 |
| relax-2.1.0.Win32.zip | a29f259b6ad1636af600f1ecc9cf1b7a | signature | 24106525 |
| relax-2.1.0.Darwin.dmg | 4bca18ac75242e2f48cac793210af35b | signature | 159065388 |
| relax-2.1.0.src.tar.bz2 | 31de49e99d26df5421fa81b086418725 | signature | 22054720 |
| relax-2.1.0.src.zip | 4efce1d7238c5d87f5b82d7543d07d36 | signature | 24146965 |
The 2.0 series
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| Version 2.0.0 (2012-06-12) | |||
| relax-2.0.0.GNU-Linux.i686.tar.bz2 | 7e7b9bc5be6184e11063e0f53708a79b | signature | 21491773 |
| relax-2.0.0.GNU-Linux.x86_64.tar.bz2 | 9a09bb45c9d50a1de01efde0e3efb7c2 | signature | 21503597 |
| relax-2.0.0.Win32.zip | a847e815bb3a24a5a3c1a33485374d7d | signature | 23546121 |
| relax-2.0.0.Darwin.dmg | 9b0eb805c7f6c3f6c0d85425fce0d77f | signature | 157680591 |
| relax-2.0.0.src.tar.bz2 | 3449d0fca777925b0f15a10b88a72a85 | signature | 21502578 |
| relax-2.0.0.src.zip | 6bd88af7414427c92caede2770b188e4 | signature | 23584389 |
The 1.3 series
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| Version 1.3.16 (2012-05-11) | |||
| relax-1.3.16.GNU-Linux.i686.tar.bz2 | 144459debbbb6bce6581bcb65245321f | signature | 20248226 |
| relax-1.3.16.GNU-Linux.x86_64.tar.bz2 | bd4014c1c68ee6096554cc085e77b3be | signature | 20138604 |
| relax-1.3.16.Win32.zip | 8bab117103e40b6e317ea928424f0a57 | signature | 22280183 |
| relax-1.3.16.Darwin.dmg | f5c03859702c138846397f0b847304d7 | signature | 147151686 |
| relax-1.3.16.src.tar.bz2 | c73dbe4d40c69dd823fd291914c655e9 | signature | 20134339 |
| relax-1.3.16.src.zip | a4a2a0e77e128a82e3285e7027e2edac | signature | 22326278 |
| Version 1.3.15 (2012-04-26) | |||
| relax-1.3.15.GNU-Linux.i686.tar.bz2 | 37af2e75b8b51c742bc458e8b4e74c13 | signature | 16118447 |
| relax-1.3.15.GNU-Linux.x86_64.tar.bz2 | 8e7b3d5372369f934e56008ad042bd2f | signature | 16087948 |
| relax-1.3.15.Win32.zip | 40b367ba7f491502ec74c57de451996c | signature | 18347548 |
| relax-1.3.15.Darwin.dmg | 5cae191ab877d8c75371fb176095b7f3 | signature | 142886671 |
| relax-1.3.15.src.tar.bz2 | 74790cfd285c2437046e98d9241671cd | signature | 16083852 |
| relax-1.3.15.src.zip | b22b5845353b3585d1ae9ce820ead918 | signature | 18393659 |
| Version 1.3.14 (2012-03-19) | |||
| relax-1.3.14.GNU-Linux.i686.tar.bz2 | 8b654165d9f4c04dcb083e5184ae5b41 | signature | 16066740 |
| relax-1.3.14.GNU-Linux.x86_64.tar.bz2 | 26c9231b6c0932856c6208b9552afaf4 | signature | 16012594 |
| relax-1.3.14.Win32.zip | 6d79d620cd94842f6824a6a8760f5896 | signature | 18294740 |
| relax-1.3.14.Darwin.dmg | 1fe68ff752bc80ed8e340959de2246f7 | signature | 66801063 |
| relax-1.3.14.src.tar.bz2 | d8bb7eebfa4112f95ade4e22c99899a7 | signature | 16006725 |
| relax-1.3.14.src.zip | b9842041775ae890dc8c3f884410116c | signature | 18340969 |
| Version 1.3.13 (2011-11-14) | |||
| relax-1.3.13.GNU-Linux.i686.tar.bz2 | 5655a892e4181de175b09be67a8d8506 | signature | 16057986 |
| relax-1.3.13.GNU-Linux.x86_64.tar.bz2 | 541f901a483b32862bbe98d3c112317b | signature | 15997206 |
| relax-1.3.13.Win32.zip | 6395636c570b0bb10353905bccd66875 | signature | 18277839 |
| relax-1.3.13.Darwin.dmg | 04ed984592ec1d51d40da15f21028fab | signature | 128096286 |
| relax-1.3.13.src.tar.bz2 | b6c41cef7055bc0f5bec0e0b66c51cb8 | signature | 15985739 |
| relax-1.3.13.src.zip | 1af666b0ca9c795f88e0d1227b5c4c10 | signature | 18324405 |
| Version 1.3.12 (2011-08-22) | |||
| relax-1.3.12.GNU-Linux.i686.tar.bz2 | e733724e650145e82be68d282bfe50a7 | signature | 10944056 |
| relax-1.3.12.GNU-Linux.x86_64.tar.bz2 | d40922b42da0e21bb77fabc00fc1945e | signature | 11039480 |
| relax-1.3.12.Win32.zip | 71dcf1e573bf46f7ff7f2a46074c5fe5 | signature | 13019213 |
| relax-1.3.12.src.tar.bz2 | 604ab14c97ca1eb004aa15ee6a7b3177 | signature | 11037768 |
| relax-1.3.12.src.zip | 6256dfecb1e9864bb3322b6c3f390de7 | signature | 13060758 |
| Version 1.3.11 (2011-08-12) | |||
| relax-1.3.11.GNU-Linux.i686.tar.bz2 | 7c5f9aaf87d7c77d036d7b7ccae8bfb2 | signature | 11028032 |
| relax-1.3.11.GNU-Linux.x86_64.tar.bz2 | 546a98680da9b27d7a5b84aa331aec1a | signature | 11059622 |
| relax-1.3.11.Win32.zip | 99a05c7691e62d5debb6dff58045992d | signature | 13067450 |
| relax-1.3.11.src.tar.bz2 | af3c35fc89c138cea3349ee1b3305b1a | signature | 11054338 |
| relax-1.3.11.src.zip | 66d56ef1ad8cb5a8dbc6472f66b669e2 | signature | 13028854 |
| Version 1.3.10 (2011-02-18) | |||
| relax-1.3.10.GNU-Linux.i686.tar.bz2 | 277c03e8cc6a9429615fa6bdde9e23da | signature | 10579662 |
| relax-1.3.10.GNU-Linux.x86_64.tar.bz2 | e48db4d6a88c5dccefc18e64684392f8 | signature | 10450476 |
| relax-1.3.10.Win32.zip | 9a02790395749a14239b5f7a65977a63 | signature | 11634166 |
| relax-1.3.10.src.tar.bz2 | 119234c3b6543821a4b8d839c87b377c | signature | 10445825 |
| relax-1.3.10.src.zip | 58d8833435e7b2ea3b0bc62adb8b1106 | signature | 11656134 |
| Version 1.3.9 (2011-01-26) | |||
| relax-1.3.9.GNU-Linux.i686.tar.bz2 | 700e8e5b8f87ea3d29cf82bacc7a81a6 | signature | 10527651 |
| relax-1.3.9.GNU-Linux.x86_64.tar.bz2 | 40e7fa728c4de7573132d91c30f14a7a | signature | 10439916 |
| relax-1.3.9.Win32.zip | 7dfd0e410589a1d1c74f3ba4ccc095c5 | signature | 11578617 |
| relax-1.3.9.src.tar.bz2 | d7c07cd4474287ae55a0ac29cc48f32e | signature | 10428166 |
| relax-1.3.9.src.zip | 5ef9ae90c8ad4b48e278834817ff91f7 | signature | 11600518 |
| Version 1.3.8 (2011-01-20) | |||
| relax-1.3.8.GNU-Linux.i686.tar.bz2 | 72c144483ccd2baa8e585bb039be372d | signature | 6391930 |
| relax-1.3.8.GNU-Linux.x86_64.tar.bz2 | 4d58c0856d04341f5a61d4d75f3cecf5 | signature | 6470169 |
| relax-1.3.8.Win32.zip | 77f42f16e9df664ebf0601fdde172143 | signature | 7275823 |
| relax-1.3.8.src.tar.bz2 | b6fce1db308cfe09512d6e5ecf8ff5b0 | signature | 6464440 |
| relax-1.3.8.src.zip | 0fd0108f91658035e82f45f4a446fe52 | signature | 7297723 |
| Version 1.3.7 (2011-01-10) | |||
| relax-1.3.7.GNU-Linux.i686.tar.bz2 | 7c633fdd4b371881100c97c408fa36af | signature | 6330498 |
| relax-1.3.7.GNU-Linux.x86_64.tar.bz2 | 0906168b84f3e82396dc4d2c14d54fcf | signature | 6425076 |
| relax-1.3.7.Win32.zip | 10335fee420dc958c0414892ecbd7867 | signature | 7083790 |
| relax-1.3.7.src.tar.bz2 | 2139278c6eb3910fac4f674e2191866d | signature | 6414456 |
| relax-1.3.7.src.zip | a6555a61ac2eb3ed58236760da23a61d | signature | 7105691 |
| Version 1.3.6 (2010-12-31) | |||
| relax-1.3.6.GNU-Linux.i686.tar.bz2 | 54ea26d666a5bbd97ab369ade66a574a | signature | 6326976 |
| relax-1.3.6.GNU-Linux.x86_64.tar.bz2 | 00f93a895d1d32ced97ba9907ba6658f | signature | 6412215 |
| relax-1.3.6.Win32.zip | 821f24a2747a74bc1c4d523e8f2635a6 | signature | 7075815 |
| relax-1.3.6.src.tar.bz2 | e515856a4255a832f7a0314f2e0509f3 | signature | 6406352 |
| relax-1.3.6.src.zip | aa69a03d6f86c769281168a5b9047716 | signature | 7097715 |
| Version 1.3.5 (2010-05-21) | |||
| relax-1.3.5.GNU-Linux.i686.tar.bz2 | ed54f192648ff6ed81cb0488e5c5c101 | signature | 4937315 |
| relax-1.3.5.GNU-Linux.x86_64.tar.bz2 | 1fd2ff25cebd744a051e19e954d62db6 | signature | 5038283 |
| relax-1.3.5.Win32.zip | fc029f10dd519d8cc43e3b4bcdf86b44 | signature | 5637951 |
| relax-1.3.5.src.tar.bz2 | 053768221f43e858ec07b8bb4ba30343 | signature | 5028247 |
| relax-1.3.5.src.zip | 434aa16ef268088698116260c819762e | signature | 5658255 |
| Version 1.3.4 (2009-08-12) | |||
| relax-1.3.4.GNU-Linux.i686.tar.bz2 | 04d3fd17831fd924d112d56f42013782 | signature | 4852584 |
| relax-1.3.4.GNU-Linux.x86_64.tar.bz2 | eaefc2ed50d59974ac954f65f0d2aad2 | signature | 4871431 |
| relax-1.3.4.Win32.zip | eceb7fba4514e9d0673a5ff61395779e | signature | 5358490 |
| relax-1.3.4.src.tar.bz2 | 421d92a998bfd359678d689e2f65fc62 | signature | 4865068 |
| relax-1.3.4.src.zip | 202a94ca8d1ebb5491ab0c69771736cd | signature | 5372921 |
| Version 1.3.3 (2008-11-29) | |||
| relax-1.3.3.GNU-Linux.i686.tar.bz2 | 999f4f161f6d814d60aae0e6f97fd55e | signature | 4694093 |
| relax-1.3.3.GNU-Linux.x86_64.tar.bz2 | b5643dd0cf34a117d23d6420ad1caf9f | signature | 4753022 |
| relax-1.3.3.Win32.zip | ed89aed4660361a7ef474d90d7a5c67b | signature | 5174384 |
| relax-1.3.3.src.tar.bz2 | 1ab43859327d3d6623a0bc8fcf64ee38 | signature | 4746723 |
| relax-1.3.3.src.zip | 505f2ad7b93e59144c250d9143006f3a | signature | 5183341 |
| Version 1.3.2 (2008-10-08) | |||
| relax-1.3.2.GNU-Linux.i686.tar.bz2 | ac6d9e028627bcf1d7f844d5af16b050 | signature | 4688033 |
| relax-1.3.2.GNU-Linux.x86_64.tar.bz2 | d09be7a7ed7c1cc42bf057e2b63893a7 | signature | 4739128 |
| relax-1.3.2.Win32.zip | 00f58d3a783cb3a02e5b32ae0e448973 | signature | 5149225 |
| relax-1.3.2.src.tar.bz2 | b4ef915dfc3981a15607124f0513e120 | signature | 4732593 |
| relax-1.3.2.src.zip | a5e712cbaf7ca0706597382755a5a926 | signature | 5158052 |
| Version 1.3.1 (2008-09-28) | |||
| relax-1.3.1.GNU-Linux.i686.tar.bz2 | dcf4b3ec6e2682db2d7c6463ebc3aff0 | signature | 4682274 |
| relax-1.3.1.GNU-Linux.x86_64.tar.bz2 | 8a1ddbf8ff099a8274cbc8fade8fdc02 | signature | 4680365 |
| relax-1.3.1.Win32.zip | c617d92d24c6d48332b504d534f07b70 | signature | 5149644 |
| relax-1.3.1.src.tar.bz2 | b60aa0313986802a6429f82e3c892851 | signature | 4674818 |
| relax-1.3.1.zip | a6ea1a691beeea251fc94896513b28a3 | signature | 5098404 |
| Version 1.3.0 (2007-02-19) | |||
| relax-1.3.0.GNU-Linux.i686.tar.bz2 | 1a9b5104e512af0edf8affb95a6d2d94 | signature | 4445951 |
| relax-1.3.0.Win32.zip | b788b38fecee772fe758897a80563205 | signature | 4708018 |
| relax-1.3.0.src.tar.bz2 | ae89221310d0c2ce84f5235d847f1001 | signature | 4439939 |
| relax-1.3.0.src.zip | 32475228dd4ed201f7dd462f6a001063 | signature | 4735624 |
The 1.2 series
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| Version 1.2.15 (2008-11-27) | |||
| relax-1.2.15.GNU-Linux.i686.tar.bz2 | 546e7b8cffed5e55f176a5f3c1edd382 | signature | 4319248 |
| relax-1.2.15.GNU-Linux.x86_64.tar.bz2 | 21d2201b9f5b9b585a113199e182689b | signature | 4318396 |
| relax-1.2.15.Win32.zip | 1c30ff68127ad535011c0fbed41c8b8a | signature | 4640636 |
| relax-1.2.15.src.tar.bz2 | 8bada4d509741c1834945a5ccf0f91c5 | signature | 4313126 |
| relax-1.2.15.src.zip | a335e89b82d7e540894f369031232126 | signature | 4599482 |
| Version 1.2.14 (2008-08-09) | |||
| relax-1.2.14.GNU-Linux.i686.tar.bz2 | 002c43e5009ad38d1ac5109a7044c947 | signature | 4319669 |
| relax-1.2.14.GNU-Linux.x86_64.tar.bz2 | 67b79e6a2dfda74f844b87ea0d3bda76 | signature | 4316598 |
| relax-1.2.14.Win32.zip | 6f2d3ee98521957c640a435760ca5d40 | signature | 4638800 |
| relax-1.2.14.src.tar.bz2 | 90a6d1ec563c68a5e08a4db769fcc325 | signature | 4310834 |
| relax-1.2.14.src.zip | 4f0e768bc23d2c895387c87010818e98 | signature | 4597884 |
| Version 1.2.13 (2008-04-19) | |||
| relax-1.2.13.GNU-Linux.i686.tar.bz2 | 97a1608e5a37a88e41eb590f97f0c670 | signature | 4286422 |
| relax-1.2.13.GNU-Linux.x86_64.tar.bz2 | 946367dd9cc9696ffe0b579dafd6256f | signature | 4291587 |
| relax-1.2.13.Win32.zip | f039199ae96a7cf18bafe41609ada156 | signature | 4553500 |
| relax-1.2.13.src.tar.bz2 | eb7fb16d07cc48542723364fad9a508e | signature | 4285488 |
| relax-1.2.13.src.zip | 64f464160857d4e9e00ff520e130686f | signature | 4564801 |
| Version 1.2.12 (2007-11-17) | |||
| relax-1.2.12.GNU-Linux.x86_64.tar.bz2 | da77dc1594bdbec2493cf47ad5987bf3 | signature | 4272262 |
| relax-1.2.12.Win32.zip | 41a0068d786921a52b1421a1dc84c5e2 | signature | 4520570 |
| relax-1.2.12.src.tar.bz2 | dab798ceecf95f0ca8807d70d744ef9a | signature | 4265898 |
| relax-1.2.12.src.zip | 13e4a07fd89d18161c3c9ea30d388bf2 | signature | 4537636 |
| Version 1.2.11 (2007-10-21) | |||
| relax-1.2.11.GNU-Linux.i686.tar.bz2 | 87fc5dbebc87911393d124fb36c9e52f | signature | 4263999 |
| relax-1.2.11.GNU-Linux.x86_64.tar.bz2 | 54666d44b7efaf387690e9ee1625c272 | signature | 4278051 |
| relax-1.2.11.Win32.zip | 5490aae974963c7aed096cee8d8d837a | signature | 4525219 |
| relax-1.2.11.src.tar.bz2 | 67909c5734c77ab6635408e3b084333b | signature | 4271529 |
| relax-1.2.11.src.zip | ff5647b89dbd89f2997bf02b444fc08c | signature | 4543086 |
| Version 1.2.10 (2007-01-12) | |||
| relax-1.2.10.GNU-Linux.i686.tar.bz2 | 7656ede916904ce1962f20d78f70f9b8 | signature | 4272519 |
| relax-1.2.10.Win32.zip | e28724a7c8282b927be9705f83d36d49 | signature | 4511199 |
| relax-1.2.10.src.tar.bz2 | 279068ebe2f22be6025e479369267414 | signature | 4265245 |
| relax-1.2.10.src.zip | 451e0aa179d4d0b719889238cac5c202 | signature | 4529561 |
| Version 1.2.9 (2006-11-09) | |||
| relax-1.2.9.GNU-Linux.i686.tar.bz2 | f719cc0a9fd8b710e28d1c2a5d597aa7 | signature | 3622068 |
| relax-1.2.9.Win32.zip | f14a2a03db3ab3128d1072b5a936f875 | signature | 3891094 |
| relax-1.2.9.src.tar.bz2 | 84b0835e1ae2dd885b644bf28433e2c2 | signature | 3620029 |
| relax-1.2.9.src.zip | 49891e4aba642a1b7caf05f0f16a54f8 | signature | 3838688 |
| Version 1.2.8 (2006-11-04) | |||
| relax-1.2.8.GNU-Linux.i686.tar.bz2 | f9b374a51ebc67e5d0fb4880c55c7178 | signature | 3623222 |
| relax-1.2.8.Win32.zip | 4d0aca0828b9ada170264f6dd91cf63b | signature | 3890884 |
| relax-1.2.8.src.tar.bz2 | 3d76d7b86c19e2c9e7cbb3e6874a9592 | signature | 3620269 |
| relax-1.2.8.src.zip | 48ae812494d368a6ffaa50475fad57e0 | signature | 3838480 |
| Version 1.2.7 (2006-09-18) | |||
| relax-1.2.7.GNU-Linux.i686.tar.bz2 | d6ebbdcad1bd74c6996da8f71f2e3c3d | signature | 3578582 |
| relax-1.2.7.Win32.zip | 817cb06c0e2101498379cb7117ec7c78 | signature | 3830275 |
| relax-1.2.7.src.tar.bz2 | 6110ba54661f028ee3b72f98c8d8155f | signature | 3576129 |
| relax-1.2.7.src.zip | e0d18486bc4414e5bafb5f086a67839a | signature | 3777870 |
| Version 1.2.6 (2006-07-21) | |||
| relax-1.2.6.GNU-Linux.i686.tar.bz2 | b76909907498fcf35808bfe283b8b0be | signature | 3574976 |
| relax-1.2.6.src.tar.bz2 | 9e7ef0ede5adf3882a799d7bd5ecaee9 | signature | 3569737 |
| Version 1.2.5 (2006-07-20) | |||
| relax-1.2.5.GNU-Linux.i686.tar.bz2 | 6b71bef84131920fc750c9adda06496f | signature | 3573417 |
| relax-1.2.5.src.tar.bz2 | 53377fda66fdada7fbe2e94a59d9ba0a | signature | 3568111 |
| Version 1.2.4 (2006-05-02) | |||
| relax-1.2.4.GNU-Linux.i686.tar.bz2 | af8525cd14611f11392f3fe1846540f4 | signature | 1962711 |
| relax-1.2.4.src.tar.bz2 | da79f575a695cffd0a129a3520faf8f6 | signature | 1956355 |
| Version 1.2.3 (2006-03-02) | |||
| relax-1.2.3.GNU-Linux.i686.tar.bz2 | f1d1ebee86b8cb1ab8674e56ae1a7c4b | signature | 1639317 |
| relax-1.2.3.src.tar.bz2 | 62420d624abfc382436d3f93f508d448 | signature | 1634574 |
| Version 1.2.2 (2006-02-20) | |||
| relax-1.2.2.GNU-Linux.i686.tar.bz2 | 220e1cc6d434fd944e4053539e6a016c | signature | 1919974 |
| relax-1.2.2.src.tar.bz2 | 64f3fcbe9a07297532e44ffc1613b4bf | signature | 1771018 |
| Version 1.2.1 (2006-01-20) | |||
| relax-1.2.1.GNU-Linux.i686.tar.bz2 | 3a1ebc7cff791e549634d2f731d306f0 | signature | 1612734 |
| relax-1.2.1.src.tar.bz2 | 7a49c309219421b19fd445c6fd3ef52d | signature | 1607384 |
| Version 1.2.0 (2006-01-14) | |||
| relax-1.2.0.GNU-Linux.i686.tar.bz2 | 3227641fc48afddc1156e3aba0719a1b | signature | 1612538 |
| relax-1.2.0.src.tar.bz2 | 17a685be6e70203d1b93f6277d57660b | signature | 1606656 |
The 1.0 series
| Distribution package | MD5 checksum | GPG signature | File size (bytes) |
| Version 1.0.10 (2006-01-14) | |||
| relax-1.0.10.tar.bz2 | 3542fde96bd06190f3b99f40e56e31c4 | signature | 1629102 |
| Version 1.0.9 (2005-12-15) | |||
| relax-1.0.9.tar.bz2 | a31d96710c64c40a9df1b392f7bb7fae | signature | 1628919 |
| Version 1.0.8 (2005-12-13) | |||
| relax-1.0.8.tar.bz2 | ebc56c99b3105b62f62cfc9c0d25b4d6 | signature | 1627635 |
| Version 1.0.7 (2005-12-04) | |||
| relax-1.0.7.tar.bz2 | 6e13c777bc6e343eb1a96ccd6db8cc88 | signature | 1618929 |
| Version 1.0.6 (2005-12-04) | |||
| relax-1.0.6.tar.bz2 | 42a0799a50e3202fc9ba706c4987525a | signature | 1625250 |
| Version 1.0.5 (2005-11-28) | |||
| relax-1.0.5.tar.bz2 | 9884e0642aa6e45f3a97f0c9116df43e | signature | 1614901 |
| Version 1.0.4 (2005-11-28) | |||
| relax-1.0.4.tar.bz2 | 3bb98541cf86e5bf59b91bc9344f76d2 | signature | 1625766 |
| Version 1.0.3 (2005-11-08) | |||
| relax-1.0.3.tar.bz2 | 19c27bf042d3e57f5f46d2a032b8c1d7 | signature | 1595771 |
| Version 1.0.2 (2005-11-06) | |||
| relax-1.0.2.tar.bz2 | 9ac330ca9e45da144861e2b977a15965 | signature | 1596185 |
| Version 1.0.1 (2005-10-31) | |||
| relax-1.0.1.tar.bz2 | d3ac2d9de88b50a28dcac70115ce258a | signature | 1579897 |
| Version 1.0.0 (2005-06-25) | |||
| relax-1.0.0.tar.bz2 | 32a9c4a661559f7ba3ef1029ef75ecdd | signature | 197829 |
