Home / geogit-0.10.0
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2014-06-26 1.4 kB
geogit-user-manual-0.10.0.zip 2014-06-24 1.5 MB
geogit-cli-app-0.10.0.zip 2014-06-24 33.7 MB
Totals: 3 Items   35.3 MB 0
Geogit 0.10.0 CHANGELOG
=======================

Features
--------
* Web Console: New terminal emulator for HTTP served repositories. Enables to execute
  any CLI command through the web. Open <repo url>/repo/console in a web browser to use it.
* New default binary serialization format, producing more compact blobs.
* Backwards compatibility of repository blob formats.
* Made Java7 the minimum required java version.
* Added gzip encoding to data transferred to and from HTTP remotes.
* Added path filtering,  coordinate reference system specification, and transformation to DiffBounds (i.e. diff --bounds).

Improvements
------------
* Removed dependency on the blueprints library, getting rid of like 20 transitive dependencies.
* Made the RevTree.EMPTY "null object" have a proper hash id instead of defaulting to all zeroes.
* Homogeinized object model as purely interface based.
* Performance improvements for the MongoDb backend for bulk operations.
* Added LZW compression to blobs stored in MongoDb.
* Some dependency version upgrades.

Bug Fixes
---------
* Pushing to a remote from a sparse clone was broken.
* DiffCount reported the wrong number of affected trees.
* Fixed bug that prevented the import of postgis views.
* Fixed bug that prevented to import jdbc tables with composite primary keys.
* Push to remotes does not update the local remote references.
Source: README.txt, updated 2014-06-26