Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Updated releasenotes and changed assembly version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Mar 20, 2014
1 parent 79f2ab5 commit c6641a6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SharedAssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

using System.Reflection;

[assembly: AssemblyVersion("4.0.3.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
[assembly: AssemblyVersion("4.0.4.9999")] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
[assembly: AssemblyInformationalVersion("Local Build Version")] // do not change this; build server replace this automatically.
8 changes: 8 additions & 0 deletions releasenotes/OsmSharp v4.0.2.581.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS.

- Bufgix in MapView dispose.
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker.
- Fixed CoreText warning message on iOS (thanks @macjon)
- Added the option to create a TagCollection from a Dictionary<string, string>.
- Updated the Vehicle class with serialization options.
- Added two more offline map sample files.
24 changes: 16 additions & 8 deletions releasenotes/latest.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Contains all builds for Mono/.NET/Xamarin.Android/Xamarin.iOS.

- Bufgix in MapView dispose.
- Fixed threading issue in MapView, MapViewAnimator and RouteTracker.
- Fixed CoreText warning message on iOS (thanks @macjon)
- Added the option to create a TagCollection from a Dictionary<string, string>.
- Updated the Vehicle class with serialization options.
- Added two more offline map sample files.
- Added a way to serialize/deserialize vehicle profiles by ID and registration.
- Added a HugeHashSet to get around object size limitations.
- Small fix in IsRestriction in OsmRoutingInterpreter.
- Added ExpandWith to GeoCoordinateBox to resize an existing box.
- Optimized network loading step for live graph.
- Added a performance test for the live routing.
- Added a live preprocessor to compress the routing graph.
- Routing speed improvement when using the live routing flavour.
- Fixed resolving end point bugs.
- Partial fix of LayerTile problem.
- Added extra functionality to calculate information about a route.
- Added extra unittests for the RouteTracker.
- LayerTile optimizations.
- Optimized LayerTile to start loading tiles at the center.
- Fixed unittests that failed because of incorrectly mapped data. OsmSharp can now handle this data.
- Added the possibility to serialize routing graph to one big flatfile and load them again from disk.

0 comments on commit c6641a6

Please sign in to comment.