From 5e77b8838b2a7d3a850ae6e532727fcf5dbaef1e Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 19 May 2014 11:33:03 +0200 Subject: [PATCH] ChangeLog: Add an entry about the Russian strerror translation Signed-off-by: Hans de Goede --- ChangeLog | 1 + libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3927cef..ec5b9bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ visit: http://log.libusb.info * Add support for USB bulk streams on Linux and Mac OS X (#11) * Windows: Add AMD and Intel USB-3.0 root hub support * Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10) +* Added Russian translation for libusb_strerror strings * All: Various small fixes and cleanups The (#xx) numbers are libusb issue numbers, see ie: https://github.com/libusb/libusb/issues/11 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 1be87a5..2e102e9 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10892 +#define LIBUSB_NANO 10893 -- 2.7.4