This is an automated email from the git hooks/post-receive script. sf pushed a commit to annotated tag v1.33 in repository mapcode.
commit abafcaf893b4b1c186088deca7d3336922feca52 Author: Rijn Buve <[email protected]> Date: Tue Sep 16 15:14:11 2014 +0200 Moved release notes into README file --- README | 39 ++++++++++++++++++++++++++++++++++++++- RELEASE_NOTES | 33 --------------------------------- 2 files changed, 38 insertions(+), 34 deletions(-) diff --git a/README b/README index 6337fef..b5f5b6c 100755 --- a/README +++ b/README @@ -1,4 +1,6 @@ ------------------------------------------------------------------------------- +MAPCODE C LIBRARY +------------------------------------------------------------------------------- Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com) Licensed under the Apache License, Version 2.0 (the "License"); @@ -32,7 +34,7 @@ Documentation, including example snippets of C source code, can be found in Also see www.mapcode.com for background and reference materials. -Note: this version may be restricted to a particular area of the Earth! +Note: this version may be restricted to a particular area of the Earthas! In that case, basics.h will state a version number of the for: #define mapcode_cversion "1.2xxx" where "xxx" states the geographical limitation. @@ -52,3 +54,38 @@ To build the original Mapcode tool, execute: For help, simply execute the binary file 'mapcode' without no arguments. This tool provides a rather extensive command-line interface to encode and decode Mapcodes. + + +------------------------------------------------------------------------------- +MAPCODE LIBRARY - RELEASE NOTES +------------------------------------------------------------------------------- + +1.33 + Fix to not remove valid results just across the edge of a territory. Iimproved interface readability + and renamed methods to more readable forms. + +1.32 + Added encodeLatLonToSingleMapcode(); fixed 1.29 so no country-wide alternative is produced in edge cases; prevent FIJI failing to + decode at exactly 180 degrees. + +1.31 + Added compareWithMapcodeFormat(). + +1.30 + IUpdated the documentation and extended it with examples and suggestions. + +1.29 + Also generate country-wide alternative mapcodes for states. + +1.28 + Bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India. + +1.27 + Improved (faster) implementation of the function isInArea. + +1.26 + Added alias OD ("Odisha") for indian state OR ("Orissa"). + +1.25 + Initial release to the public domain. + diff --git a/RELEASE_NOTES b/RELEASE_NOTES deleted file mode 100755 index 9d7e35b..0000000 --- a/RELEASE_NOTES +++ /dev/null @@ -1,33 +0,0 @@ -------------------------------------------------------------------------------- -MAPCODE LIBRARY - RELEASE NOTES -------------------------------------------------------------------------------- - -1.33 - Fix to not remove valid results just across the edge of a territory. Iimproved interface readability - and renamed methods to more readable forms. - -1.32 - Added encodeLatLonToSingleMapcode(); fixed 1.29 so no country-wide alternative is produced in edge cases; prevent FIJI failing to - decode at exactly 180 degrees. - -1.31 - Added compareWithMapcodeFormat(). - -1.30 - IUpdated the documentation and extended it with examples and suggestions. - -1.29 - Also generate country-wide alternative mapcodes for states. - -1.28 - Bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India. - -1.27 - Improved (faster) implementation of the function isInArea. - -1.26 - Added alias OD ("Odisha") for indian state OR ("Orissa"). - -1.25 - Initial release to the public domain. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

