All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages
@ 2019-03-08  1:32 kai.kang
  2019-03-08  1:32 ` [meta-xfce][PATCH 1/5] thunar: 1.8.2 -> 1.8.4 kai.kang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: kai.kang @ 2019-03-08  1:32 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>


Kai Kang (5):
  thunar: 1.8.2 -> 1.8.4
  libtimezonemap: 0.4.5 -> 0.4.6
  gvfs: 1.39.1 -> 1.39.92
  metacity: 3.28.0 -> 3.30.1
  libgtop: 2.38.0 -> 2.39.91

 .../gvfs/{gvfs_1.39.1.bb => gvfs_1.39.92.bb}          |  4 ++--
 .../libgtop/{libgtop_2.38.0.bb => libgtop_2.39.91.bb} |  6 ++++--
 ...ibtimezonemap_0.4.5.bb => libtimezonemap_0.4.6.bb} | 11 ++++-------
 .../{metacity_3.28.0.bb => metacity_3.30.1.bb}        |  2 +-
 .../thunar/{thunar_1.8.2.bb => thunar_1.8.4.bb}       |  4 ++--
 5 files changed, 13 insertions(+), 14 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.39.1.bb => gvfs_1.39.92.bb} (93%)
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.38.0.bb => libgtop_2.39.91.bb} (60%)
 rename meta-gnome/recipes-gnome/libtimezonemap/{libtimezonemap_0.4.5.bb => libtimezonemap_0.4.6.bb} (74%)
 rename meta-gnome/recipes-gnome/metacity/{metacity_3.28.0.bb => metacity_3.30.1.bb} (95%)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.2.bb => thunar_1.8.4.bb} (86%)

-- 
2.20.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [meta-xfce][PATCH 1/5] thunar: 1.8.2 -> 1.8.4
  2019-03-08  1:32 [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages kai.kang
@ 2019-03-08  1:32 ` kai.kang
  2019-03-08  1:32 ` [meta-gnome][PATCH 2/5] libtimezonemap: 0.4.5 -> 0.4.6 kai.kang
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: kai.kang @ 2019-03-08  1:32 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../recipes-xfce/thunar/{thunar_1.8.2.bb => thunar_1.8.4.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.2.bb => thunar_1.8.4.bb} (86%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.4.bb
similarity index 86%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.8.2.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.4.bb
index d2a0e30c5..57667102c 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.2.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.4.bb
@@ -9,8 +9,8 @@ inherit xfce gobject-introspection distro_features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
-SRC_URI[md5sum] = "51a0988625a7e2c944377e75d3effc71"
-SRC_URI[sha256sum] = "75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428"
+SRC_URI[md5sum] = "6a5d0f4ddcc653c4791e555f0dc63828"
+SRC_URI[sha256sum] = "c2bf51da8ddec8f642d67818184ada2ca6e143151e6a45563991db73387a93b0"
 
 S = "${WORKDIR}/Thunar-${PV}/"
 
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-gnome][PATCH 2/5] libtimezonemap: 0.4.5 -> 0.4.6
  2019-03-08  1:32 [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages kai.kang
  2019-03-08  1:32 ` [meta-xfce][PATCH 1/5] thunar: 1.8.2 -> 1.8.4 kai.kang
@ 2019-03-08  1:32 ` kai.kang
  2019-03-08  1:32 ` [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92 kai.kang
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: kai.kang @ 2019-03-08  1:32 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 ...ibtimezonemap_0.4.5.bb => libtimezonemap_0.4.6.bb} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
 rename meta-gnome/recipes-gnome/libtimezonemap/{libtimezonemap_0.4.5.bb => libtimezonemap_0.4.6.bb} (74%)

diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb
similarity index 74%
rename from meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb
rename to meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb
index 957d7d027..7f52c42cd 100644
--- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb
+++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb
@@ -4,14 +4,11 @@ SECTION = "devel/lib"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/libt/${BPN}/${BPN}_${PV}.tar.gz \
-"
-SRC_URI[md5sum] = "054306fa998fe580f17b68aa1e16551b"
-SRC_URI[sha256sum] = "327e64a17c676c1bcda3b6ba3394d3d01250e5ac9a49222b9ff5737d90b15383"
+SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/libt/${BPN}/${BPN}_${PV}.tar.gz"
+SRC_URI[md5sum] = "f85a21994a397fb1ff2d3ec404bdd592"
+SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195"
 
-
-DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native \
-"
+DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native"
 
 B = "${S}"
 
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92
  2019-03-08  1:32 [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages kai.kang
  2019-03-08  1:32 ` [meta-xfce][PATCH 1/5] thunar: 1.8.2 -> 1.8.4 kai.kang
  2019-03-08  1:32 ` [meta-gnome][PATCH 2/5] libtimezonemap: 0.4.5 -> 0.4.6 kai.kang
@ 2019-03-08  1:32 ` kai.kang
  2019-03-08  7:57   ` Andreas Müller
  2019-03-08  1:32 ` [meta-gnome][PATCH 4/5] metacity: 3.28.0 -> 3.30.1 kai.kang
  2019-03-08  1:32 ` [meta-gnome][PATCH 5/5] libgtop: 2.38.0 -> 2.39.91 kai.kang
  4 siblings, 1 reply; 10+ messages in thread
From: kai.kang @ 2019-03-08  1:32 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../recipes-gnome/gvfs/{gvfs_1.39.1.bb => gvfs_1.39.92.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.39.1.bb => gvfs_1.39.92.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.39.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.39.92.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.39.1.bb
rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.39.92.bb
index ca1eb6aa7..fef5d68e3 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.39.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.39.92.bb
@@ -9,8 +9,8 @@ DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2 polkit sha
 
 SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
 
-SRC_URI[archive.md5sum] = "4c68899cfd80d57a153771534193bb9a"
-SRC_URI[archive.sha256sum] = "6e7213570389b17b67433695f515f3b17705ba976168a4c8828fc177cce50223"
+SRC_URI[archive.md5sum] = "5b60e70ea5a6421bc72eb339059b1175"
+SRC_URI[archive.sha256sum] = "ae44307c127268b6c8cbe5a93bb4a248fb8a6df430d29726e8aeb2ba40bd5513"
 
 
 EXTRA_OEMESON = " \
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-gnome][PATCH 4/5] metacity: 3.28.0 -> 3.30.1
  2019-03-08  1:32 [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages kai.kang
                   ` (2 preceding siblings ...)
  2019-03-08  1:32 ` [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92 kai.kang
@ 2019-03-08  1:32 ` kai.kang
  2019-03-08  1:32 ` [meta-gnome][PATCH 5/5] libgtop: 2.38.0 -> 2.39.91 kai.kang
  4 siblings, 0 replies; 10+ messages in thread
From: kai.kang @ 2019-03-08  1:32 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../metacity/{metacity_3.28.0.bb => metacity_3.30.1.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/metacity/{metacity_3.28.0.bb => metacity_3.30.1.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.30.1.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb
rename to meta-gnome/recipes-gnome/metacity/metacity_3.30.1.bb
index 189f6ec55..253f7ef36 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_3.30.1.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/GNOME/metacity.git;branch=master \
 "
 
 S = "${WORKDIR}/git"
-SRCREV = "c0d4b2fc0fcd6f2d3c37da935923f9e9ed5eb99f"
+SRCREV = "d69fba052cdd0aa8348dc1bbbbb1ecbadfbebbd8"
 
 EXTRA_OECONF += "--disable-xinerama"
 
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-gnome][PATCH 5/5] libgtop: 2.38.0 -> 2.39.91
  2019-03-08  1:32 [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages kai.kang
                   ` (3 preceding siblings ...)
  2019-03-08  1:32 ` [meta-gnome][PATCH 4/5] metacity: 3.28.0 -> 3.30.1 kai.kang
@ 2019-03-08  1:32 ` kai.kang
  2019-03-08 12:20   ` Burton, Ross
  4 siblings, 1 reply; 10+ messages in thread
From: kai.kang @ 2019-03-08  1:32 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Update libgtop from 2.38.0 to 2.39.91.

* reset LIBGTOP_LIBS to avoid compile-host-path qa issue

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../libgtop/{libgtop_2.38.0.bb => libgtop_2.39.91.bb}       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.38.0.bb => libgtop_2.39.91.bb} (60%)

diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.39.91.bb
similarity index 60%
rename from meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb
rename to meta-gnome/recipes-gnome/libgtop/libgtop_2.39.91.bb
index 494934fe7..fa5a1d394 100644
--- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb
+++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.39.91.bb
@@ -7,7 +7,9 @@ inherit gnomebase lib_package gtk-doc distro_features_check gobject-introspectio
 # depends on libxau
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.md5sum] = "bb0ce7de6b28694b40405eedac8a31b5"
-SRC_URI[archive.sha256sum] = "4f6c0e62bb438abfd16b4559cd2eca0251de19e291c888cdc4dc88e5ffebb612"
+SRC_URI[archive.md5sum] = "b50a24e8c70af532c5616f42f4ec71b7"
+SRC_URI[archive.sha256sum] = "3428e3901c80a572d7f7bdf29cc0ecb733cc314038ba3d45093a84f314271f0f"
 
 DEPENDS = "glib-2.0 libxau"
+
+EXTRA_OEMAKE += "LIBGTOP_LIBS="
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92
  2019-03-08  1:32 ` [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92 kai.kang
@ 2019-03-08  7:57   ` Andreas Müller
  2019-03-08  8:08     ` Kang Kai
  0 siblings, 1 reply; 10+ messages in thread
From: Andreas Müller @ 2019-03-08  7:57 UTC (permalink / raw)
  To: Kang Kai, openembeded-devel

On Fri, Mar 8, 2019 at 2:33 AM <kai.kang@windriver.com> wrote:
>
> From: Kai Kang <kai.kang@windriver.com>
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
I have overlooked your last update: Please don't update to unstable
gnome releases (odd version numbers) in the future. As far as I can
remember there were similar comments in oe-core already.

Andreas


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92
  2019-03-08  7:57   ` Andreas Müller
@ 2019-03-08  8:08     ` Kang Kai
  2019-03-08 12:19       ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Kang Kai @ 2019-03-08  8:08 UTC (permalink / raw)
  To: Andreas Müller, openembeded-devel

On 2019/3/8 下午3:57, Andreas Müller wrote:
> On Fri, Mar 8, 2019 at 2:33 AM <kai.kang@windriver.com> wrote:
>> From: Kai Kang <kai.kang@windriver.com>
>>
>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> I have overlooked your last update: Please don't update to unstable
> gnome releases (odd version numbers) in the future. As far as I can
> remember there were similar comments in oe-core already.
>
> Andreas
>
Hi Andreas,

I searched for gnome version policy and got

https://developer.gnome.org/programming-guidelines/stable/versioning.html.en

Most GNOME modules follow a convention for stable and unstable releases. 
The minor version is even for stable releases and is odd for unstable 
releases. For example, the 3.20.* versions are stable, but the 3.19.* 
versions are unstable. The 3.19.* versions can be seen as alpha and beta 
releases of the 3.20 version.

Thanks for reminder.

-- 
Kai Kang



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92
  2019-03-08  8:08     ` Kang Kai
@ 2019-03-08 12:19       ` Burton, Ross
  0 siblings, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2019-03-08 12:19 UTC (permalink / raw)
  To: Kang Kai; +Cc: openembeded-devel

That recipe should inherit upstream-version-is-even to remind everyone
of this, and stop any automatic tooling that use the upgrade checking
code in oe-core from suggesting upgrades to development releases.

Ross

On Fri, 8 Mar 2019 at 08:10, Kang Kai <Kai.Kang@windriver.com> wrote:
>
> On 2019/3/8 下午3:57, Andreas Müller wrote:
> > On Fri, Mar 8, 2019 at 2:33 AM <kai.kang@windriver.com> wrote:
> >> From: Kai Kang <kai.kang@windriver.com>
> >>
> >> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> > I have overlooked your last update: Please don't update to unstable
> > gnome releases (odd version numbers) in the future. As far as I can
> > remember there were similar comments in oe-core already.
> >
> > Andreas
> >
> Hi Andreas,
>
> I searched for gnome version policy and got
>
> https://developer.gnome.org/programming-guidelines/stable/versioning.html.en
>
> Most GNOME modules follow a convention for stable and unstable releases.
> The minor version is even for stable releases and is odd for unstable
> releases. For example, the 3.20.* versions are stable, but the 3.19.*
> versions are unstable. The 3.19.* versions can be seen as alpha and beta
> releases of the 3.20 version.
>
> Thanks for reminder.
>
> --
> Kai Kang
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-gnome][PATCH 5/5] libgtop: 2.38.0 -> 2.39.91
  2019-03-08  1:32 ` [meta-gnome][PATCH 5/5] libgtop: 2.38.0 -> 2.39.91 kai.kang
@ 2019-03-08 12:20   ` Burton, Ross
  0 siblings, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2019-03-08 12:20 UTC (permalink / raw)
  To: Kang Kai; +Cc: OpenEmbedded Devel List

Development release, instead add an inherit of upstream-version-is-even.

Ross

On Fri, 8 Mar 2019 at 01:34, <kai.kang@windriver.com> wrote:
>
> From: Kai Kang <kai.kang@windriver.com>
>
> Update libgtop from 2.38.0 to 2.39.91.
>
> * reset LIBGTOP_LIBS to avoid compile-host-path qa issue
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  .../libgtop/{libgtop_2.38.0.bb => libgtop_2.39.91.bb}       | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>  rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.38.0.bb => libgtop_2.39.91.bb} (60%)
>
> diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.39.91.bb
> similarity index 60%
> rename from meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb
> rename to meta-gnome/recipes-gnome/libgtop/libgtop_2.39.91.bb
> index 494934fe7..fa5a1d394 100644
> --- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb
> +++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.39.91.bb
> @@ -7,7 +7,9 @@ inherit gnomebase lib_package gtk-doc distro_features_check gobject-introspectio
>  # depends on libxau
>  REQUIRED_DISTRO_FEATURES = "x11"
>
> -SRC_URI[archive.md5sum] = "bb0ce7de6b28694b40405eedac8a31b5"
> -SRC_URI[archive.sha256sum] = "4f6c0e62bb438abfd16b4559cd2eca0251de19e291c888cdc4dc88e5ffebb612"
> +SRC_URI[archive.md5sum] = "b50a24e8c70af532c5616f42f4ec71b7"
> +SRC_URI[archive.sha256sum] = "3428e3901c80a572d7f7bdf29cc0ecb733cc314038ba3d45093a84f314271f0f"
>
>  DEPENDS = "glib-2.0 libxau"
> +
> +EXTRA_OEMAKE += "LIBGTOP_LIBS="
> --
> 2.20.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-08 12:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08  1:32 [meta-gnome][meta-xfce][PATCH 0/5] Upgrade packages kai.kang
2019-03-08  1:32 ` [meta-xfce][PATCH 1/5] thunar: 1.8.2 -> 1.8.4 kai.kang
2019-03-08  1:32 ` [meta-gnome][PATCH 2/5] libtimezonemap: 0.4.5 -> 0.4.6 kai.kang
2019-03-08  1:32 ` [meta-gnome][PATCH 3/5] gvfs: 1.39.1 -> 1.39.92 kai.kang
2019-03-08  7:57   ` Andreas Müller
2019-03-08  8:08     ` Kang Kai
2019-03-08 12:19       ` Burton, Ross
2019-03-08  1:32 ` [meta-gnome][PATCH 4/5] metacity: 3.28.0 -> 3.30.1 kai.kang
2019-03-08  1:32 ` [meta-gnome][PATCH 5/5] libgtop: 2.38.0 -> 2.39.91 kai.kang
2019-03-08 12:20   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.