summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2010-08-03 01:02:08 +0200
committerJiří Techet <techet@gmail.com>2010-08-03 01:02:08 +0200
commit5caf406b88856825920f0bd09534f564b57cfa15 (patch)
tree2e99f90461eca5b10e5d44206da55d5da38b5d33 /NEWS
parent251152c2cbcc469fb46b551581a492ab61bb0c10 (diff)
downloadlibchamplain-5caf406b88856825920f0bd09534f564b57cfa15.tar.gz
Signed-off-by: Jiří Techet <techet@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d636c87..b845fbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+libchamplain 0.7.0 (2010-08-03)
+===============================
+
+Unstable release
+Bindings have not been updated yet.
+
+Changes:
+* Separation of map sources and renderers - map sources read data from somewhere
+ (file, network, ...), renderers generate tiles based on the data (Jiří Techet)
+* Add null tile source (a dummy data source not reading any data) and error
+ tile renderer (renderer always generating error tile). Remove error tile
+ source (Jiří Techet)
+* Get rid of non-persistent file tile cache and introduce memory cache -
+ temporary cache stored in memory only (Jiří Techet)
+* Whitespace cleanups - use uncrustify beautifier for this task and correct
+ problems manually (Jiří Techet)
+* Minor fixes and cleanups (Jiří Techet)
+
+libchamplain 0.6.1 (2010-06-26)
+===============================
+
+Stable release
+GObject-introspection, Vala (Tomaž Vajngerl) and Python (Victor Godoy Poluceno)
+bindings are in a working state.
+
+Changes:
+* New Vala bindings (Tomaž Vajngerl)
+* Updated Python bindings (Victor Godoy Poluceno)
+* Do not distribute gir files (Yaakov Selkowitz)
+* Minimal libchamplain usage demos (Jiří Techet)
+* Minor fixes and improvements (Jiří Techet)
+
libchamplain 0.6 (2010-05-25)
===============================