Commit graph

403 commits

Author SHA1 Message Date
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
drochner
60824cbdf1 remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
2012-02-02 17:27:18 +00:00
drochner
536983bb34 remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
update to 0.4.7 (cosmetical, changes are binding improvements, not
relevant to pkgsrc)
2012-02-02 17:24:02 +00:00
jkunz
85531a60a3 Add new dependency of recently updated upstream version. 2012-01-28 16:22:31 +00:00
jkunz
5a5e4d5651 Update to upstream version qlandkartegt-1.3.2. 2012-01-28 13:51:56 +00:00
obache
fadbd9974b * LICENSE=mit
* distutils pkg, register egg-info.
* fixes installation with PKGREVISION.

Bump PKGREVISION.
2012-01-27 08:23:06 +00:00
gdt
e5a787fd43 Split ifdef with && into two, to avoid parse errors on the second
clause when the first is not satisfied.  (Apparently &&, while not
evaluating, still has to parse.)  Fixes build on OS X.
2012-01-26 01:00:13 +00:00
gdt
dc234b0a1c MAKE_JOBS_SAFE=no
Non-repeatable build error reported by joerg@ - disable parallel
builds for now until this can be debugged.
2012-01-25 21:28:14 +00:00
gdt
5dfc5487d1 Update to 1.8.1.
= GDAL/OGR 1.8.1 release notes =

The 1.8.1 release is a routine bug fix release on the stable GDAL/OGR 1.8
branch.

