Changeset 1434


Ignore:
Timestamp:
Aug 25, 2008, 6:21:38 PM (15 years ago)
Author:
Peter
Message:

Preparing for release 0.4.2

Location:
branches/0.4-stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4-stable/ChangeLog

    r1392 r1434  
    2626
    2727version 0.4.2:
    28   - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=HEAD&stop_rev=1302
     28  - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=1435&stop_rev=1302
    2929  - http://dev.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id
    3030
  • branches/0.4-stable/NEWS

    r1392 r1434  
    33See the end of this file for copyrights and conditions.
    44
    5 Version 0.4.2 (released DATE)
     5Version 0.4.2 (released 25 August 2008)
     6
     7  - FileUtil can now handle large files (#378)
     8  - x variable is trained in regression::Local::fit() (#423)
    69
    710  A complete list of closed tickets can be found here [[br]]
  • branches/0.4-stable/build_support/version.m4

    r1331 r1434  
    3333# DEV_BUILD - When rolling a tarball we set this to `false'. In
    3434# repository value remains `true'.
    35 m4_define([DEV_BUILD], [true])
     35m4_define([DEV_BUILD], [false])
    3636
    3737# Library versioning (current:revision:age)
Note: See TracChangeset for help on using the changeset viewer.