Skip to content

Commit d186548

Browse files
committed
Update Debian changelog to v2.3.3
1 parent 36ae769 commit d186548

File tree

1 file changed

+152
-0
lines changed

1 file changed

+152
-0
lines changed

debian/changelog

+152
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,155 @@
1+
barrier (2.3.3) UNRELEASED; urgency=medium
2+
3+
[ Aaron Bieber ]
4+
* tell build system about openbsd
5+
6+
[ Tetja Rediske ]
7+
* make non-gui variants build without avahi
8+
9+
[ Erik Nordstrøm ]
10+
* Replace hard-coded names of build directory in build_installer.sh script for macOS with looking at the location of the script by the script itself when it is run. This makes it possible to have differently named build dirs for debug and release builds, and without restricting what each of those directories must be named.
11+
* Remove shell script that changes directory and then executes barrier on macOS, and execute barrier directly instead.
12+
* Add settings in the Info.plist file that enable high-DPI support on macOS.
13+
14+
[ Daniel Seither ]
15+
* Remove unused variables
16+
* IpcLogOutputter: Put member initializers in execution order
17+
* OSXDragView: Get rid of uninitialized variable warning
18+
* Add override specifiers
19+
* Let tray image blend into macOS menu bar
20+
21+
[ Vasily Galkin ]
22+
* Man page: fix incorrect name of user conf file in barriers.1
23+
24+
[ Keegan Quinn ]
25+
* Cast values to fix build errors on OS X 10.11.
26+
27+
[ Maximiliano Bertacchini ]
28+
* Update readme with mention of the snap package.
29+
30+
[ Javier Candeira ]
31+
* Fix #503 - Clarify on README how to report issues
32+
33+
[ Micael Jarniac ]
34+
* Build status badges added to a table
35+
36+
[ Maximiliano Bertacchini ]
37+
* Add build-essential to the snap's build deps.
38+
* Explicitly disable wayland support in the snap.
39+
* Add comment on snap env var
40+
41+
[ Vasily Galkin ]
42+
* Fix infinite loop on fast TCP disconnection
43+
44+
[ Dom Rodriguez ]
45+
* README: Add OpenBSD to list of supported OSes
46+
47+
[ Åke Engelbrektson ]
48+
* Update gui_sv.ts
49+
50+
[ the-wes ]
51+
* Add more detailed description of what Barrier does
52+
53+
[ James Le Cuirot ]
54+
* Use -pthread flag and simplify pthread build logic
55+
* Only require Qt5 when building the GUI
56+
57+
[ Tomáš Chvátal ]
58+
* Fix desktop file Categories to match standard
59+
60+
[ Chris Simons ]
61+
* Add script that uses macdeployqt instead of `reref_dylibs.sh` shell script to create the `.app` bundle
62+
* Use `build_dist.sh` in CMake instead of `build_installer.sh` Have CMake always build a bundle, the `build_dist.sh` script will only build a dmg if the build type is "Release"
63+
* Add warnings for users manually running `build_installer.sh` and `reref_dylibs.sh` manually
64+
* Homebrew (Ruby) throws an error when it gets `SIGPIPE` from the `--max-count` on `grep`.
65+
* added barrierc and barriers to macdeployqt targets
66+
* Change MacOS Build Steps
67+
* Fix TIS/TSM in logs
68+
* Elevate XSocketAddressInUse to ERROR
69+
* Allow selecting Fingerprint Qlabel
70+
* replace tabs with spaces
71+
* Change log level on several status messages (Fixes #652, Fixes #516)
72+
73+
[ Ben Plessinger ]
74+
* A few more log cleanups
75+
76+
[ Vasily Galkin ]
77+
* Remove unused IEventQueue::isEmpty() method to simplify code understanding
78+
79+
[ Povilas Kanapickas ]
80+
* XWindowsEventQueueBuffer: Fix delays when waiting for new events
81+
82+
[ Jonathan Martens ]
83+
* Fix Auto config missing hostname prompt #704
84+
85+
[ Vasily Galkin ]
86+
* Windows 8+: make waiting for messages correspond to emptiness check
87+
88+
[ Povilas Kanapickas ]
89+
* gui: Use enum class to scope enum values
90+
* lib/client: Use std::string directly instead of String typedef
91+
* lib/arch: Use std::string directly instead of String typedef
92+
* lib/net: Use std::string directly instead of String typedef
93+
* lib/server: Use std::string directly instead of String typedef
94+
* lib/base: Use std::string directly instead of String typedef
95+
* lib/ipc: Use std::string directly instead of String typedef
96+
* lib/net: Add missing include
97+
* lib/platform: Use std::string directly instead of String typedef
98+
* test: Enable building of tests
99+
* test: Reduce the number of implicit include directories
100+
* test: Remove unresolved merge conflict markers
101+
* test: Fix referenced library name
102+
* test: Update to new APIs
103+
* tests: Fix crash in XWindowsKeyStateTests
104+
* test: Fix undefined behavior of deleting incomplete type
105+
* tests: Disable test that depends on external state
106+
* Use noexcept instead of exception specifications
107+
* lib/common: Remove no longer used stdexcept.h
108+
109+
[ Jonathan Martens ]
110+
* Make connection message a NOTE for consistency
111+
112+
[ zhexiwang ]
113+
* Added toggleScreen function, using hot key to loop through all screens. Comparing to switchToScreen, it is more handy since the user only need to hit one hotkey.
114+
115+
[ GeorgH93 ]
116+
* Fix build on Windows
117+
* Keep errorlevel
118+
119+
[ Povilas Kanapickas ]
120+
* Revert "Make connection message a NOTE for consistency"
121+
122+
[ Chris Simons ]
123+
* add comments explaining the use of CLOG_PRINT
124+
125+
[ Dom Rodriguez ]
126+
* Remove ext/gtest, ext/gmock to replace with Git submodule
127+
* Add gtest/gmock framework, locked at 1.6.0
128+
* Fix CI infrastructure (.bat/.sh) to initialise Git submodules before build
129+
130+
[ Maximiliano Bertacchini ]
131+
* Fix snap build failing to initialize submodules.
132+
133+
[ Niklas Hambüchen ]
134+
* ui: Settings: Explain what "double tap" means
135+
136+
[ Dom Rodriguez ]
137+
* Prepare for v2.3.3 release
138+
139+
[ Maximiliano Bertacchini ]
140+
* Shorten snap version on tagged revisions
141+
142+
[ Tomoya Tanjo ]
143+
* Add Eisu_toggle and Muhenkan keys
144+
145+
[ Michael Zimmermann ]
146+
* add support for keyboard backlight media keys
147+
148+
[ Dom Rodriguez ]
149+
* [Build]: Bump Build.properties
150+
151+
-- root <root@873b8d543aab> Fri, 07 Aug 2020 16:25:54 +0000
152+
1153
barrier (2.3.2) disco; urgency=medium
2154

3155
[ walker0643 ]

0 commit comments

Comments
 (0)