== General ==
 * Fix for windows build of cpl_vsil_gzip.cpp (#3908)
 * Fix OGRDataSource.Open() signature so utf8 translation works in C# (#3766).
 * Fix cpl_config.h.vc so it also works with mingw compiler on windows (#3960)
 * Fix GEOS configuration checking affecting GEOS 3.0.4 (#3990)
 * Support optional nmake.local file for local MSVC config (r22529).

== GDAL / Raster ==

 * GDALReplicateWord(): fix error with missing one pixel (#4090)
 * Fix issue with duplicating metadata (#3961)
 * VRT: Fix issues with complex data types (#3977)
 * VRT: Fix issue with nodata values and uninitialized buffers (#4045)
 * VRT/.aux.xml: Fix performance with large color tables (#3961)
 * VRT: Fix for VRTs smaller than the default block size (#4137)
 * IDRISI/RST: Fix seg fault with missing fields in .ref and .rdc (#4100)
 * IDRISI: Fix problem with spherical inverse flattening (#3757)
 * GTIFF: Fix support for external overviews with COPY_SRC_OVERVIEWS (#3938)
 * GTIFF: Correct handling of linear geokeys in feet (#3091)
 * GTIFF: Fix edge anomoly issues with jpeg tiles (#4096)
 * GTIFF: Don't skip driver even if library versions differ (#4101)
 * SAGA: Fix reading/writing .sdat files larger than 2GB. (#4104)
 * PCIDSK: Various fixes particularly for linked files (r21513)
 * PCIDSK: Fixes for georeferencing parsing (#3913)
 * ECW: Added/fixed french ECW coordinate systems (#3868)
 * ECW: Force sign of y pixel size when needed (#393)
 * ECW: Support EPSG:n style coordinate systems (#3955)
 * ECW: Fixes related to geotransform overrides (#4131)
 * ERS: Handle .ers files in case insensitive way (#3974)
 * PNG: Add support for libpng >= 1.5.0 (#3914)
 * JP2KAK: Support reading and writing resolution info (#3847)
 * MRSID: Fix for configuring and building on MacOS X (#3910)
 * HFA (.img): Fix filename computations and updating for renaming files (#3897)
 * HFA (.img): Support reading 2bit compressed .img files (#3956)
 * HFA (.img): Fix for rewriting projection/datum parameters (#3969)
 * NITF: Correct hemisphere setting for ICORDS=U with world file (#3931)
 * NITF: Added NITF_DISABLE_RPF_LOCATION_TABLE_SANITY_TESTS option (#3930)
 * NITF: Make attribute section size hack safer (#4020)
 * EHDR: Improved floating point file detection (#3933)
 * ASRP: Approximated support for Azimuthal Equidistant in poles (#3946)
 * HDF5/BAG: fix handle and memory leaks (#3953)
 * HDF5: Avoid returning NULL from GetProjectionRef() (#4076)
 * HDF5: Improve preservation of floating point precision in metadata (r22531).
 * JPIPKAK: Fix problems with overviews, windowing and errors (#3967)
 * USGSDEM: Fixing locale dependent parsing of numbers (#3886, #3979)
 * RS2: Support subdataset oriented metadata and overviews (#4006)
 * AIGRID: Support uncompressed integer images (ArcGIS 10) (#4035)
 * gdalwarp: Include DstDensity mask in memory calculations (#4042)
 * GeoRaster: Full backport for fixes and features (#4039,#3266,#4071,#4072,#4132)
 * ENVISAT: Fix gcp computations for stripline products (#3160,#3709)
 * ENVISAT: Fix gcp computations for MERIS products (#4086)
 * SAR_CEOS: Fix potential crash with odd filenames. (#4065)
 * SAR_CEOS: Skip datasets with wrong record length. (#4146)
 * ENVI: Support ESRI style coordinate system strings (#3312)
 * JAXAPALSAR: Fix datatype of 1.5 level product (#4136)
 * gdalfillnodata: working file is created as bigtiff if possibly needed (#4088)

== OGR / Vector ==

 * LIBKML: Fix build issue against static libkml (#3909)
 * LIBKML: Improve checking to see if files are actually kml (#4003)
 * GML: Fix crash with invalid geometries when axis order is lat/long (#3935)
 * GML: Support curves in directEdges (#3934)
 * GML: Do not force 3D linestrings for directed edges (#3936)
 * GPX/GeoRSS: Fix expat library order issue on unix (#3948)
 * PG/PGDUMP: Fix handling of NaN in zero width fields (#2112)
 * PGDUMP: Add CREATE_SCHEMA and DROP_TABLE layer options (#4033)
 * PGDUMP: Support wkbNone geometry better, and other subtle bugs (#4040)
 * OGR SQL: Allow double quoting column name in SELECT DISTINCT (#3966)
 * OGR SQL: Fix crashes with some uses of SUBSTR and CAST (#4055)
 * OGR SQL: Fix crash on IS NULL test on floating point fields (#4091)
 * OGR SQL: Fix error with SQL joins (#4112)
 * MSSQL: Fix for IDENTITY INSERT problem (#3992)
 * MSSQL: Fix for schema handling (#3951)
 * MSSQL: Fix for geometry handling with ExecuteSQL() (#4149)
 * OCI: Fix writing of tables with no general attributes (#4063)
 * GeoJSON: Fix assertion on ESRI json (#4056, #4057)
 * GeoJSON: Improve numeric field determination (#4082)
 * SHAPE: Fix decoding of triangle fans in multipatch files (#4081)
 * SHAPE: Fix multipolygon detection issue due to isClockwise failure (#4122)
 * MITAB: Fix handling of filenames with two dots in them. (#4123)
 * MITAB: Fix problems with null datetime values (#4150)
 * ogr2ogr: Improve -overwrite/-append handling (#4012)
 * ogr2ogr: Ensure -where fields are address in SetIgnoredFields (#4015)
2012-01-24 15:24:49 +00:00
adam
e0d5de1788 Added PLIST.Darwin 2012-01-23 08:58:39 +00:00
adam
abd6bd9b66 Changes 1.7.3:
* Fix 3581 Ftools: union tool leave holes in output
* Fix 4500 Simplify tool freezes QGIS
* Fix 4466 Fixes for 'v.what.vect' and 'v.generalize' modules in the GRASS
  plugin
* Fix 4552 Patch for v.what.vect
* Fix 4035 Print Composer shape combo box not refecting current shape
* Partial Fix 3097 Add preference to set/override environment variables
* Fix 2749 Move 'Add to Attributes List' button
* Fix 4560 Wrong scale displayed in Map canvas
* Partial Fix 4383 Ftools: Improve how processes are handled
* Fix 3577 Adding a print composer doesn't dirty the document
* Fix 3170 Many GDAL Tools don't work in OS X standalone
* Fix 3723 Transparency settings are not applied from *.qml
* Fix 3576 qml not read automagically for rasters
* Fix 2977 Messy uninstallation of the standalone installer
* Union and Symetrical difference works only on whole layer fixed
* Save some time in node tool for geometry export and avoid detachs
* Initialize default symbol to 0 in rule based renderer
* Make relative paths default
* Fix tab restoration in project properties
* Add helpful info to GdalTools Settings dialog on how to configure GDAL path
* New vector layer dialog - show CRS as authid-description pair instead of
  proj4 string
* Fix crash with relative file paths if projPath is not yet defined
* Add helpful info to GdalTools Settings dialog on how to configure GDAL path
* And a lot of other smaller Bugfixes
2012-01-23 08:58:00 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
gdt
12152bfefe Update to 3.3.2 (bugfixes from 3.3.0, basically).
Changes in 3.3.2
2012-01-05

- Bug fixes / improvements
    - Fix CMAKE_CXX_FLAGS overriding -std=gnu++0x (#489)
    - Missing versions update in CMake configuration (#490)
    - Fix noding of self-intersecting lines through UnaryUnion (#482)
    - Fix handling of collapsed edges skipping in BufferOp (#494)
    - Print up to 18 digits of precision for TopologyException points
    - Fix noding with reduced precision in Buffer operation (#473)
    - Fix HotPixel original point invalidation (#498)
    - Fix CascadedPolygonUnion to discard non-polygonal components (#499)
    - Improve buffer robustness by reverting to non-snaprounding noder (#495)
    - Fix C++11 build by avoiding std::pair<auto_ptr> (#491)
    - Add --clibs to geos-config and GEOS_C_LIBS to geos.m4 (#497)
    - Apply shoelace formula for area calculation (#485)
    - Fix default initialization issue for clang (#500)
    - Improve overlay robustness by fixing areal validity on snapping (#488)

Changes in 3.3.1
2011-09-27

- Bug fixes / improvements
  - Fix memory leak on invalid geometry in InteriorPointArea (#475)
  - ValidOp abort in presence of 2 touching holes forming an island (#449)
  - Enable prepared intersects operation for points
  - Fortify suspicious code found by static analisys tools
  - Fix for SOLARIS build (#461)
  - Fix EMPTY result from GEOSOffsetCurve with distance 0 (#454)
  - Fix Geometry::clone to copy SRID (#464)
  - Fix for clang builds (#463)
  - Fix out-of-place builds for python binding (#332) and regress testing
  - Fix OS X framework cmake build (#385)
2012-01-08 18:37:33 +00:00
marino
d21a93449f geometry/geos: Fix DragonFly
DragonFly need the same platform.h.in modification that NetBSD requires
for ISNAN support.
2011-12-01 19:13:05 +00:00
joerg
ada74d2761 Relax dependency on xrmap-base. Bump revision. 2011-11-26 21:12:15 +00:00
dholland
3c9092dd56 Make it MAKE_JOBS_SAFE. 2011-11-26 16:06:17 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
joerg
edab8bc9be Fix build with newer GCC 2011-11-24 14:02:54 +00:00
gdt
2d7f940d38 Restore dependency on gpsd; it was only removed because of viking's
failure to keep up with gpsd's deprecation pace.  PKGREVISION++.
2011-11-09 01:28:03 +00:00
gdt
c7416e47a2 Viking 1.2.2 (2011-11-03)
Fixes since 1.2.1
* Increase default tile age check to 7 days.
* Fix compilation with curl 7.21.7 (SF#3376584)
2011-11-09 01:23:13 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
cb016392dc Recursive Bump from exiv2 shlib major bump. 2011-10-19 06:50:00 +00:00
gdt
b27ef1dbb8 Add dependency on sqlite3.
Upstream says that using sqlite3 will become somewhere between normal
and the standard approach.  Because sqlite3 is small and typically
already isntalled on systems where one would want to run gama, just
depend on it and don't bother to make it an option.

It would be fine with me to make it a default-on option, but I don't
think that's worth the complexity.
2011-10-09 13:37:39 +00:00
joerg
2f2e7f1b6d Handle isnan from cmath on NetBSD like on Darwin.
XXX The comment in the code is wrong and using std::isnan is actually
XXX the portable approach. DragonFly and other GCC users likely need the
XXX same change
2011-09-21 13:15:20 +00:00
gdt
b68ce02060 +gama 2011-09-07 23:10:10 +00:00
gdt
50abe9b7d1 Import gama-1.11 as geography/gama.
GNU Gama is a project dedicated to adjustment of geodetic networks. It
is intended for use with traditional geodetic surveyings which are
still used and needed in special measurements (e.g., underground or
high precision engineering measurements) where the Global Positioning
System (GPS) cannot be used.

Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.
2011-09-07 23:04:38 +00:00
wiz
85cda05f56 Update to 0.17:
0.17      2011-06-28
 - Fix circular package dependencies with Geo::Distance::XS (not really
   an issue practically, but then again it wasn't really helping).
2011-08-16 21:49:27 +00:00
obache
70eea0e2bc Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:38:56 +00:00
gdt
213dd23e11 Adapt to modern curl.
Add patch to remove include of withdrawn header (already changed upstream).
Set LICENSE (GPL2).
PKGREVISION++.
2011-07-30 19:25:55 +00:00
jym
d83eceebc5 Remove the part from patch-ac that modifies interpreter path. Not needed. 2011-07-03 21:42:24 +00:00
jym
bf48b9b5d9 check-interpreter fix. 2011-07-03 21:36:20 +00:00
gdt
d14b92012f Update to 1.2.1 (ok agc@ during freeze).
Viking 1.2.1 (2011-06-16)
Fixes since 1.2
* Support proper MAC OS file locations.
* Fix incorrect track property line marker positioning when the track has gaps.
* Fix track property point marker drawing error - sometimes draws dot marker too low.

Viking 1.2 (2011-05-24)
New features since 1.1
* Remove unecessary treeview item selection.
* Add zoom level 0.5 to map layer
* [DOC] Add links to access Viking's source code
* Rename file to prevent any case-insensitive issues.
* Add getting the users confirmation when deleting (emptying) data from the GPS layer.
* Enable keypad delete to remove layers in the layers panel.
* Enable deleting multiple tracks or waypoints within a layer by selecting them from a list.
* Add getting the users confirmation when deleting an individual track or waypoint.
* Add the ability to delete all waypoints or tracks in the layer.
* Add getting the users confirmation when deleting a layer.
* Start a new 'Tracks' treeview menu, similar to the 'new' Waypoints treeview menu.
* Add operations on waypoints into the 'new' Waypoints treeview menu.
* Add new graph type Speed/Distance in the track properties window.
* Add new graph type Elevation/Time in the track properties window.
* Add new graph type Distance/Time in the track properties window.
* Improve Track Properties speed/time drawing to display in nice human friendly whole number scaled units.
* Improve Track Properties elevation drawing to display in nice human friendly whole number scaled units.
* On the Track Properties Window draw an always updating indicator of where the readings are taken from.
* Enable controls of drawing DEM data and GPS speeds on the Track Properties Window.
* Add keyboard accelerators for the Track Properties Window.
* Add ability to resize the Track Properties window.
* On the Track Properties Window, also show the elevation or speed for the current track position as indicated by the mouse pointer.
* Add support for kml files.
* Add ... where necessary to track & waypoint menu entries.
* Enable Open Waypoint Image via right click menu entry.
* Use ability to select a waypoint given the thumbnail image size.
* Add ability to open the trackpoint edit dialog via the viewport right click menu when a trackpoint is selected.
* Add ability to move selected trackpoint or waypoint by the mouse within the select tool.
* Add a new select tool at the window level to enable/disbale item selection of the a track or a waypoint.
* Enable to unselect treeview item
* Add Select Request layer interface and use within the track/waypoint layer to select an item.
* Add internal track right click menu variable.
* Tidy up track/waypoint sublayer callbacks to only use the layers panel if it available.
* Add viewport to sublayer add menu items callback.
* Make the highlight colour configurable and use as appropriate for the selected track/waypoint drawing.
* Add track and waypoint highlight for the selected layer or individual item.
* Add the storage and retrieval of any kind of track or waypoint selected item (either an individual item, list (i.e. a sublayer) or layer) at the window level.
* Add viewport property to control the display of the track / waypoint item highlight.
* Add backup support for launching URLs with Mac OS based browsers.
* Add backup support for launching URLs with Google Chrome based browsers.
* Add support for Bing maps
* Add support for dynamic copyright
* Add map's logo support
* Add support for reference documentation
* Generate a trackwaypoint layer update on the finish creatiing of the thumbnails so the images are shown.
* Enable the tree view panel to be more usefully resized smaller than the text names.
* Windows: Open help pdf file when when clicked on Help->help
* [DOC] Split By Number of Points
* Add Track->Split by Number of Points (as per SF#2847587 request).
* Add a new dialog to return positive number.
* SF#2844872: Suggest name for the new track when splitting the track via the trackpoint edit dialog.

Fixes since 1.1
* Better safety checking to prevent crash due to null variable reference in use of the current trackpoint.
* Fix: Reduce GObject cast
* Fix etag handling
* Fix: generate doc/reference/Makefile when needed
* Fix Track -> Split by Timestamp such that newly created tracks are ordered correctly.
* Fix sensitivity of the track properties window split marker to be disabled when the track marker is not drawn.
* Fix crashing due to incorrect usage of libcurl - SF#3206628.
* Fix non-void function should return a value.
* Fix reference documentation generation - some systems need explicit mention of libz.
* Fix displaying of 'Waypoints' treeview menu.
* Fix vik_aggregate_layer_get_all_layers_of_type for track/waypoint layer types, since these may also be stored under GPS layers.
* Improve previous fix: background calling code should control return value
* Fix: background calling code should control return value
* Fix: enforce background feature
* Fix compiler warnings from gcc 4.5.4
* SF#3178554: Fix Sun Studio build
* gtk_object_sink has been deprecated since gtk version 2.10, use g_object_ref_sink() instead.
2011-06-24 18:40:43 +00:00
adam
e1520bd5a4 Changes 3.3.0:
- New things:
  - CAPI: GEOSBufferWithParams (allows single sided buffers)
  - CAPI: GEOSOffsetCurve deprecates GEOSSingleSidedBuffer
  - CAPI: GEOSUnaryUnion deprecates GEOSCascadedUnion
  - CAPI: GEOSisValidDetail: tell state, reason & location apart. allows
          passing flags.
  - CAPI: GEOSContext_setNoticeHandler_r, GEOSContext_setErrorHandler_r
  - CAPI: GEOSGeom_createEmptyPoint, GEOSGeom_createEmptyLineString
          GEOSGeom_createEmptyPolygon, GEOSGeom_createEmptyCollection
  - CAPI: GEOSGeom_extractUniquePoints
  - CAPI: GEOSGetGeometryN support for single geometries
  - CAPI: GEOSPolygonize_full to return all informations computed by
          the polygonizer
  - CAPI: GEOSOrientationIndex
  - CAPI: GEOSSharedPaths to find shared paths and their orientation
  - CAPI: GEOSSnap
  - CAPI: GEOSRelatePatternMatch
  - CAPI: GEOSCovers, GEOSCoveredBy
  - CAPI: GEOSRelateBoundaryNodeRule
  -  PHP: new PHP5 bindings based on CAPI
- Semantic C++ API changes:
  - Geometry inheritance chain changed to introduce Puntal, Lineal
    and Polygonal classes (virtual inheritance introduced)
  - Polygonizer::getInvalidRingLines retains ownership of vector elements
  - Geometry::isWithinDistance method is now const
  - Polygonizer::getCutEdges returns by const ref
  - Polygonizer::getDangles returns by const ref
  - Empty LinearRings are closed by definition
- Bug fixes / improvements
  - Fixed Geometry.distance() and DistanceOp to return 0.0 for empty inputs
  - Invalid compound geometries reported as valid
  - Return up to 15 digits of precision from GEOSisValidReason_t
  - CAPI: do not leak contexts when using the non-reentrant interface
  - Fix duplicated dangles returned by Polygonizer
  - Fix SnapIfNeededOverlayOp to throw the originating exception
  - Fixed LineMerger to skip lines with only a single unique coordinate
  - Fix NodedSegmentString to handle zero-length line segments correctly
    (via safeOctant)
  - Fixed buffer OffsetCurveSetBuilder to handle "flat" rings correctly
  - Added illegal state check in LineSegment::pointAlongOffset()
  - Improved performance of RectangleIntersects by always using
    segment-scanning and refining SegmentIntersectionTester
  - Reduce memory use in PreparedGeometry predicates
  - Fix infinite loop in RobustDeterminant with nan/inf input
2011-06-16 09:24:05 +00:00
obache
ba3002d2c6 remove PYTHON_VERSION_ACCEPTED, just require python24+. 2011-06-14 09:48:21 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gdt
0f553d50de Update to 1.1. Notable changes:
* When getting data via the GPS layer automatically set the view to see it, unless the realtime tracking mode is on.
* On opening GPX files automatically view all the data.
* Add copyright and license properties for NASA BlueMarble data.
* Add background thread loading of DEM files.
* Add support for the TMS interface provided by SPOTMaps
* Add license related properties
* Add copyright property
* Improve key binding for Mercator Mode -> ctrl+m
* Add OSM WMS Server
* Add support for WMS-C
* Add support for more standard TMS
* Add LatLon projection
* Add a perl script to auto generate basic Viking .vik files for directories containing images.
2011-05-03 00:41:30 +00:00
schwarz
d6f8fd9235 Updated geography/gpsbabel to 1.4.2 2011-04-27 18:57:11 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
4c687877e0 +libchamplain08 2011-04-14 15:54:57 +00:00
drochner
5b6a3a5dfb add libchamplain08-0.8.3, the latest stable branch of the map widget
(the stable branches are mutually API incompatible but can be
installed in parallel)
2011-04-14 15:52:51 +00:00
drochner
3d3f8c4569 cosmetical fix: use correct N/E/S/W letters in GPS display with gpsd 2011-04-12 17:14:53 +00:00
drochner
46231101db -update to 0.17.2
changes: bugfixes
-make it build against gpsd-2.96
2011-04-11 20:15:00 +00:00
drochner
f85aacbf85 fix build with gpsd-2.96 (lightly tested with "gpsfake") 2011-03-31 20:21:34 +00:00
drochner
ad9bdb9a11 copy patch from graphics/tiff for CVE-2011-1167 (don't know whether
this code is used here, but anyway), ride on last night's revbump
2011-03-31 11:08:29 +00:00
gdt
aa5cd4fa96 revbump for gpsd shlib major change 2011-03-30 19:07:07 +00:00
gdt
4e99b13368 Bump ABI_DEPENDS due to shlib major change. 2011-03-30 19:05:22 +00:00
drochner
f1c7b011df apply the fix for SA43593 also to gdal's bundled libtiff
(just copied from pkgsrc/tiff)
bump PKGREV (this was also necessary for the recent update
of xerces-c which changed the shlib name)
2011-03-30 18:39:04 +00:00
gdt
2e249f0826 disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.
2011-03-29 02:06:20 +00:00
gdt
7d43f19d47 Update to 2.96.
* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 2.96~dev
  Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.
  API version bumped to 5, redesign finished (changes are documented
  in the Client HOWTO). cgps now handles resize signals. Code can now
  link with uClibc for embedded use.  Various bugs in the C++ binding
  have been fixed. gpxlogger can now daemonize and write to a specified
  log file. A gpsd client can now set any locale it likes, and JSON
  will still be parsed using the C locale matching the daemon's.  Clients
  are no longer required to define a gpsd_report() hook. gpsd no longer
  emits probe strings to unidentified USB devices at startup.
  JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since
  the Unix epoch; the library handles the older style backward-compatibly.
  GPGST sentences are now parsed for noise statistics when a device emits them.
  AIS and RTCM2 JSON dumps have device fields. JSON reports now include 50bps
  subframe data if the device allows access to it. gpsdecode can now dump NMEA
  GPS binary, and subframe data to JSON. The RTCM2 code now understands and
  analyzes RTCM2.3 messages 13, 14, and 31, and has been checked against another
  analyzer.  The ancient Sager dump format for RTCM2 is abolished in favor of
  a JSON profile.
2011-03-23 16:08:34 +00:00