From d1c3628ea5f5b3b7a805e21ecf0a57f616f873b6 Mon Sep 17 00:00:00 2001
From: Robert Elliott <elliott@hpe.com>
Date: Thu, 3 Dec 2015 11:52:36 -0600
Subject: [PATCH v2 3/3] Bump version to 2.03

In NEWS, include summary of user-visible changes since the last update
on 2015-10-29 (commit 33b1103, which added an entry in the 2.02 list).
---
 NEWS         | 20 ++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 2db2f87..2294208 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+New in 2.03:
+
+  * Map UEFI Persistent Memory to E820 persistent memory
+  * Improve TCP window scaling support
+  * Fix Fast TSC (timestamp counter) calibration  if the PIT
+    (programmable interval timer) is broken
+  * Perform TSC (timestamp counter) calibration with other
+    sources such as pmtimers (power management timers) 
+    (e.g., in Hyper-V Gen2 VMs)
+  * Fix bug incorrectly mapping formerly reserved UEFI types
+    (including Persistent Memory type 14) to E820 usable memory
+    rather than E820 reserved memory
+  * Fix DNS record lookup fallback
+  * Fix password entry on stdin
+  * Fixed terminal size and position in FGX themes
+  * Added SAS disks to the IEEE 1275 Open Firmware device list
+  * Support encrypted containers on multiple partitions of the same disk
+  * Fixed device detection with large number of devices
+  * Improved reproducible builds
+
 New in 2.02:
 
 * New/improved filesystem and disk support:
diff --git a/configure.ac b/configure.ac
index 3300545..95f94bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl (such as BUILD_CC, BUILD_CFLAGS, etc.) for the build type and variables
 dnl with the prefix "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are
 dnl used for the target type. See INSTALL for full list of variables.
 
-AC_INIT([GRUB],[2.02~beta2],[bug-grub@gnu.org])
+AC_INIT([GRUB],[2.03],[bug-grub@gnu.org])
 
 AC_CONFIG_AUX_DIR([build-aux])
 
-- 
2.4.3

