<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jackaudio.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>JACK - connecting a world of audio</title>
 <link>http://jackaudio.org</link>
 <description></description>
 <language>en</language>
<item>
 <title>JACK 1.9.2 released</title>
 <link>http://jackaudio.org/node/24</link>
 <description>&lt;p&gt;Future JACK2 will be based on C++ jackdmp code base. Jack 1.9.2 is the &quot;renaming&quot; of jackdmp and the result of a lot of developments started after LAC 2008.&lt;/p&gt;
&lt;p&gt;What is new:&lt;/p&gt;
&lt;p&gt;- Solaris version with a new OSS backend (Yes We Can !!)&lt;br /&gt;
- New &quot;profiling&quot; tools, allowing to better understand/measure the temporal behaviour of the system.&lt;br /&gt;
- Rework the mutex/signal classes.&lt;br /&gt;
- Support for BIG_ENDIAN machines in NetJack2.&lt;br /&gt;
- D-BUS based device reservation to better coexist with PulseAudio on Linux.&lt;br /&gt;
- Add auto-connect parameter in netmanager and netadapter.&lt;br /&gt;
- Use Torben Hohn PI controler code for adapters.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/24&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/24#comment</comments>
 <pubDate>Mon, 23 Mar 2009 06:49:44 -0700</pubDate>
 <dc:creator>letz</dc:creator>
 <guid isPermaLink="false">24 at http://jackaudio.org</guid>
</item>
<item>
 <title>JACK 1.9.1 released</title>
 <link>http://jackaudio.org/node/23</link>
 <description>&lt;p&gt;Future JACK2 will be based on C++ jackdmp code base. Jack 1.9.1 is the &quot;renaming&quot; of jackdmp and the result of a lot of developments started after LAC 2008.&lt;/p&gt;
&lt;p&gt;What is new:&lt;/p&gt;
&lt;p&gt;- A lot of improvements and bug fixes in NetJack2, that is now working more reliably.&lt;br /&gt;
- Synchronize the JACK2 codebase with recent changes in JACK1 API (in particular some thread related functions as well as ALSA backend, ring buffer code...)&lt;br /&gt;
- A lot of small bug fixes and improvements everywhere.&lt;/p&gt;
</description>
 <comments>http://jackaudio.org/node/23#comment</comments>
 <pubDate>Wed, 11 Feb 2009 02:11:07 -0800</pubDate>
 <dc:creator>letz</dc:creator>
 <guid isPermaLink="false">23 at http://jackaudio.org</guid>
</item>
<item>
 <title>JACK 0.116.2 released (32/64 JACK MIDI bugfix)</title>
 <link>http://jackaudio.org/node/22</link>
 <description>&lt;p&gt;This release features fixes to make JACK MIDI work between mixed 32bit and 64bit JACK server and clients. This functionality was omitted from previous 32/64 bit work. There are also some minor improvements in netjack. If you are not using JACK MIDI in a mixed 32/64 environment, you probably do not need to upgrade, but no other areas of JACK have been altered, so an upgrade will not change existing behaviour. Thanks to Torben Hohn for his work on this release.&lt;/p&gt;
</description>
 <comments>http://jackaudio.org/node/22#comment</comments>
 <pubDate>Fri, 06 Feb 2009 02:55:11 -0800</pubDate>
 <dc:creator>paul</dc:creator>
 <guid isPermaLink="false">22 at http://jackaudio.org</guid>
</item>
<item>
 <title>JACK 0.116.1 released (netjack bugfix)</title>
 <link>http://jackaudio.org/node/21</link>
 <description>&lt;p&gt;&lt;a href=&quot;/downloads/jack-audio-connection-kit-0.116.1.tar.gz&quot;&gt;JACK 0.116.1&lt;/a&gt; is now released. It contains a critical bugfix for the netjack driver discovered last night. There are no other changes between this and 0.116.0. Apologies to any distribution packagers who jumped on the 0.116.0 release (but thanks also for your attention).&lt;/p&gt;
</description>
 <comments>http://jackaudio.org/node/21#comment</comments>
 <pubDate>Sat, 06 Dec 2008 02:54:18 -0800</pubDate>
 <dc:creator>paul</dc:creator>
 <guid isPermaLink="false">21 at http://jackaudio.org</guid>
