Changeset 1434
- Timestamp:
- Aug 25, 2008, 6:21:38 PM (15 years ago)
- Location:
- branches/0.4-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/ChangeLog
r1392 r1434 26 26 27 27 version 0.4.2: 28 - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev= HEAD&stop_rev=130228 - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=1435&stop_rev=1302 29 29 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 30 30 -
branches/0.4-stable/NEWS
r1392 r1434 3 3 See the end of this file for copyrights and conditions. 4 4 5 Version 0.4.2 (released DATE) 5 Version 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) 6 9 7 10 A complete list of closed tickets can be found here [[br]] -
branches/0.4-stable/build_support/version.m4
r1331 r1434 33 33 # DEV_BUILD - When rolling a tarball we set this to `false'. In 34 34 # repository value remains `true'. 35 m4_define([DEV_BUILD], [ true])35 m4_define([DEV_BUILD], [false]) 36 36 37 37 # Library versioning (current:revision:age)
Note: See TracChangeset
for help on using the changeset viewer.