[PATCH] CHANGELOG: Add an entry for golang binding updates

George Dunlap posted 1 patch 3 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200521142138.3528654-1-george.dunlap@citrix.com
Maintainers: Paul Durrant <paul@xen.org>, Community Manager <community.manager@xenproject.org>
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
[PATCH] CHANGELOG: Add an entry for golang binding updates
Posted by George Dunlap 3 years, 10 months ago
Wasn't sure whether this sort of thing was what was wanted, but
thought it was worth trying.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
CC: Paul Durrant <paul@xen.org>
CC: Nick Rosbrook <rosbrookn@ainfosec.com>
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccb5055c87..5aa6af612f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    fixes.
  - Hypervisor framework to ease porting Xen to run on hypervisors.
  - Initial support to run on Hyper-V.
+ - Golang bindings: IDL generation of structs, more functions covered,
+  more module-friendly (still Experimental)
 
 ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
 
-- 
2.25.1


RE: [PATCH] CHANGELOG: Add an entry for golang binding updates
Posted by Paul Durrant 3 years, 10 months ago
> -----Original Message-----
> From: George Dunlap <george.dunlap@citrix.com>
> Sent: 21 May 2020 15:22
> To: xen-devel@lists.xenproject.org
> Cc: George Dunlap <george.dunlap@citrix.com>; Paul Durrant <paul@xen.org>; Nick Rosbrook
> <rosbrookn@ainfosec.com>
> Subject: [PATCH] CHANGELOG: Add an entry for golang binding updates
> 
> Wasn't sure whether this sort of thing was what was wanted, but
> thought it was worth trying.
> 

Seems worthy of comment so...

Reviewed-by: Paul Durrant <paul@xen.org>

> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
> ---
> CC: Paul Durrant <paul@xen.org>
> CC: Nick Rosbrook <rosbrookn@ainfosec.com>
> ---
>  CHANGELOG.md | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index ccb5055c87..5aa6af612f 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>     fixes.
>   - Hypervisor framework to ease porting Xen to run on hypervisors.
>   - Initial support to run on Hyper-V.
> + - Golang bindings: IDL generation of structs, more functions covered,
> +  more module-friendly (still Experimental)
> 
>  ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
> 
> --
> 2.25.1