~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2009-10-05 16:28:55 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005162855-gnsd4jzn7wtw8uwg
Tags: 4.7.0-1
* New upstream release
* Datum grids files updated to version 1.5.
  (closes: #548297)
* Removed manpages.dpatch, applied upstream.
* Generalized libproj0.install file.
* Policy changed to 3.8.3, without futher changes.
* Minor change to nad2bin.1 man page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-09-24  Frank Warmerdam  <warmerdam@pobox.com>
 
2
 
 
3
        * nad/Makefile.am: add ntv2 and ignf testing if grid shift files
 
4
        are available.
 
5
 
 
6
2009-09-23  Frank Warmerdam  <warmerdam@pobox.com>
 
7
 
 
8
        * Preparing for 4.7.0 release.
 
9
 
 
10
        * nad/makefile.vc: do not attempt to install ntf_r93.gsb by default.
 
11
 
 
12
        * src/pj_init.c: Temporarily set locale to "C" to avoid locale
 
13
        specific number parsing (#49).
 
14
 
 
15
        * src/pj_rho.c: move rho out of structure, threadsafety issue (#41).
 
16
 
 
17
        * nmake.opt: improve comments (#50).
 
18
 
 
19
        * nad/epsg: regenerated - use more symbolic ellipsoid/datum names, and
 
20
        fix EPSG 3857 and 3785 (#51).
 
21
 
 
22
        * src/pj_gridlist.c: Implement mutex protection for grid loader/cacher.
 
23
 
 
24
        * src/pj_mutex.c: fix up windows support.
 
25
 
 
26
        * nad/ntf_r93.gsb: set mime-type to binary so it isn't corrupted on 
 
27
        windows systems.
 
28
 
 
29
2009-06-17  Frank Warmerdam  <warmerdam@pobox.com>
 
30
 
 
31
        * src/pj_mutex.c: Implement win32 and pthread mutex support.
 
32
 
 
33
        * configure, src/Makefile.am: add --without-mutex support to configure
 
34
 
 
35
2009-06-16  Frank Warmerdam  <warmerdam@pobox.com>
 
36
 
 
37
        * README: Update windows build instructions (#30).
 
38
 
 
39
        * nad/epsg: Upgraded to EPSG 7.1. 
 
40
 
 
41
2009-05-19  Frank Warmerdam  <warmerdam@pobox.com>
 
42
 
 
43
        * nad/testvarious,nad/testdatumfile: split datum file specific
 
44
        stuff into testdatumfile, and add kav5 test in testvarious (#40).
 
45
 
 
46
2009-05-18  Frank Warmerdam  <warmerdam@pobox.com>
 
47
 
 
48
        * src/PJ_sts.c: Remove duplicate division o lp.phi by P->C_p (#40).
 
49
 
 
50
2009-05-13  Frank Warmerdam  <warmerdam@pobox.com>
 
51
 
 
52
        * src/PJ_imw_p.c: Correct handling of yc in loc_for() (#39).
 
53
 
 
54
2009-04-02  Frank Warmerdam  <warmerdam@pobox.com>
 
55
 
 
56
        * nad/Makefile.am: Changes to ensure grid shift files are processed
 
57
        before running check-local, and to use the local grid shift files
 
58
        if available, and to avoid testvarious if grid shift files are
 
59
        not available.
 
60
 
 
61
        * src: Fix various warnings. 
 
62
 
 
63
2009-03-11  Frank Warmerdam  <warmerdam@pobox.com>
 
64
 
 
65
        * man/man1: fix Snyder reference (#29)
 
66
 
 
67
2009-03-10  Howard Butler <hobu.inc@gmail.com>
 
68
        * autogen.sh: Use autogen.sh from libLAS for wider
 
69
        platform (OSX, Solaris) compatibility
 
70
        * config.guess config.log: remove autoconf temporary
 
71
        files
 
72
 
 
73
2009-03-10  Mateusz Loskot  <mateusz@loskot.net>
 
74
 
 
75
        * makefile.vc: Added new files pj_mutex.c, pj_initcache.c.
 
76
 
 
77
2009-03-09  Frank Warmerdam  <warmerdam@pobox.com>
 
78
 
 
79
        * pj_init.c, pj_mutex.c, pj_initcache.c: Introduced in-memory caching
 
80
        of init file search results.
 
81
 
 
82
2009-03-08      IGNF <didier.richard@ign.fr>
 
83
 
 
84
        * src/PJ_gstmerc.c: Correction of a bug in inv() function :
 
85
        the projected origin coordinates where descaled.
 
86
 
 
87
        * nad/testIGNF: Add a comment on the mandatory existance of the world grid
 
88
        in order to make the test.
 
89
 
 
90
        * ChangeLog: this comments
 
91
 
 
92
2009-01-26  Frank Warmerdam  <warmerdam@pobox.com>
 
93
 
 
94
        * src/*.c: Remove SCCSID and lint stuff from all source files.
 
95
 
 
96
2009-01-23  Frank Warmerdam  <warmerdam@pobox.com>
 
97
 
 
98
        * src/biveval.c: Avoid use of static variables which interfere with
 
99
        re-entrancy (#24)" 
 
100
 
 
101
2009-01-05  Frank Warmerdam  <warmerdam@pobox.com>
 
102
 
 
103
        * src: Removed CVS log messages from various files since they are
 
104
        not maintained by subversion.
 
105
 
 
106
2008-09-16  Frank Warmerdam  <warmerdam@pobox.com>
 
107
 
 
108
        * src/{Makefile.am, Makefile.in}: Added '-no-undefined' option to
 
109
        LDFLAGS. This is required to properly build a library in some
 
110
        environments, MinGW in particular.
 
111
 
1
112
2008-08-21  Frank Warmerdam  <warmerdam@pobox.com>
2
113
 
3
114
        * Prepare 4.6.1RC2