| 1 | = GRASS GIS 6.4.3 Release Candidate 3 = |
| 2 | |
| 3 | [[TOC]] |
| 4 | |
| 5 | === Release === |
| 6 | |
| 7 | * Release date: XX YY 2013 |
| 8 | * Source code: http://grass.osgeo.org/grass64/source/grass-6.4.3RC3.tar.gz ([http://grass.osgeo.org/grass64/source/grass-6.4.3RC3.md5sum md5sum]) |
| 9 | * Binaries: http://grass.osgeo.org/download/ |
| 10 | |
| 11 | === SVN Source Code === |
| 12 | |
| 13 | * Milestone: [milestone:"6.4.3"] |
| 14 | * Browse Source: http://trac.osgeo.org/grass/browser/grass/tags/release_2013MMDD_grass_6_4_3RC3 |
| 15 | * SVN Checkout 6.4.3RC3: |
| 16 | {{{ |
| 17 | svn checkout http://svn.osgeo.org/grass/grass/tags/release_2013MMDD_grass_6_4_3RC3 |
| 18 | }}} |
| 19 | * SVN Checkout latest 6.4 release branch (including unreleased bugfixes): |
| 20 | {{{ |
| 21 | svn checkout http://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 |
| 22 | }}} |
| 23 | |
| 24 | === Overview of changes === |
| 25 | |
| 26 | Since the [wiki:Release/6.4.0-News 6.4.0 release] in September 2010 more than ''1800'' source code modifications have been made to the 6.4 release branch. |
| 27 | Between [wiki:Release/6.4.2-News 6.4.2] and the current 6.4.3RC1 almost ''500'' updates have been applied. |
| 28 | Between [wiki:Release/6.4.3RC1-News 6.4.3RC1] and the current 6.4.3RC2 more than ''80'' updates have been applied. |
| 29 | Between [wiki:Release/6.4.3RC2-News 6.4.3RC2] and the current 6.4.3RC3 more than ''XXX'' updates have been applied. |
| 30 | |
| 31 | ==== New modules ==== |
| 32 | |
| 33 | * v.vect.stats: moved from Addons to 6.4 according to release plan |
| 34 | |
| 35 | ==== Major module changes ==== |
| 36 | |
| 37 | * r.drain: use movement direction surface from r.walk and r.cost; output vector paths |
| 38 | * r.cost: backport direction output |
| 39 | * r.walk: backport direction output |
| 40 | |
| 41 | ==== Minor module changes ==== |
| 42 | |
| 43 | * i.maxlik: update manual (rejection map discussion) |
| 44 | * r.drain: update manual |
| 45 | |
| 46 | * A few more; see the detailed [http://grass.osgeo.org/grass64/source/ChangeLog_6.4.3RC3.gz ChangeLog] |
| 47 | |
| 48 | ==== GUI changes ==== |
| 49 | |
| 50 | (wxGUI) |
| 51 | |
| 52 | * n/a |
| 53 | |
| 54 | ==== Library changes ==== |
| 55 | |
| 56 | * n/a |
| 57 | |
| 58 | ==== Map projection changes ==== |
| 59 | |
| 60 | * n/a |
| 61 | |
| 62 | ==== Portability changes ==== |
| 63 | |
| 64 | (MS-Windows) |
| 65 | |
| 66 | * MINGW: configuration detection fix |
| 67 | |
| 68 | (Mac OSX) |
| 69 | |
| 70 | * n/a |
| 71 | |
| 72 | (All) |
| 73 | |
| 74 | * n/a |
| 75 | |
| 76 | ==== Message translation updates ==== |
| 77 | |
| 78 | * n/a |
| 79 | |
| 80 | === Closed tickets === |
| 81 | |
| 82 | ==== Closed bugs since the last release ==== |
| 83 | |
| 84 | [[TicketQuery(status=closed&milestone=6.4.3&type=defect&order=priority)]] |
| 85 | |
| 86 | ==== Closed wishes since the last release ==== |
| 87 | |
| 88 | [[TicketQuery(status=closed&milestone=6.4.3&type=enhancement&order=priority)]] |
| 89 | |
| 90 | ==== Closed tasks since the last release ==== |
| 91 | |
| 92 | [[TicketQuery(status=closed&milestone=6.4.3&type=task&order=priority)]] |