You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(7) |
2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(17) |
Nov
(18) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
2008 |
Jan
(17) |
Feb
(20) |
Mar
(8) |
Apr
(8) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(6) |
Sep
(9) |
Oct
(19) |
Nov
(4) |
Dec
(35) |
2009 |
Jan
(40) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
|
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(15) |
Dec
(15) |
2010 |
Jan
(5) |
Feb
(20) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(11) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
|
2011 |
Jan
(8) |
Feb
(19) |
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(21) |
Oct
(7) |
Nov
(4) |
Dec
|
2012 |
Jan
(3) |
Feb
(25) |
Mar
(8) |
Apr
(10) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(12) |
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
2013 |
Jan
(10) |
Feb
(4) |
Mar
(10) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(37) |
Aug
(20) |
Sep
(11) |
Oct
(1) |
Nov
(34) |
Dec
|
2014 |
Jan
(8) |
Feb
(26) |
Mar
(24) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(28) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(16) |
Dec
|
2016 |
Jan
|
Feb
(6) |
Mar
|
Apr
(9) |
May
(23) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
|
Jul
(3) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(3) |
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
(2) |
7
|
8
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
(1) |
24
|
25
|
26
|
27
(2) |
28
|
29
|
30
|
31
|
|
|
|
|
From: Stephen S. <rad...@gm...> - 2009-03-27 23:03:49
|
We are pleased to present stable release 0.26 of LibLo, the lightweight, easy to use implementation of the Open Sound Control protocol. Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is designed for use over modern network transports. This release marks the first release of LibLo under the LGPL license version 2.1 or later, allowing the use of LibLo in non-GPL applications as long as it is dynamically linked such that the LibLo portion of the application can remain freely modifiable. We hope that this will allow compatibility with a wider variety of audio applications and encourage the use of open protocols even in commercial software. (This change was motivated by receiving a number of requests for special permission for the use of LibLo in non-GPL software.) This release also introduces some new features, such as the ability to use custom transports, proper TCP multi-session support, access to bundle timestamp information, and wider C compiler compatibility. Details: - Change license to LGPL 2.1 or later. - Add return codes to all functions that may fail. - Fix memory leaks in lo_address_new_from_url(), dispatch_method(), lo_url_get_path() - Move lo_arg_size(), lo_get_path(), lo_arg_host/network_endian() back to lo_lowlevel.h. - Expose the lo_server_dispatch_data() function as public, making it possible to react to messages contained in an arbitrary block of memory. (i.e., allows use with custom transport protocols) - Get protocol by ID number. - Keep TCP sessions open, and automatically track multiple open sessions in a data structure. - Allow access to bundle timestamp information. - Fix bug in lo_timetag_diff(). - Change the value of LO_TT_IMMEDIATE to correspond with the OSC specification. - Enable SO_REUSEPORT when initializing a multicast server. - Update the "soname" describing API/ABI compatibility. - Update documentation and various bug fixes. - Compiles under MSVC, avoiding the use of gcc-isms when not using gcc. Contributions by: - Mike Wozniewski - Dominic Sacré - Alex McLean - Steve Harris - Kentaro Fukuchi - Koichiro Ozaki - Stephen Sinclair Please feel free to download it at SourceForge: http://downloads.sourceforge.net/liblo/liblo-0.26.tar.gz Or read the online documentation: http://liblo.sourceforge.net Stephen Sinclair LibLo maintainer |
From: Stephen S. <rad...@gm...> - 2009-03-27 21:28:12
|
Seems like my problem ticket has finally been resolved, and the 0.26 LibLo release is now available for download. I'll send out the official announcement now. Sorry for such a long delay with this release. Steve |
From: Stephen S. <rad...@gm...> - 2009-03-23 20:49:38
|
2009/3/17 Camille Troillard <ca...@os...>: > Hi, > I am facing a problem with an application (on which I have no control over > the source code), is sending nested bundles. > Here is a small patch to server.c (freshly diff'ed against svn trunk) that > allows for nested bundles, but I can't guarantee the consequences of that > modification regarding timing implications, and the such. At least, it now > works on my side. > Thanks. > Cam Nice and simply, that's great, thanks! I'll test it more fully soon. Steve |
From: Stephen S. <rad...@gm...> - 2009-03-10 02:45:07
|
Hi, Just thought I'd give a short update on LibLo. I released 0.26 on the weekend but it seems there's some kind of trouble with the SourceForge mirrors, so if you got an email saying the release is ready but are having trouble downloading it, don't be surprised. I've submitted a trouble ticket and I'll send an announce as soon as this is resolved. In the meantime, if you're working from source, feel free to use the svn or git tag "0.26". Steve |
From: Stephen S. <rad...@gm...> - 2009-03-06 07:19:52
|
Forgot to mention, I used "premake4" to generate the MSVC project files. This little program allows configuration of the project from a Lua script. I thought it was a nice trade-off to include this instead of having to deal with a bunch of different files for every version of every different IDE on Windows. So if you're using Visual Studio 2003, for example, you need to go to the "build" folder and do: cd build premake4.exe vs2003 And it will generate project files for VS 2003. By the way, just for the record, LibLo also compiles fine for me with MSYS/MingW. Steve On Fri, Mar 6, 2009 at 2:16 AM, Stephen Sinclair <rad...@gm...> wrote: > Hi, > > I just committed a bunch of patches allows LibLo to be compiled using > MS Visual C. testlo passes for me. If anyone's interested in testing > please feel free. > > (In general this also removes hard dependencies on some gcc-isms and > C99 extensions, so probably LibLo will now compile with other > compilers as well, though I haven't tried.) > > > Steve > |
From: Stephen S. <rad...@gm...> - 2009-03-06 07:16:04
|
Hi, I just committed a bunch of patches allows LibLo to be compiled using MS Visual C. testlo passes for me. If anyone's interested in testing please feel free. (In general this also removes hard dependencies on some gcc-isms and C99 extensions, so probably LibLo will now compile with other compilers as well, though I haven't tried.) Steve |