</item>
<item>
 <title>JACK 0.116.0 released</title>
 <link>http://jackaudio.org/node/20</link>
 <description>&lt;p&gt;
On behalf of the JACK development community, I am happy to announce the release of 
&lt;a href=&quot;http://jackaudio.org/downloads/jack-audio-connection-kit-0.116.0.tar.gz&quot;&gt;JACK 0.116.0&lt;/a&gt;. This is an important release, because it fixes all the problems reported with 0.115.6 and now
makes 0.109.2 completely obsolete. &lt;strong&gt;Nobody&lt;/strong&gt; should be using 0.109.2 within
a few weeks, and even that is only to allow for distributions to update.
&lt;/p&gt;
&lt;p&gt;
As usual, upgrading to this new version does not require clients to be rebuilt or relinked. Packagers should note that there really are manpages for most of the
&quot;tools&quot; clients now (unlike the claim in 0.115.6). These manpages will improve as we get closer to 1.0, as will netjack which remains a hotbed of development activity thanks to Torben.
&lt;/p&gt;

&lt;h2&gt;Changes since 0.115.6&lt;/h2&gt;

&lt;p&gt;
(in rough order of importance)
&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;compile on OS X
 &lt;li&gt;fixed deadlock in jack when handling multiple vanishing clients
 &lt;li&gt;netjack now supports CELT codec to allow use over DSL/WAN
 &lt;li&gt;many fixes and redesign for netjack code 
 &lt;li&gt;add missing changes for mixed 32/64-bit server/client support
 &lt;li&gt;make dynamic SIMD work on OS X
 &lt;li&gt;man pages for most toolkit clients
 &lt;li&gt;transport control client added to toolkit clients
 &lt;li&gt;build system notably cleaned up and stabilized
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/20&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/20#comment</comments>
 <pubDate>Fri, 05 Dec 2008 09:13:09 -0800</pubDate>
 <dc:creator>paul</dc:creator>
 <guid isPermaLink="false">20 at http://jackaudio.org</guid>
</item>
<item>
 <title>JACK 0.115.6 released</title>
 <link>http://jackaudio.org/node/19</link>
 <description>&lt;p&gt;
On behalf of all those work on JACK, I am happy to announce the
release of JACK 0.115.6.
&lt;/p&gt;

&lt;a href=&quot;http://jackaudio.org/downloads/jack-audio-connection-kit-0.115.6.tar.gz&quot;&gt;http://jackaudio.org/downloads/jack-audio-connection-kit-0.115.6.tar.gz&lt;/a&gt;

&lt;p&gt;
(corresponding to svn rev 3132)
&lt;/p&gt;
&lt;p&gt;
Qualitatively speaking, this is the best and most stable version of
JACK ever released. It fixes many problems with the 0.109.2 release
(which in truth should probably never have been allowed out of the
door), as well as improving many areas of JACK. The list of changes
below summarizes the changes over the last 10 months.
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/19&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/19#comment</comments>
 <pubDate>Fri, 28 Nov 2008 06:10:46 -0800</pubDate>
 <dc:creator>paul</dc:creator>
 <guid isPermaLink="false">19 at http://jackaudio.org</guid>
</item>
<item>
 <title>New release : Jack 0.109.2</title>
 <link>http://jackaudio.org/node/18</link>
 <description>&lt;p&gt;As always, releasing reveals issues... and then they get solved... so we release...&lt;/p&gt;
&lt;p&gt;Jack 0.109.2&lt;/p&gt;
&lt;p&gt;Changelog&lt;br /&gt;
=========&lt;/p&gt;
&lt;p&gt;* fix use of popen() to work on systems that reset PATH for popen&#039;ed command (e.g. OS X)&lt;br /&gt;
* USX2Y driver updates to enable JACK MIDI devices to show up&lt;br /&gt;
  in raw-usb mode (previously, raw-usb mode didn&#039;t initialize&lt;br /&gt;
  or call MIDI drivers properly).&lt;br /&gt;
* revert name of ALSA audio backend to &quot;alsa_pcm&quot; so that pre-0.109 connection information can be used again.&lt;br /&gt;
* add disgusting kludge so that &quot;ALSA:....&quot; port names continue to work, thus not breaking connection information for 0.109&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/18&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/18#comment</comments>
 <pubDate>Wed, 30 Jan 2008 10:54:16 -0800</pubDate>
 <dc:creator>pieterpalmers</dc:creator>
 <guid isPermaLink="false">18 at http://jackaudio.org</guid>
