You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(12) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(9) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
| 2008 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
(24) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dan S. <dds...@us...> - 2005-12-19 19:22:58
|
Update of /cvsroot/javax-usb/javax-usb-ri In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28208 Modified Files: javax-usb-ri.spec Log Message: update version number to 1.0.1 Index: javax-usb-ri.spec =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri/javax-usb-ri.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** javax-usb-ri.spec 1 Mar 2005 01:46:22 -0000 1.2 --- javax-usb-ri.spec 19 Dec 2005 19:22:50 -0000 1.3 *************** *** 1,5 **** Summary: javax.usb Common Reference Implementation Name: javax-usb-ri ! Version: 1.0.0 Release: 1 Copyright: (c)Copyright International Business Machines Corporation 2001. All rights reserved. --- 1,5 ---- Summary: javax.usb Common Reference Implementation Name: javax-usb-ri ! Version: 1.0.1 Release: 1 Copyright: (c)Copyright International Business Machines Corporation 2001. All rights reserved. |
|
From: Dan S. <dds...@us...> - 2005-12-19 19:22:48
|
Update of /cvsroot/javax-usb/javax-usb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28140 Modified Files: javax-usb.spec Log Message: update version number to 1.0.1 Index: javax-usb.spec =================================================================== RCS file: /cvsroot/javax-usb/javax-usb/javax-usb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** javax-usb.spec 1 Mar 2005 01:44:37 -0000 1.3 --- javax-usb.spec 19 Dec 2005 19:22:38 -0000 1.4 *************** *** 1,5 **** Summary: javax.usb API Name: javax-usb ! Version: 1.0.0 Release: 1 Copyright: (c)Copyright International Business Machines Corporation 2001. All rights reserved. --- 1,5 ---- Summary: javax.usb API Name: javax-usb ! Version: 1.0.1 Release: 1 Copyright: (c)Copyright International Business Machines Corporation 2001. All rights reserved. |
|
From: Dan S. <dds...@us...> - 2005-12-19 19:11:24
|
Update of /cvsroot/javax-usb/javax-usb-ri-linux/src/com/ibm/jusb/os/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23831/src/com/ibm/jusb/os/linux Modified Files: Version.java Log Message: update to version number 1.0.1 Index: Version.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri-linux/src/com/ibm/jusb/os/linux/Version.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Version.java 13 Apr 2005 18:20:41 -0000 1.13 --- Version.java 19 Dec 2005 19:11:15 -0000 1.14 *************** *** 25,29 **** public static final String LINUX_API_VERSION = "1.0.0"; ! public static final String LINUX_IMP_VERSION = "1.0.1-CVS"; public static final String LINUX_IMP_DESCRIPTION = "JSR80 : javax.usb" --- 25,29 ---- public static final String LINUX_API_VERSION = "1.0.0"; ! public static final String LINUX_IMP_VERSION = "1.0.1"; public static final String LINUX_IMP_DESCRIPTION = "JSR80 : javax.usb" |
|
From: Dan S. <dds...@us...> - 2005-12-19 19:10:48
|
Update of /cvsroot/javax-usb/javax-usb-ri/src/com/ibm/jusb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23007/src/com/ibm/jusb Modified Files: Version.java Log Message: update to version number 1.0.1 Index: Version.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri/src/com/ibm/jusb/Version.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Version.java 13 Apr 2005 18:20:19 -0000 1.17 --- Version.java 19 Dec 2005 19:10:36 -0000 1.18 *************** *** 56,59 **** private static final String VERSION_API = "1.0.0"; ! private static final String VERSION_PLATFORM_INDEPENDENT_RI = "1.0.1-CVS"; } --- 56,59 ---- private static final String VERSION_API = "1.0.0"; ! private static final String VERSION_PLATFORM_INDEPENDENT_RI = "1.0.1"; } |
|
From: Dan S. <dds...@us...> - 2005-12-19 19:08:47
|
Update of /cvsroot/javax-usb/javax-usb/src/javax/usb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22240/src/javax/usb Modified Files: Version.java Log Message: update to version 1.0.1 Index: Version.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb/src/javax/usb/Version.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Version.java 13 Apr 2005 18:04:05 -0000 1.19 --- Version.java 19 Dec 2005 19:08:39 -0000 1.20 *************** *** 65,68 **** private static final String VERSION_USB_SPECIFICATION = "1.1"; ! private static final String VERSION_JAVAX_USB = "1.0.1-CVS"; } --- 65,68 ---- private static final String VERSION_USB_SPECIFICATION = "1.1"; ! private static final String VERSION_JAVAX_USB = "1.0.1"; } |
|
From: Dan S. <dds...@us...> - 2005-11-28 21:53:56
|
Update of /cvsroot/javax-usb/javax-usb-ri-linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28120 Modified Files: README Log Message: whitespace change to test cvs mailing list. Hello javax-usb-cvs mailing list! Index: README =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri-linux/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 20 Aug 2004 14:21:31 -0000 1.7 --- README 28 Nov 2005 21:53:48 -0000 1.8 *************** *** 47,49 **** your system full access to all of your USB devices. To improve security you should set the permissions more restrictive and give read-write access to only a specific user or specific group. - --- 47,48 ---- |