[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-fbdev: Changes to 'debian-unstable'



 ChangeLog        |   14 ++++++++++++++
 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 src/fbdev.c      |    2 --
 4 files changed, 21 insertions(+), 3 deletions(-)

New commits:
commit e9f3baaedd93c01eb18b371b4c131a9389340444
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Sep 23 20:23:27 2013 +0200

    Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index 911df67..11c783d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+commit 679ed9a4e6b54227df191c580e3ef641e075db19
+Author: Julien Cristau <jcristau@debian.org>
+Date:   Mon Sep 23 20:02:47 2013 +0200
+
+    Bump to 0.4.4
+
+commit ac293412a01d87f87eb61f4adb9db7486a75d3fc
+Author: Adam Jackson <ajax@redhat.com>
+Date:   Tue Sep 25 08:54:37 2012 -0400
+
+    Remove mibstore.h
+    
+    Signed-off-by: Adam Jackson <ajax@redhat.com>
+
 commit 2edaad4ab2c75e6863caa529d27cd141f579914a
 Author: Dave Airlie <airlied@redhat.com>
 Date:   Mon Jul 2 12:47:08 2012 +0100
diff --git a/debian/changelog b/debian/changelog
index e94d699..558568b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-fbdev (1:0.4.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Julien Cristau <jcristau@debian.org>  Mon, 23 Sep 2013 20:23:23 +0200
+
 xserver-xorg-video-fbdev (1:0.4.3-2) unstable; urgency=low
 
   * Make sure not to enable XV support in the udeb: XV comes from

commit 679ed9a4e6b54227df191c580e3ef641e075db19
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Sep 23 20:02:47 2013 +0200

    Bump to 0.4.4

diff --git a/configure.ac b/configure.ac
index 188ce6b..d9e4219 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-fbdev],
-        [0.4.3],
+        [0.4.4],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-fbdev])
 AC_CONFIG_SRCDIR([Makefile.am])

commit ac293412a01d87f87eb61f4adb9db7486a75d3fc
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Sep 25 08:54:37 2012 -0400

    Remove mibstore.h
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

diff --git a/src/fbdev.c b/src/fbdev.c
index cd7ebc5..f5a7378 100644
--- a/src/fbdev.c
+++ b/src/fbdev.c
@@ -14,7 +14,6 @@
 #include "xf86_OSproc.h"
 
 #include "mipointer.h"
-#include "mibstore.h"
 #include "micmap.h"
 #include "colormapst.h"
 #include "xf86cmap.h"
@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
 	}
 
 	xf86SetBlackWhitePixels(pScreen);
-	miInitializeBackingStore(pScreen);
 	xf86SetBackingStore(pScreen);
 
 	/* software cursor */


Reply to: