gnomeweb-wml r6640 - trunk/projects.gnome.org/tracker



Author: mmattioni
Date: Mon Feb  9 18:02:36 2009
New Revision: 6640
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6640&view=rev

Log:
updating the site for the 0.6.90 release

Modified:
   trunk/projects.gnome.org/tracker/development.html
   trunk/projects.gnome.org/tracker/download.html
   trunk/projects.gnome.org/tracker/index.html

Modified: trunk/projects.gnome.org/tracker/development.html
==============================================================================
--- trunk/projects.gnome.org/tracker/development.html	(original)
+++ trunk/projects.gnome.org/tracker/development.html	Mon Feb  9 18:02:36 2009
@@ -42,7 +42,7 @@
 
 <p>ViewCVS web interface for svn: <a href="http://svn.gnome.org/viewcvs/tracker/";>http://svn.gnome.org/viewcvs/tracker/</a></p>
 
-<p>Some ideas about the new Features that want to be added to Tracker can be found on the <a href="http://live.gnome.org/Tracker/SoC";>wiki</a>.</p>
+<p>Some ideas about the new Features that want to be added to Tracker can be found on the <a href="http://live.gnome.org/Tracker";>wiki</a>.</p>
 
 <h3>Developing applications using Tracker</h3>
 <p>We are planning to set-up a proper page into the Wiki ASAP. For now we write into the <a href="faq.html">FAQ</a> the questions collected in the IRC channel.</p>

Modified: trunk/projects.gnome.org/tracker/download.html
==============================================================================
--- trunk/projects.gnome.org/tracker/download.html	(original)
+++ trunk/projects.gnome.org/tracker/download.html	Mon Feb  9 18:02:36 2009
@@ -36,10 +36,10 @@
 <p>Here are the latest source tarballs for Tracker:</p>
 
 <ul>
-	<li><a href="http://www.gnome.org/~jamiemcc/tracker/tracker-0.6.6.tar.gz";>
-			Tracker 0.6.6 (gz)</a></li>
-	<li><a href="http://www.gnome.org/~jamiemcc/tracker/tracker-0.6.6.tar.bz2";>
-			Tracker 0.6.6 (bz2)</a></li>
+	<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-0.6.90.tar.gz";>
+			Tracker 0.6.90 (gz)</a></li>
+	<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-0.6.90.tar.bz2";>
+			Tracker 0.6.90 (bz2)</a></li>
 </ul>
 
 for Binary Packages see <a href="start.html">Getting Started</a>.

Modified: trunk/projects.gnome.org/tracker/index.html
==============================================================================
--- trunk/projects.gnome.org/tracker/index.html	(original)
+++ trunk/projects.gnome.org/tracker/index.html	Mon Feb  9 18:02:36 2009
@@ -112,6 +112,56 @@
 
 <h3>News</h3>
 
+<h4>9 Feb 2009 - Tracker 0.6.90 released</h4>
+<h5>New stuff</h5>
+<ul><li>Major re-factoring over the last 12 months for cleaner code.</li>
+<li>Modular approach with:</li>
+ <ul><li>libtracker-common
+   (common functions shared across all binaries)</li>
+ <li>libtracker-db
+   (database abstraction and manipulation API)</li>
+ <li>libtracker-data
+   (a higher level data get/set API)</li>
+  <li>libtracker-module
+   (an API used by 3rd parties to index their content)</li></ul>
+   
+ <li>DBus re-factoring and use of GLib bindings (for maintainability).
+ (The method names haven't changed, but the objects have, so the
+ client applications will need to be updated).</li>
+<li>Extractors are now run as an external process detached from the
+ indexer to not crash the indexer for problematic files.</li>
+<li>The utility applications have all been improved and use GOption
+ for argument parsing.</li>
+<li>Configuration is now more centralised and used by applications as
+ well as the daemon/indexer.</li> 
+<li>...</li> 
+</ul>
+
+<h5>New documentation</h5>
+
+<ul><li>Updated the documentation to use tracker in your application</li></ul>
+
+<h5>Bug fixing</h5>
+
+<ul><li>Fixed #486733, crash in Deskbar: Trying to launch the Tra... (Carlos Garnacho)</li>
+<li>Fixed #474131, crash in Deskbar: Deskbar search applet --... (Carlos Garnacho)</li>
+<li>Fixed #97029, Typos in the italian translation of the About box (Mikael Ottela)</li>
+<li>Fixed #97765, GFlare: switchng between circle/poly doesn't work (Ivan Frade)</li>
+<li>Fixed #93935, line object connects to self (Ivan Frade)</li>
+<li>Fixed #90700, "View as EOG Image" (Martyn Russell)</li>
+<li>Fixed #90138, no way to cleanly unset a message's message_id header (Mikael Ottela)</li>
+<li>Fixed #96999, Right-click context menu should contain copy entry (even on webpages without input fields) (Mikael Ottela)</li>
+<li>Fixed #100816, [ui-review] Edit menu usability (Mikael Ottela)</li>
+<li>Fixed #90374, help crashes (Mikael Ottela)</li>
+<li>Fixed #93962, gtkspinbutton wants to own its adjustment (Philip Van Hoof)</li>
+<li>Fixed #97125, missing dot between two sentences in docs for gtk_icon_size_lookup_for_settings () (Mikael Ottela)</li>
+<li>Fixed #89254, Documentation updates and corrections for GtkTreeModel (Mikael Ottela)</li>
+<li>Fixed #99281, acme should use an event filter (Mikael Ottela)</li>
+<li>...</li></ul>
+
+check the <a href="http://svn.gnome.org/viewvc/tracker/trunk/NEWS?revision=2907&view=markup";>complete changelog</a> to see all the changes and the BUG fixing.
+
+
 <h4>3rd March 2008 - Tracker 0.6.6 released</h4>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]