r4010 - in trunk: . web



Author: stw
Date: 2006-10-22 08:32:43 -0400 (Sun, 22 Oct 2006)
New Revision: 4010

Modified:
   trunk/ChangeLog
   trunk/web/news.doxi
Log:
Sun Oct 22 14:31:48 2006  Stefan Westerfeld  <stefan space twc de>

	* web/news.doxi: A summary of the things that happened since the last
	release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-10-22 01:55:54 UTC (rev 4009)
+++ trunk/ChangeLog	2006-10-22 12:32:43 UTC (rev 4010)
@@ -1,3 +1,8 @@
+Sun Oct 22 14:31:48 2006  Stefan Westerfeld  <stefan space twc de>
+
+	* web/news.doxi: A summary of the things that happened since the last
+	release.
+
 Sun Oct 22 01:54:54 2006  Stefan Westerfeld  <stefan space twc de>
 
 	* beast-gtk/bsttrackroll.c: Fix tact numbers in TrackRoll view,

Modified: trunk/web/news.doxi
===================================================================
--- trunk/web/news.doxi	2006-10-22 01:55:54 UTC (rev 4009)
+++ trunk/web/news.doxi	2006-10-22 12:32:43 UTC (rev 4010)
@@ -36,6 +36,83 @@
 @dnl ----------------------------- START -----------------------------
 
 
+ newsentry{Sunday 22 October 2006, Development News}
+
+Some time has passed since the last release, so here are some of the things
+we've been working on:
+
+ itemize
+
+ item
+The @doxer_bold{test suite} is being improved. We have now three different make
+targets, @code{make check}, @code{make slowcheck} and @code{make perf}, which
+contain normal tests, tests that take a lot of cpu time and performance tests.
+One important goal is to make normal tests as fast as possible, so that it is
+no longer painful to run @code{make check} after changing something. Better
+testing means less bugs in the long run.
+
+ item
+Normal and SSE optimized @doxer_bold{fast factor 2 resampling} has been
+improved and added, as proposed in enhancement bug
+ uri{http://bugzilla.gnome.org/show_bug.cgi?id=336366, #336366}. Right now,
+this change is not end-user visible, but intend to provide at least
+command-line access to it in beast-0.7.1.
+
+ item
+Work has started on reimplementing some of the @doxer_bold{IIR filter code}, by
+integrating code from Stephen L. Moshier. The BseIIRFilter plugin (which allows
+high-pass, low-pass, band-pass and band-stop filtering) used to be numerically
+instable, which these improvements should fix, once finished. The new code will
+allow designing @uri{http://en.wikipedia.org/wiki/Elliptic_filter, elliptic
+filters}, which provide sharper filter cutoff than anything we had before.
+
+ item
+Some support for generating of @doxer_bold{documentation for C++ code} with our
+documentation tool, doxer, has been added. An example for a C++ class with
+some documentation is the
+ uri{@top_webdir/rdocu-birnet/birnetutils.hh.html#Birnet::Deletable,
+Birnet::Deletable class}.
+
+ item
+The birnet library, which provides some essential functionality for beast and
+ uri{http://www.rapicorn.org, rapicorn}, such as a C++ signal system and
+C++ threads has been @doxer_bold{ported to C++}. By this change, some of the
+legacy C code could be removed.
+
+ item
+There is a workaround for the problems we had with different versions of
+intltool in the SVN now. The real fix needs to go in intltool, see
+ uri{http://bugzilla.gnome.org/show_bug.cgi?id=358495, #358495}.
+
+ done
+
+Some @doxer_bold{bugs were fixed}:
+ table{noframe}
+ row
+ dnl --- HACK: extra cell to indent the table a bit ---
+ cell @rawhtml{&nbsp;&nbsp;&nbsp;&nbsp;}
+ cell #346916
+ cell @uri{http://bugzilla.gnome.org/show_bug.cgi?id=346916, Tact numbers in TrackRoll view wrong}
+ done
+ row
+ cell
+ cell #353135
+ cell @uri{http://bugzilla.gnome.org/show_bug.cgi?id=353135, Detuning/Transposing Xtal Strings}
+ done
+ row
+ cell
+ cell #353442
+ cell @uri{http://bugzilla.gnome.org/show_bug.cgi?id=353442, DavOrgran transpose / fine_tune}
+ done
+ row
+ cell
+ cell #364041
+ cell @uri{http://bugzilla.gnome.org/show_bug.cgi?id=364041, Making the DavOrgan module testable}
+ done
+ done
+
+
+
 @newsentry{Wednesday 16 August 2006, Documentation updates}
 
 The @uri{ top_webdir/documentation, documentation section} and the




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