Package: poedit / 1.8.11-3

Metadata

Package Version Patches format
poedit 1.8.11-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 desktop.patch | (download)

poedit-uri.desktop | 2 1 + 1 - 0 !
poedit.desktop | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 rename poedit to poeditor in the desktop file
 The Debian package has renamed the poedit executable to poeditor,
 and this patch fixes this rename in the desktop file too. See the bug report
 at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=101405 for more details.

mv poedit dump legacy.patch | (download)

src/tm/tm_migrate.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 moving the poedit-dump-legacy file location

e5d68f3851341c59c712763e69839042e630555a.patch | (download)

src/http_client_casablanca.cpp | 15 10 + 5 - 0 !
1 file changed, 10 insertions(+), 5 deletions(-)

 [patch] =?utf-8?q?don=e2=80=99t=20use=20http=5fclient=5fconfig=20?=
 =?UTF-8?q?when=20not=20needed?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Dont pass default http_client_config to http_client if not needed, i.e.
elsewhere than Windows.

This fixes a crash in C++REST SDK reported by Debian. Cause is unknown,
but related to http_client_config and when that is not used on Linux
anyway, why make things harder for everybody.