diff --git a/NEWS b/NEWS index 6a2bfd2..03714dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Release 1.4.0 (2015-10-08) +========================== + + * Couple bug fixes + + * Add output name for DSI (so doesn't show up as "Unknown") + +NOTE: if you have a new enough xserver to use xf86-video-modesetting +with glamor, you probably should. + Release 1.3.0 (2014-10-04) ========================== diff --git a/configure.ac b/configure.ac index 3aac56e..6811e14 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-freedreno], - [1.3.0], + [1.4.0], [https://bugs.freedesktop.org/enter_bug.cgi], [xf86-video-freedreno])