summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-03-20 17:36:59 +0100
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-03-20 17:36:59 +0100
commit9a9c572b4a2ffcb13b8885bd668bac90720b7dda (patch)
tree1ce488a41a9189454b15727f8c0e08f27136cced /NEWS
parentc1a9d8713be617084edb3ae5e3c81974c1bf807f (diff)
downloadzeitgeist-9a9c572b4a2ffcb13b8885bd668bac90720b7dda.tar.gz
MIME-Types:
- Remove application/x-object, we don't want it as SOURCE_CODE. - Add additional mappings, from en.wikipedia.org/wiki/Internet_media_type
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS43
1 files changed, 26 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index fc33a761..769f4235 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2012-XX-XX: Zeitgeist Bluebird Beta 2
+-------------------------------------
+
+Engine:
+ - Updated the list of recognized MIME-types.
+
+Python API:
+ - Updated the list of recognized MIME-types.
+
2012-03-20: Zeitgeist Bluebird Beta 1
-------------------------------------
@@ -204,37 +213,37 @@ Overall:
Engine:
- - Added some new mimetype mappings
- - Speed up the GetEvents method by caching events (LP: #686732)
- - Allow extension without public method (LP: #691660)
+ - Added some new mimetype mappings.
+ - Speed up the GetEvents method by caching events (LP: #686732).
+ - Allow extension without public method (LP: #691660).
- Added a read-only DBus property "extensions" to org.gnome.zeitgeist.Log
- (LP: #693861)
- - Added helper function to get an extension's name
+ (LP: #693861).
+ - Added helper function to get an extension's name.
- Fixed bug in RemoteInterface.Quit(): make sure to close connection to the
used bus if this method gets called, this is needed if RemoteInterface
does not know anything about the loop it is running in.
- - Fix sending payload from engine to client (LP: #692645)
- - Improve performance of DataSourceRegistry (LP: #695311)
+ - Fix sending payload from engine to client (LP: #692645).
+ - Improve performance of DataSourceRegistry (LP: #695311).
- Improve performance of find_event queries with timerange other than
- TimeRange.always() (LP: #672965)
- - Add an auto-filter for broken database entries (LP: #598666 workaround)
+ TimeRange.always() (LP: #672965).
+ - Add an auto-filter for broken database entries (LP: #598666 workaround).
- Introduce new DB schema (version 3) that bundles a few performance related
- fixes (LP: #673452, #673394)
+ fixes (LP: #673452, #673394).
- Added a (LRU-type) event cache to speed up similar requests.
Python API:
- - Fix find_event_for_template to stop ignoring the template (LP: #690377)
- - Add get_extensions method to ZeitgeistClient
+ - Fix find_event_for_template to stop ignoring the template (LP: #690377).
+ - Add get_extensions method to ZeitgeistClient.
Overall:
- - Using logging output for debugging purposes (LP: #660440)
- - Stop building man page for zeitgeist-datahub (LP: #680360)
- - Allow easy building for KDE (LP: #683280)
+ - Using logging output for debugging purposes (LP: #660440).
+ - Stop building man page for zeitgeist-datahub (LP: #680360).
+ - Allow easy building for KDE (LP: #683280).
- Logging output now displays how many events were actually inserted from
- the batch of requested inserts (LP: #660440)
- - Changed License to LGPL 2.1+
+ the batch of requested inserts (LP: #660440).
+ - Changed License to LGPL 2.1+.
2010-11-01: Zeitgeist 0.6 "Buzzer Beater"
-----------------------------------------