summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/releases/v2.26-ReleaseNotes4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/releases/v2.26-ReleaseNotes b/Documentation/releases/v2.26-ReleaseNotes
index f5d636ef2..b7712f7ee 100644
--- a/Documentation/releases/v2.26-ReleaseNotes
+++ b/Documentation/releases/v2.26-ReleaseNotes
@@ -15,8 +15,8 @@ Util-linux 2.26 Release Notes
for some UDF volumes.
- The command hwlock(8) uses the drift correction for all relevant operations
- and it is unnecessary to specify --adjuts on hwlock command line now.
+ The command hwclock(8) uses the drift correction for all relevant operations
+ and it is unnecessary to specify --adjuts on hwclock command line now.
The command hwclock(8) does not automatically (re)calculate drift factor on
--systohc to avoid several problem (ntpd with an '11 minute mode', etc.), but
diff --git a/NEWS b/NEWS
index 0a14f6317..6a034109b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-util-linux 2.26: Jan 14 2014
+util-linux 2.26: Jan 14 2015
* see Documentation/releases/v2.26-ReleaseNotes or complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-ChangeLog
diff --git a/configure.ac b/configure.ac
index 1cb28403d..3d77307fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ PACKAGE_VERSION_RELEASE=0
dnl libblkid version
LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"
-LIBBLKID_DATE="12-Jan-2014"
+LIBBLKID_DATE="12-Jan-2015"
LIBBLKID_LT_MAJOR=1
LIBBLKID_LT_MINOR=1
LIBBLKID_LT_MICRO=0