1.0: 2007/4/30, initial release. Support only logistic regression. Called liblr in the beginning. 1.1: 2007/7/18, support l2loss SVM. Rename to liblinear split cpp file to tron.cpp and linear.cpp improve Makefile svn version: 1.2: 2007/12/17, support l1loss SVM. New coordinate descent method for L2loss and L1loss SVM tron: better stopping condition for unbalanced data matlab interface: row and column formats 1.21: 2007/12/18, Windows binaries not updated in 1.2 Fix an error of setting eps in matlab interface 1.22: 2008/1/12, Better shrinking Better way to calculate the final obj value 1.23: 2008/04/05 New way to store w: [1..class|1..class|...]; faster testing Fix a matlab interface bug on handling the bias Support Octave interface 1.24: 2008/05/08 Fix a matlab interface bug on handling multi-class data 1.3: 2008/06/02 Support multi-class SVM via Crammer & Singer (the class MCSVM_CS) 1.31: 2008/06/06 Remove wrongly included redundent files in 1.3 1.32: 2008/07/26 Improve README following comments for the paper appearing in JMLR