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
(2) |
5
|
6
|
7
|
8
|
9
|
10
|
11
(2) |
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
From: Stephen S. <rad...@gm...> - 2009-08-11 13:06:03
|
On Mon, Aug 10, 2009 at 11:48 PM, Felipe Sateler<fsa...@gm...> wrote: > El martes 4 de agosto, Stephen Sinclair escribió: >> On Tue, Aug 4, 2009 at 1:41 AM, Felipe Sateler<fsa...@gm...> wrote: >> > Hi. I'm the new maintainer (actually, part of a team) for liblo in >> > debian, and I have been preparing the latest release for distribution for >> > a while now. I want to ask what is the premake4 windows binary and lua >> > script are, and why are they included (without source) in the source >> > distribution. In debian we might be forced to remove the binary (as it is >> > sourceless) from the source tarball, but this probably doesn't really >> > matter much. I googled around and premake seems to be a build helper >> > tool. If so, is its usage recommended? So far, we use the configure >> > script + make to build liblo. >> >> Hi, >> >> Great to hear from you. I'm very happy that debian is considering >> including a newer version of liblo. The premake4 binary is in the >> repo only for generating Visual Studio project files, and can safely >> be ignored or removed on *nix. I included it as a binary for >> simplicity, it is unmodified from the premake project. I took a cue >> from the Open Dynamics Engine on using premake to handle Visual >> Studio-related things, even the premake script file is modified from >> their project. The autotools build is still used for Linux, OS X, and >> other *nix OSes. > > OK. FWIW, it would be simpler for me if you didn't ship the binary, because > then I have to repack the tarball without it. It is not a big deal, however, > as I already have a script in place to do this automatically. > >> >> By the way, now that liblo includes a couple of tools (oscsend and >> oscdump), you might consider creating a liblo-tools package, but >> that's up to you obviously. My 2cents is that I think it would be >> incredibly useful if these command-line tools for sending and >> receiving OSC could be included in Debian. >> >> (I already use these tools for doing unit testing on OSC-related >> projects, for example.) > > Noted, the new version will include a liblo-tools package with said tools. Great, thank you for your work! That's excellent news. Steve |
From: Felipe S. <fsa...@gm...> - 2009-08-11 03:49:01
|
El martes 4 de agosto, Stephen Sinclair escribió: > On Tue, Aug 4, 2009 at 1:41 AM, Felipe Sateler<fsa...@gm...> wrote: > > Hi. I'm the new maintainer (actually, part of a team) for liblo in > > debian, and I have been preparing the latest release for distribution for > > a while now. I want to ask what is the premake4 windows binary and lua > > script are, and why are they included (without source) in the source > > distribution. In debian we might be forced to remove the binary (as it is > > sourceless) from the source tarball, but this probably doesn't really > > matter much. I googled around and premake seems to be a build helper > > tool. If so, is its usage recommended? So far, we use the configure > > script + make to build liblo. > > Hi, > > Great to hear from you. I'm very happy that debian is considering > including a newer version of liblo. The premake4 binary is in the > repo only for generating Visual Studio project files, and can safely > be ignored or removed on *nix. I included it as a binary for > simplicity, it is unmodified from the premake project. I took a cue > from the Open Dynamics Engine on using premake to handle Visual > Studio-related things, even the premake script file is modified from > their project. The autotools build is still used for Linux, OS X, and > other *nix OSes. OK. FWIW, it would be simpler for me if you didn't ship the binary, because then I have to repack the tarball without it. It is not a big deal, however, as I already have a script in place to do this automatically. > > By the way, now that liblo includes a couple of tools (oscsend and > oscdump), you might consider creating a liblo-tools package, but > that's up to you obviously. My 2cents is that I think it would be > incredibly useful if these command-line tools for sending and > receiving OSC could be included in Debian. > > (I already use these tools for doing unit testing on OSC-related > projects, for example.) Noted, the new version will include a liblo-tools package with said tools. Saludos, Felipe Sateler |
From: Stephen S. <rad...@gm...> - 2009-08-04 17:01:39
|
On Tue, Aug 4, 2009 at 1:41 AM, Felipe Sateler<fsa...@gm...> wrote: > Hi. I'm the new maintainer (actually, part of a team) for liblo in debian, and > I have been preparing the latest release for distribution for a while now. I > want to ask what is the premake4 windows binary and lua script are, and why > are they included (without source) in the source distribution. In debian we > might be forced to remove the binary (as it is sourceless) from the source > tarball, but this probably doesn't really matter much. I googled around and > premake seems to be a build helper tool. If so, is its usage recommended? So > far, we use the configure script + make to build liblo. Hi, Great to hear from you. I'm very happy that debian is considering including a newer version of liblo. The premake4 binary is in the repo only for generating Visual Studio project files, and can safely be ignored or removed on *nix. I included it as a binary for simplicity, it is unmodified from the premake project. I took a cue from the Open Dynamics Engine on using premake to handle Visual Studio-related things, even the premake script file is modified from their project. The autotools build is still used for Linux, OS X, and other *nix OSes. By the way, now that liblo includes a couple of tools (oscsend and oscdump), you might consider creating a liblo-tools package, but that's up to you obviously. My 2cents is that I think it would be incredibly useful if these command-line tools for sending and receiving OSC could be included in Debian. (I already use these tools for doing unit testing on OSC-related projects, for example.) Steve |
From: Felipe S. <fsa...@gm...> - 2009-08-04 05:41:53
|
Hi. I'm the new maintainer (actually, part of a team) for liblo in debian, and I have been preparing the latest release for distribution for a while now. I want to ask what is the premake4 windows binary and lua script are, and why are they included (without source) in the source distribution. In debian we might be forced to remove the binary (as it is sourceless) from the source tarball, but this probably doesn't really matter much. I googled around and premake seems to be a build helper tool. If so, is its usage recommended? So far, we use the configure script + make to build liblo. Saludos, Felipe Sateler |