</item>
<item>
 <title>New release : Jack 0.109.0</title>
 <link>http://jackaudio.org/node/17</link>
 <description>&lt;p&gt;Changelog&lt;br /&gt;
=========&lt;/p&gt;
&lt;p&gt;API changes:&lt;br /&gt;
* add jack_thread_wait API&lt;br /&gt;
* remove port_(un)lock functions&lt;br /&gt;
* add new time APIs&lt;br /&gt;
* add port aliases&lt;br /&gt;
* add new client registration callback&lt;br /&gt;
* add port connect callback&lt;/p&gt;
&lt;p&gt;Backends:&lt;br /&gt;
* ALSA: fix for use of snd_pcm_link&lt;br /&gt;
* ALSA: hardware jack-midi support&lt;br /&gt;
* ALSA: fix for enabling big-endian 16bit format discovery&lt;br /&gt;
* FreeBoB: fix deallocation segfault&lt;br /&gt;
* FireWire: add &#039;firewire&#039; backend for use with FFADO&lt;br /&gt;
* OSS: add support for proper triggering in OSS driver when in full duplex mode&lt;br /&gt;
* ALSA: fix illegal use of ALSA API&lt;br /&gt;
* OSS: disable software mixing and samplerate conversions on OSS 4.x&lt;br /&gt;
* CoreAudio: fix sample rate management&lt;/p&gt;
&lt;p&gt;Other:&lt;br /&gt;
* add JACK_PROMISCUOUS_SERVER handling&lt;br /&gt;
* make /dev/shm the default tmpdir&lt;br /&gt;
* add -Z flag to cancel zombification on timeout&lt;br /&gt;
* add per-port update total latency&lt;br /&gt;
* increment default watchdog timeout to 10sec&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/17&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/17#comment</comments>
 <pubDate>Mon, 14 Jan 2008 11:26:37 -0800</pubDate>
 <dc:creator>pieterpalmers</dc:creator>
 <guid isPermaLink="false">17 at http://jackaudio.org</guid>
</item>
<item>
 <title>New release : Jack 0.103.0</title>
 <link>http://jackaudio.org/node/15</link>
 <description>&lt;p&gt;Changes:&lt;br /&gt;
Fixed broken --disable-freebob config option.&lt;br /&gt;
Jack now reads the global config file.&lt;br /&gt;
Fix for jack_midiseq.&lt;br /&gt;
For for HPET code to use 32-bit reads on all platforms, for atomicity reasons.&lt;br /&gt;
Directly accessing Jack port internal structure is forbidden.&lt;br /&gt;
Minor fixes for midi support.&lt;br /&gt;
Fix for freebob driver crash.&lt;br /&gt;
Fix for alsa usb interleave_skip handling.&lt;br /&gt;
Fix for memory leak in ringbuffer.&lt;br /&gt;
Fix for shutdown segfault fix.&lt;br /&gt;
Added -lpthread to jack.pc so that clients which don&#039;t use pthreads will still get -lpthread in their link step.&lt;br /&gt;
New parameters for freebob driver.  Check help for details.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/15&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/15#comment</comments>
 <pubDate>Sun, 18 Mar 2007 16:05:06 -0700</pubDate>
 <dc:creator>taybin</dc:creator>
 <guid isPermaLink="false">15 at http://jackaudio.org</guid>
</item>
<item>
 <title>New JACK release: 0.102.20</title>
 <link>http://jackaudio.org/node/14</link>
 <description>&lt;p&gt;We&#039;re pleased to present the latest JACK release: 0.102.20.&lt;/p&gt;
&lt;p&gt;Download &lt;a href=&quot;http://prdownloads.sourceforge.net/jackit/jack-audio-connection-kit-0.102.20.tar.gz?download&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now with experimental MIDI support!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jackaudio.org/node/14&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jackaudio.org/node/14#comment</comments>
 <pubDate>Thu, 05 Oct 2006 18:53:03 -0700</pubDate>
 <dc:creator>taybin</dc:creator>
 <guid isPermaLink="false">14 at http://jackaudio.org</guid>
</item>
</channel>
</rss>
