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

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



 ChangeLog          |   16 ++++++++++++++++
 configure.ac       |    2 +-
 debian/changelog   |    5 +++--
 src/dummy_driver.c |    4 ----
 4 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit f7cd5ea56609a7b9702056d41ff5dd173a8f29a5
Author: Michele Cane <michele.cane@gmail.com>
Date:   Thu Sep 12 16:14:53 2013 +0200

    Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index a5bcc2d..83e827f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+commit 4160421c642fc6b2dd3100a06f236efc6bbe0e08
+Author: Julien Cristau <jcristau@debian.org>
+Date:   Mon Sep 9 19:45:23 2013 +0200
+
+    Bump to 0.3.7
+    
+    Signed-off-by: Julien Cristau <jcristau@debian.org>
+
+commit 44f04fd3046043ed31369025f34353c4e0e5c1cd
+Author: Adam Jackson <ajax@redhat.com>
+Date:   Tue Sep 25 08:54:36 2012 -0400
+
+    Remove mibstore.h
+    
+    Signed-off-by: Adam Jackson <ajax@redhat.com>
+
 commit fee6b520a620eed80e22840b8149abc50815f771
 Author: Dave Airlie <airlied@gmail.com>
 Date:   Wed Jul 18 19:39:32 2012 +1000
diff --git a/debian/changelog b/debian/changelog
index 3e9dfd8..4de7469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-dummy (1:0.3.6-1) UNRELEASED; urgency=low
+xserver-xorg-video-dummy (1:0.3.7-1) UNRELEASED; urgency=low
 
   [ Maarten Lankhorst ]
   * New upstream release.
@@ -6,8 +6,9 @@ xserver-xorg-video-dummy (1:0.3.6-1) UNRELEASED; urgency=low
 
   [ Michele Cane ]
   * Bump Standards-Version to 3.9.4, no changes needed.
+  * New upstream release.
 
- -- Maarten Lankhorst <maarten.lankhorst@canonical.com>  Wed, 18 Jul 2012 15:57:12 +0200
+ -- Michele Cane <michele.cane@gmail.com>  Thu, 12 Sep 2013 16:14:14 +0200
 
 xserver-xorg-video-dummy (1:0.3.5-2) unstable; urgency=high
 

commit 4160421c642fc6b2dd3100a06f236efc6bbe0e08
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Sep 9 19:45:23 2013 +0200

    Bump to 0.3.7
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

diff --git a/configure.ac b/configure.ac
index c74f3a0..06e6d87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-dummy],
-        [0.3.6],
+        [0.3.7],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-dummy])
 AC_CONFIG_SRCDIR([Makefile.am])

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

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

diff --git a/src/dummy_driver.c b/src/dummy_driver.c
index 62066d6..6062c39 100644
--- a/src/dummy_driver.c
+++ b/src/dummy_driver.c
@@ -14,9 +14,6 @@
 /* All drivers initialising the SW cursor need this */
 #include "mipointer.h"
 
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
 /* All drivers using the mi colormap manipulation need this */
 #include "micmap.h"
 
@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
 		   , lines - pScrn->virtualY);
     }
 
-    miInitializeBackingStore(pScreen);
     xf86SetBackingStore(pScreen);
     xf86SetSilkenMouse(pScreen);
 	


Reply to: