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

wayland: Changes to 'debian-experimental'



 configure.ac                       |    2 +-
 debian/changelog                   |    7 +++++++
 debian/control                     |    2 +-
 doc/publican/sources/Book_Info.xml |    2 +-
 protocol/wayland.xml               |    2 +-
 src/wayland-server.c               |    1 +
 tests/list-test.c                  |   13 +++++++++++++
 7 files changed, 25 insertions(+), 4 deletions(-)

New commits:
commit 759927e9a0b81ffa7491bb91543e0762a4110760
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Wed Sep 14 12:10:24 2016 +0200

    Release to experimental

diff --git a/debian/changelog b/debian/changelog
index dfa817c..317cba6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-wayland (1.11.94-1) UNRELEASED; urgency=medium
+wayland (1.11.94-1) experimental; urgency=medium
 
   * New upstream pre-release.
   * Standards-Version is 3.9.8, no changes needed.
 
- -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 14 Sep 2016 12:01:31 +0200
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 14 Sep 2016 12:10:19 +0200
 
 wayland (1.11.91-1) experimental; urgency=medium
 

commit 117e1ecf6ca95d269f3e4d4829a323923bff80c7
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Wed Sep 14 12:09:36 2016 +0200

    Bump Standards-Version

diff --git a/debian/changelog b/debian/changelog
index 2e21149..dfa817c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wayland (1.11.94-1) UNRELEASED; urgency=medium
 
   * New upstream pre-release.
+  * Standards-Version is 3.9.8, no changes needed.
 
  -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 14 Sep 2016 12:01:31 +0200
 
diff --git a/debian/control b/debian/control
index 4209fe7..89cc1e3 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends-Indep:
  xmlto,
  xsltproc,
  docbook-xsl,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/wayland
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-xorg/wayland/wayland.git
 Homepage: http://wayland.freedesktop.org/

commit 0d0fde885f46c46d4aedaac50822aff28e82f6fb
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Wed Sep 14 12:01:48 2016 +0200

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index 56e5158..2e21149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.11.94-1) UNRELEASED; urgency=medium
+
+  * New upstream pre-release.
+
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 14 Sep 2016 12:01:31 +0200
+
 wayland (1.11.91-1) experimental; urgency=medium
 
   * New upstream pre-release

commit a4aba37ba178f8400cfdc2b595005bb76d6af2c0
Author: Bryce Harrington <bryce@osg.samsung.com>
Date:   Tue Sep 13 12:13:57 2016 -0700

    configure.ac: bump to version 1.11.94 for the RC2 release

diff --git a/configure.ac b/configure.ac
index 429a590..11e42c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_micro_version], [94])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 9afa4bfb7b1e8abfb798e25fc28545e60673ed50
Author: Yong Bakos <ybakos@humanoriented.com>
Date:   Wed Aug 17 16:08:17 2016 -0700

    server: Document display parameter
    
    Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
    Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>

diff --git a/src/wayland-server.c b/src/wayland-server.c
index 9ecfd97..9d7d9c1 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -1528,6 +1528,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
  *
  * \a errno is set on error.
  *
+ * \param display The display object
  * \param func The function to call to log a new protocol message
  * \param user_data The user data pointer to pass to \a func
  *

commit 2c8fc3eae27c9c0b02694c60d46886ebf47cc83c
Author: Yong Bakos <ybakos@humanoriented.com>
Date:   Wed Aug 17 16:03:31 2016 -0700

    protocol: Replace '#defines' with 'macros'
    
    The use of # within a description causes the documentation generator
    to mistake C syntax with a documentation link.
    
    Remove the # from the documentation, suppressing the warning.
    
    Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
    Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
    Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3f2d967..6c6d078 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -287,7 +287,7 @@
 	formats are optional and may not be supported by the particular
 	renderer in use.
 
-	The drm format codes match the #defines in drm_fourcc.h.
+	The drm format codes match the macros defined in drm_fourcc.h.
 	The formats actually supported by the compositor will be
 	reported by the format event.
       </description>

commit da58173cfe047864d073ba078e0b8db982a31b12
Author: Bryce Harrington <bryce@osg.samsung.com>
Date:   Tue Sep 6 14:22:03 2016 -0700

    configure.ac: bump to version 1.11.93 for the RC1 release

diff --git a/configure.ac b/configure.ac
index 5f416a1..429a590 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [92])
+m4_define([wayland_micro_version], [93])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 2bdbb741e2ac0ec9ecc564463a59b3ef8f499f6a
Author: Yong Bakos <ybakos@humanoriented.com>
Date:   Sun Sep 4 13:23:05 2016 -0700

    tests: Add test for wl_list_length
    
    list-test.c did not cover wl_list_length, so add one test that specifically
    tests this method.
    
    Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
    Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
    Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>

diff --git a/tests/list-test.c b/tests/list-test.c
index 21ca4ec..0752618 100644
--- a/tests/list-test.c
+++ b/tests/list-test.c
@@ -57,6 +57,19 @@ TEST(list_insert)
 	assert(e.link.prev == &list);
 }
 
+TEST(list_length)
+{
+	struct wl_list list;
+	struct element e;
+
+	wl_list_init(&list);
+	assert(wl_list_length(&list) == 0);
+	wl_list_insert(&list, &e.link);
+	assert(wl_list_length(&list) == 1);
+	wl_list_remove(&e.link);
+	assert(wl_list_length(&list) == 0);
+}
+
 TEST(list_iterator)
 {
 	struct wl_list list;

commit d9ef882139e6178edf68c3fce147afdb3b57b894
Author: Yong Bakos <ybakos@humanoriented.com>
Date:   Sun Sep 4 10:15:49 2016 -0700

    doc: Correct docbook title
    
    The docbook title was "The Wayland display server," which is inaccurate.
    
    Change the title to "The Wayland Protocol".
    
    Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
    Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>

diff --git a/doc/publican/sources/Book_Info.xml b/doc/publican/sources/Book_Info.xml
index e9e5ff0..0b7bf07 100644
--- a/doc/publican/sources/Book_Info.xml
+++ b/doc/publican/sources/Book_Info.xml
@@ -5,7 +5,7 @@
 ]>
 <bookinfo id="book-Wayland-Wayland">
   <title>Wayland</title>
-  <subtitle>The Wayland display server</subtitle>
+  <subtitle>The Wayland Protocol</subtitle>
   <productname>Documentation</productname>
   <productnumber>0.1</productnumber>
   <edition>1</edition>

commit 2d7b34e2ee7627e125496c8816f656f485fcfc81
Author: Bryce Harrington <bryce@osg.samsung.com>
Date:   Tue Aug 30 11:40:23 2016 -0700

    configure.ac: bump to version 1.11.92 for the beta release

diff --git a/configure.ac b/configure.ac
index 109b758..5f416a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [91])
+m4_define([wayland_micro_version], [92])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])
 


Reply to: