From 9ceb3bcd5ef5deda2a2c0d34dbef23f4afaff93d Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 22 Aug 2012 21:42:21 +0100 Subject: Misc: Update and shorten various libusbx URLs --- .private/wbs.txt | 4 ++-- ChangeLog | 6 +++--- INSTALL_WIN.txt | 2 +- NEWS | 2 +- README | 4 ++-- README.git | 3 +-- configure.ac | 2 +- libusb/core.c | 5 ++--- libusb/version_nano.h | 2 +- 9 files changed, 14 insertions(+), 16 deletions(-) diff --git a/.private/wbs.txt b/.private/wbs.txt index 8738cd8..2e2d9d8 100644 --- a/.private/wbs.txt +++ b/.private/wbs.txt @@ -51,10 +51,10 @@ o MinGW/cygwin o Additional information: - The libusbx 1.0 API documentation can be accessed at: - http://libusbx.sourceforge.net/api-1.0/modules.html + http://api.libusbx.org - For some libusb samples (including source), please have a look in examples/ - For additional information on the libusbx 1.0 Windows backend please visit: - https://sourceforge.net/apps/mediawiki/libusbx/index.php?title=Windows + http://windows.libusbx.org - The MinGW and MS generated DLLs are fully interchangeable, provided that you use the import libs provided or generate one from the .def also provided. - If you find any issue, please visit http://libusbx.org/ and check the diff --git a/ChangeLog b/ChangeLog index 7465d9e..359365c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ For the latest change log, please visit: -http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log +http://log.libusbx.org -Alternatively, if you have retrieved the libusbx git repository, you can simply -navigate to it and issue the command 'git log'. +Alternatively, if you have retrieved the libusbx git repository, +simply navigate to it and issue the command 'git log'. diff --git a/INSTALL_WIN.txt b/INSTALL_WIN.txt index 3ecd736..ddf9651 100644 --- a/INSTALL_WIN.txt +++ b/INSTALL_WIN.txt @@ -50,7 +50,7 @@ Links ***** Additional information related to the Windows backend: - https://sourceforge.net/apps/mediawiki/libusbx/index.php?title=Windows + http://windows.libusbx.org Latest Windows Driver (Development) Kit (WDK): http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff diff --git a/NEWS b/NEWS index a3be932..16fe072 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file lists notable changes in each release. For fine grained history, please see the git log at: -http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log +http://log.libusbx.org 2012-06-15: v1.0.12 * Fix a potential major regression with pthread on Linux diff --git a/README b/README index 46a7b57..3bf0e48 100644 --- a/README +++ b/README @@ -15,10 +15,10 @@ libusbx homepage: http://libusbx.org/ Developers will wish to consult the API documentation: -http://libusbx.sourceforge.net/api-1.0/ +http://api.libusbx.org Use the mailing list for questions, comments, etc: -https://lists.sourceforge.net/lists/listinfo/libusbx-devel +http://mailing-list.libusbx.org - Pete Batard - Hans de Goede diff --git a/README.git b/README.git index 95debb1..2cbf546 100644 --- a/README.git +++ b/README.git @@ -26,5 +26,4 @@ reference and test. We also suggest that, if you are planning to bring in a large development, you try to involve the libusbx community early by letting the mailing list know, as you may find that other people might be eager to help you out. -See https://lists.sourceforge.net/lists/listinfo/libusbx-devel for details on -how to join the mailing list. \ No newline at end of file +See http://mailing-list.libusbx.org for details on how to join the mailing list. \ No newline at end of file diff --git a/configure.ac b/configure.ac index b51555c..e19803c 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ LU_DEFINE_VERSION_ATOM([LIBUSB_MINOR]) LU_DEFINE_VERSION_ATOM([LIBUSB_MICRO]) LU_DEFINE_VERSION_RC_ATOM([LIBUSB_RC]) -AC_INIT([libusbx],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusbx-devel@lists.sourceforge.net],[libusbx],[http://www.libusbx.org/]) +AC_INIT([libusbx],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusbx-devel@lists.sourceforge.net],[libusbx],[http://libusbx.org]) # Library versioning # These numbers should be tweaked on every release. Read carefully: diff --git a/libusb/core.c b/libusb/core.c index 7c2f4d7..17e2780 100644 --- a/libusb/core.c +++ b/libusb/core.c @@ -60,13 +60,12 @@ static struct timeval timestamp_origin = { 0, 0 }; * * libusbx is an open source library that allows you to communicate with USB * devices from userspace. For more info, see the - * libusbx homepage. + * libusbx homepage. * * This documentation is aimed at application developers wishing to * communicate with USB peripherals from their own software. After reviewing * this documentation, feedback and questions can be sent to the - * libusbx-devel mailing - * list. + * libusbx-devel mailing list. * * This documentation assumes knowledge of how to operate USB devices from * a software standpoint (descriptors, configurations, interfaces, endpoints, diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 6d70b12..019705e 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10551 +#define LIBUSB_NANO 10552 -- cgit v1.2.1