Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 18, 2022
1 parent e49157d commit d4d1f03
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
10 changes: 8 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## [4.3.4] 2022-05-24
## [4.3.4] 2022-06-18
* major bugs:
* audio not starting with some packet encoders
* opening files with special characters remotely
* always free X11 images safely
* GDK crash when updating parked windows geometry
* webcam forwarding with older clients
* launcher gui initialization error on Wayland
* attach=yes failing with an invalid command line
* minor:
* extra file transfers safety checks
* extra file transfers safety checks, fix existing one
* support CSP headers for stream saver of html5 client version 6
* always expose the server socket in the session environment
* build:
Expand All @@ -16,10 +19,13 @@
* build using CUDA 11.7
* honour the CPP build environment variable
* use the correct license short names
* clean target left some generated files behind
* library updates: Cython, pynvml, etc
* cosmetic:
* jpeg cleanup warnings
* errno Cython source name conflict
* include details in conversion failure messages
* double error in file transfer sanity checks

## [4.3.3] 2022-04-28
* major bugs:
Expand Down
10 changes: 8 additions & 2 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
xpra (4.3.4-1) UNRELEASED; urgency=low
* major bugs:
- audio not starting with some packet encoders
- opening files with special characters remotely
- always free X11 images safely
- GDK crash when updating parked windows geometry
- webcam forwarding with older clients
- launcher gui initialization error on Wayland
- attach=yes failing with an invalid command line
* minor:
- extra file transfers safety checks
- extra file transfers safety checks, fix existing one
- support CSP headers for stream saver of html5 client version 6
- always expose the server socket in the session environment
* build:
Expand All @@ -14,12 +17,15 @@ xpra (4.3.4-1) UNRELEASED; urgency=low
- build using CUDA 11.7
- honour the CPP build environment variable
- use the correct license short names
- clean target left some generated files behind
- library updates: Cython, pynvml, etc
* cosmetic:
- jpeg cleanup warnings
- errno Cython source name conflict
- include details in conversion failure messages
- double error in file transfer sanity checks

-- Antoine Martin <[email protected]> Tue, 24 May 2022 16:24:42 +0700
-- Antoine Martin <[email protected]> Sat, 18 Jun 2022 21:30:40 +0700

xpra (4.3.3-1) UNRELEASED; urgency=low
* major bugs:
Expand Down
10 changes: 8 additions & 2 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -622,14 +622,17 @@ fi


%changelog
* Tue May 24 2022 Antoine Martin <[email protected]> 4.3.4-10
* Sat Jun 18 2022 Antoine Martin <[email protected]> 4.3.4-10
* major bugs:
audio not starting with some packet encoders
opening files with special characters remotely
always free X11 images safely
GDK crash when updating parked windows geometry
webcam forwarding with older clients
launcher gui initialization error on Wayland
attach=yes failing with an invalid command line
* minor:
extra file transfers safety checks
extra file transfers safety checks, fix existing one
support CSP headers for stream saver of html5 client version 6
always expose the server socket in the session environment
* build:
Expand All @@ -638,10 +641,13 @@ fi
build using CUDA 11.7
honour the CPP build environment variable
use the correct license short names
clean target left some generated files behind
library updates: Cython, pynvml, etc
* cosmetic:
jpeg cleanup warnings
errno Cython source name conflict
include details in conversion failure messages
double error in file transfer sanity checks

* Thu Apr 28 2022 Antoine Martin <[email protected]> 4.3.3-10
- major bugs:
Expand Down

0 comments on commit d4d1f03

Please sign in to comment.