View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp://staging/pmake Development 2023-10-19 18:24:33 UTC
4965. tests/make: clean up, explain and reo...

Author: rillig
Revision Date: 2023-10-19 18:24:33 UTC

tests/make: clean up, explain and reorganize several tests

lp://staging/~vcs-imports/putty/master Development 2023-10-19 17:55:04 UTC
6759. Recognise and discard the APC termina...

Author: Simon Tatham
Revision Date: 2023-10-19 17:55:04 UTC

Recognise and discard the APC terminal escape sequence.

I encountered an instance of this sequence in the log files from a
clang CI build. The payload text inside the wrapper was
"bk;t=1697630539879"; I don't know what the "bk" stood for, but the
second half appears to be a timestamp in milliseconds since the Unix
epoch.

I don't think there's anything we can (or should) actually _do_ with
this sequence, but I think it's useful to at least recognise it, so
that it can be conveniently discarded.

lp://staging/gawk Development 2023-10-19 11:05:13 UTC
2029. Improvements in helpers/testdfa.c.

Author: Arnold Robbins
Revision Date: 2023-10-19 11:05:13 UTC

Improvements in helpers/testdfa.c.

lp://staging/gthumb Development 2023-10-18 18:58:15 UTC
6592. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:58:15 UTC

Update Turkish translation

lp://staging/dasher Development 2023-10-18 18:22:51 UTC
3845. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:22:51 UTC

Update Turkish translation

lp://staging/balsa Development 2023-10-18 18:18:30 UTC
9188. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:18:30 UTC

Update Turkish translation

lp://staging/goffice Development 2023-10-18 00:04:37 UTC
4504. GocWidget: on realize, redo the offbox

Author: Morten Welinder
Revision Date: 2023-10-18 00:04:37 UTC

GocWidget: on realize, redo the offbox

lp://staging/reviewboard Development 2023-10-17 08:48:36 UTC
4999. Merge branch 'release-6.x'

Author: Christian Hammond
Revision Date: 2023-10-17 08:48:36 UTC

Merge branch 'release-6.x'

lp://staging/bluez Development 2023-10-17 00:33:46 UTC
22425. mesh: Fix check for active scan when ...

Author: Inga Stotland
Revision Date: 2023-10-17 00:33:46 UTC

mesh: Fix check for active scan when using generic IO

This modifies the check for an active scan in generic IO:
the bug has been introduced during earlier code refactoring.

Fixes: https://github.com/bluez/bluez/issues/625

lp://staging/denemo Development 2023-10-16 10:09:12 UTC
9241. Make TweakSpacing work at start of bar

Author: Richard Shann
Revision Date: 2023-10-16 10:09:12 UTC

Make TweakSpacing work at start of bar

lp://staging/nano Development 2023-10-16 06:55:06 UTC
10193. input: neutralize two spurious keycod...

Author: Benno Schulenberg
Revision Date: 2023-10-16 06:55:06 UTC

input: neutralize two spurious keycodes from VTE terminals

At least some of the VTE-based terminals claim to be compatible with
xterm-25color (and set TERM to that value). But they really aren't:
they mishandle the focus-in and focus-out events, for example. So,
catch and discard the corresponding keycodes that nano shouldn't be
seeing at all.

This improves the fix for https://savannah.gnu.org/bugs/?64578.

lp://staging/~vcs-imports/ipfire/ipfire-2.x Development 2023-10-11 07:48:53 UTC
11808. core180: Ship cURL Signed-off-by: Mi...

Author: Michael Tremer
Revision Date: 2023-10-11 07:48:53 UTC

core180: Ship cURL

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

lp://staging/mplayer Development 2023-10-10 14:43:01 UTC
38283. Update the audio and video filters of...

Author: ib
Revision Date: 2023-10-10 14:43:01 UTC

Update the audio and video filters of the file selector.

Add *.dsf to FilterAudioAll and
*.bik and *.smk to FilterVideoAll.

lp://staging/xserver-xorg-video-sis Development 2023-10-06 23:08:16 UTC
319. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 23:08:16 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/busybox Development 2023-10-04 14:46:35 UTC
17715. udhcp: Avoid leaking uninitialized/st...

Author: Russ Dill
Revision Date: 2023-10-04 14:46:35 UTC

udhcp: Avoid leaking uninitialized/stale data

I noticed a commit in connman:

"gdhcp: Avoid leaking stack data via unitiialized variable" [1]

Since gdhcp is just BusyBox udhcp with the serial numbers filed off, I
checked if BusyBox udhcp has a related issue.

The issue is that the get_option logic assumes any data within the
memory area of the buffer is "valid". This reduces the complexity of the
function at the cost of reading past the end of the actually received
data in the case of specially crafted packets. This is not a problem
for the udhcp_recv_kernel_packet data path as the entire memory
area is zeroed. However, d4/d6_recv_raw_packet does not zero the
memory.

Note that a related commit [2] is not required as we are zeroing
any data that can be read by the get_option function.

[1] https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=a74524b3e3fad81b0fd1084ffdf9f2ea469cd9b1
[2] https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=58d397ba74873384aee449690a9070bacd5676fa

function old new delta
d4_recv_raw_packet 484 497 +13
d6_recv_raw_packet 216 228 +12
.rodata 105390 105381 -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 25/-9) Total: 16 bytes

Signed-off-by: Russ Dill <russ.dill@gmail.com>
Cc: Colin Wee <cwee@tesla.com>
Cc: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

lp://staging/libgnomekbd Development 2023-10-03 19:07:49 UTC
928. Update Chinese (China) translation

Author: lumingzh
Revision Date: 2023-10-03 19:07:49 UTC

Update Chinese (China) translation

lp://staging/evdev Development 2023-10-01 18:22:19 UTC
617. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-01 18:22:19 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/gnumeric Development 2023-09-24 17:07:14 UTC
24256. Fix dependency issues in 725 and 647.

Author: Morten Welinder
Revision Date: 2023-09-24 17:07:14 UTC

Fix dependency issues in 725 and 647.

lp://staging/config Development 2023-09-19 08:00:00 UTC
1253. config.sub: Remove windows-gnu `wind...

Author: John Ericson
Revision Date: 2023-09-19 08:00:00 UTC

config.sub: Remove windows-gnu

`windows-gnu` has been used by LLVM and Rust to mean MinGW, but many
people on the mailing list object that it is in no way bona fide GNU on
Windows. Even under the interpretation of `-gnu` as a libc which LLVM
often goes with, it doesn't pass muster either because MinGW uses
msvcrt/ucrt, not any GNU libc. Arguably Cygwin, using a modified (GNU)
Newlib, is the closest thing we have to "GNU on Windows" today.

We couldn't decide on what `windows-*` should replace it, or even
whether there should be such a thing, so absent consensus it is better
to just remove it while it is still recently added and we don't need to
worry about backwards compatibility. We can always re-add it later, but
we can't do nothing now and remove it later.

This partially reverts commit 91f6a7f616b161c25ba2001861a40e662e18c4ad.

* config.sub (windows*-gnu*): Remove.
* doc/config.sub.1: Regenerate.
* testsuite/config-sub.data (x86_64-windows-gnu): Remove.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

lp://staging/telegnome Development 2023-09-19 06:09:18 UTC
278. Add Hungarian translation

Author: Balázs Úr
Revision Date: 2023-09-19 06:09:18 UTC

Add Hungarian translation

lp://staging/libiconv Development 2023-09-18 11:35:39 UTC
1271. Fix shared library support on Android...

Author: Bruno Haible
Revision Date: 2023-09-18 11:35:39 UTC

Fix shared library support on Android.

Patch from <https://savannah.gnu.org/patch/index.php?10393>.

* m4/libtool.m4: On Android, fix library_names_spec and
hardcode_libdir_flag_spec.
* libcharset/m4/libtool.m4: Likewise.

lp://staging/evolution-mapi Development 2023-09-15 06:21:55 UTC
1910. Post-release version bump

Author: Milan Crha
Revision Date: 2023-09-15 06:21:55 UTC

Post-release version bump

lp://staging/~vcs-imports/debian-policy/master Development 2023-09-10 18:27:20 UTC
1224. Add changelog for terminology fixes

Author: Russ Allbery
Revision Date: 2023-09-10 18:27:20 UTC

Add changelog for terminology fixes

lp://staging/gperf Development 2023-09-07 11:20:52 UTC
390. Fix "make extracheck" failure (regres...

Author: Bruno Haible
Revision Date: 2023-09-07 11:20:52 UTC

Fix "make extracheck" failure (regression 2016-11-27).

* tests/validate (KR-C): Remove the test against ' const ', since the
input files jstest*.gperf now contain 'const' keywords.

lp://staging/scilab Development 2023-09-01 07:59:36 UTC
33311. fix #17044: use same execution time a...

Author: Vincent COUVERT
Revision Date: 2023-09-01 07:59:36 UTC

fix #17044: use same execution time assertion for all platforms.

No non-regression test added since it is already a fix on a non-regression test :-)

Closes #15701 and #17044
See https://gitlab.com/scilab/scilab/-/merge_requests/498

lp://staging/rtl-sdr Development 2023-08-22 22:34:08 UTC
388. add rtl-sdr blog v4 support

Author: rtlsdrblog
Revision Date: 2023-08-22 22:34:08 UTC

add rtl-sdr blog v4 support

lp://staging/network-manager-pptp Development 2023-08-16 10:14:43 UTC
539. Update Galician translation

Author: Fran Diéguez
Revision Date: 2023-08-16 10:14:43 UTC

Update Galician translation

lp://staging/quilt Development 2023-08-10 08:59:36 UTC
1482. config: Update install-sh to version ...

Author: Jean Delvare
Revision Date: 2023-08-10 08:59:36 UTC

config: Update install-sh to version 2016-01-11.22

The install-sh script we ship has issues. It is not able to install
multiple files at once, and is unable to create directories when all
their parent elements do not already exist.

Update to a more recent version of that script where these issues are
fixed. Also set the executable bit so that the script can actually be
run.

This fixes bug #64430:
https://savannah.nongnu.org/bugs/index.php?64430

Signed-off-by: Jean Delvare <jdelvare@suse.de>

lp://staging/gnote Development 2023-07-30 19:52:27 UTC
3743. Update noteoftheday

Author: aurisc4
Revision Date: 2023-07-30 19:52:27 UTC

Update noteoftheday

lp://staging/gnome-power Development 2023-07-15 15:49:56 UTC
4435. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-07-15 15:49:56 UTC

Update Turkish translation

lp://staging/libpixman Development 2023-07-09 01:56:40 UTC
2188. mmx: use xmmintrin.h if building with...

Author: Benjamin Gilbert
Revision Date: 2023-07-09 01:56:40 UTC

mmx: use xmmintrin.h if building with SSE2

As of mingw-w64 commit 463f00975, winnt.h includes emmintrin.h when
compiling with SSE2, causing redefinition errors for our copied MMX
intrinsics. If the build is assuming SSE2 anyway, just use the system
header instead.

lp://staging/make Development 2023-07-04 18:26:58 UTC
3084. * AUTHORS: Updates

Author: Paul Smith
Revision Date: 2023-07-04 18:26:58 UTC

* AUTHORS: Updates

lp://staging/bts-lin Development 2023-06-20 01:34:29 UTC
695. fix(py3k): use yaml.FullLoader when l...

Author: Sandro Tosi
Revision Date: 2023-06-20 01:34:29 UTC

fix(py3k): use yaml.FullLoader when loading yaml files for RRD

lp://staging/nautilus-python Development 2023-06-18 18:38:24 UTC
200. nix: Update dependencies

Author: Jan Tojnar
Revision Date: 2023-06-18 18:38:24 UTC

nix: Update dependencies

lp://staging/libgee Development 2023-04-13 21:44:42 UTC
533. Implementations of "G List.get()" sho...

Author: Rico Tzschichholz
Revision Date: 2023-04-13 21:44:42 UTC

Implementations of "G List.get()" should use non-nullable return as defined

lp://staging/xserver-xorg-video-intel Development 2023-02-01 18:07:58 UTC
8611. sna: Shut up enum warns The libdrm e...

Author: Ville Syrjälä
Revision Date: 2023-02-01 18:07:58 UTC

sna: Shut up enum warns

The libdrm enum usage is a mess, and modern gcc is unhappy about
the implicit conversions:
../src/sna/sna_present.c:229:26: warning: implicit conversion from ‘enum <anonymous>’ to ‘enum drm_vblank_seq_type’ [-Wenum-conversion]

Just cast to an integer type to silence the warns.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

lp://staging/gr-osmosdr Development 2022-12-28 19:00:26 UTC
510. Add support for RFSpace CloudSDR to g...

Author: Mike McCarrick
Revision Date: 2022-12-28 19:00:26 UTC

Add support for RFSpace CloudSDR to gr-osmosdr

Signed-off-by: Eric Wild <ewild@sysmocom.de>

lp://staging/libsm Development 2022-12-20 02:17:34 UTC
166. libSM 1.2.4 Signed-off-by: Alan Coop...

Author: Alan Coopersmith
Revision Date: 2022-12-20 02:17:34 UTC

libSM 1.2.4

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/gnubash Development 2022-12-13 17:43:50 UTC
195. Bash-5.2 patch 15: fix too-aggressive...

Author: Chet Ramey
Revision Date: 2022-12-13 17:43:50 UTC

Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commands

lp://staging/vala Development 2022-10-23 11:17:06 UTC
10546. codegen: Append VALA_EXTERN also when...

Author: Alberts Muktupāvels
Revision Date: 2022-10-23 11:17:06 UTC

codegen: Append VALA_EXTERN also when using fast-vapi

lp://staging/axiom Development 2022-07-27 04:43:38 UTC
2922. recover github access

Author: Tim Daly
Revision Date: 2022-07-27 04:43:38 UTC

recover github access

lp://staging/xserver-xorg-driver-ati Development 2022-07-24 01:58:08 UTC
3101. radeon_glamor_wrappers.c: Convert fro...

Author: Alan Coopersmith
Revision Date: 2022-07-24 01:58:08 UTC

radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8

Allows Flawfinder to analyze source instead of erroring out on encoding

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/render Development 2022-07-18 00:38:47 UTC
87. gitlab CI: add a basic build test Si...

Author: Alan Coopersmith
Revision Date: 2022-07-18 00:38:47 UTC

gitlab CI: add a basic build test

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/libvdpau Development 2022-06-03 05:50:10 UTC
122. Add tracing for AV1 picture info

Author: ManojGuptaBonda
Revision Date: 2022-06-03 05:50:10 UTC

Add tracing for AV1 picture info

lp://staging/tilda Development 2022-05-09 07:12:40 UTC
563. Fix OOB write in `start_default_shell()`

Author: xtkoba
Revision Date: 2022-05-09 07:12:40 UTC

Fix OOB write in `start_default_shell()`

lp://staging/swh-lv2 Development 2022-04-08 07:57:21 UTC
36. Merge pull request #18 from cbix/fix/...

Author: Steve Harris
Revision Date: 2022-04-08 07:57:21 UTC

Merge pull request #18 from cbix/fix/activation-malloc

Allocate memory during instantiation, fixing segfaults in a few plugins

lp://staging/evolution-rss Development 2022-03-27 14:16:50 UTC
1397. Update Basque translation

Author: Asier Sarasua Garmendia
Revision Date: 2022-03-27 14:16:50 UTC

Update Basque translation

lp://staging/heimdal Development 2022-03-24 04:39:34 UTC
29685. kadmin: Fix leak of dup context

Author: Nicolas Williams
Revision Date: 2022-03-24 04:39:34 UTC

kadmin: Fix leak of dup context

lp://staging/curl Development 2022-03-23 23:52:34 UTC
28327. headers.h: make Curl_headers_push() b...

Author: Daniel Stenberg
Revision Date: 2022-03-23 23:52:34 UTC

headers.h: make Curl_headers_push() be CURLE_OK when not built

... to avoid errors when the function isn't there.

Reported-by: Marcel Raad
Fixes #8627
Closes #8628

lp://staging/basex Development 2022-03-23 12:53:41 UTC
6882. BaseX 9.7.1 beta

Author: Christian Grün
Revision Date: 2022-03-23 12:53:41 UTC

BaseX 9.7.1 beta

lp://staging/libwfut Development 2022-03-22 21:20:47 UTC
183. Allow manual trigger.

Author: Erik Ogenvik
Revision Date: 2022-03-22 21:20:47 UTC

Allow manual trigger.

lp://staging/pep8 Development 2022-03-15 00:53:39 UTC
815. Merge pull request #1058 from PyCQA/p...

Author: Anthony Sottile
Revision Date: 2022-03-15 00:53:39 UTC

Merge pull request #1058 from PyCQA/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

lp://staging/doap Development 2022-03-13 20:53:47 UTC
36. Merge pull request #46 from linkmauve...

Author: Edmund Wilder-James
Revision Date: 2022-03-13 20:53:47 UTC

Merge pull request #46 from linkmauve/fix-warnings

Fix a few warnings about deprecated options

lp://staging/libraw Development 2022-03-13 15:45:16 UTC
1863. OM-1 support

Author: Alex Tutubalin
Revision Date: 2022-03-13 15:45:16 UTC

OM-1 support

lp://staging/ghex Development 2022-02-22 17:05:59 UTC
1688. Merge branch 'postinstall' into 'mast...

Author: Logan Rathbone
Revision Date: 2022-02-22 17:05:59 UTC

Merge branch 'postinstall' into 'master'

build: Use gnome.post_install

See merge request GNOME/ghex!26

lp://staging/repoze.who Development 2022-02-01 18:25:06 UTC
401. Drop support for Python 2.7, 3.4, and...

Author: Tres Seaver
Revision Date: 2022-02-01 18:25:06 UTC

Drop support for Python 2.7, 3.4, and 3.5. (#40)

Add support for Python 3.9 and 3.10.

Rename 'repoze.who._compat' to 'repoze.who._helpers': it no longer
provides any PY2 / PY3 straddling features.

lp://staging/evolution-data-server Development 2021-12-08 11:11:32 UTC
16754. e-cal-client: Correct non-NULL check ...

Author: Milan Crha
Revision Date: 2021-12-08 11:11:32 UTC

e-cal-client: Correct non-NULL check in e_cal_client_create_objects_sync()

The function is declared to allow non-NULL `out_uids`, but the code had
been testing for its non-NULL-ness, thus remove the check.

lp://staging/librsvg Development 2021-12-08 01:31:18 UTC
4066. Merge branch 'test-with-rsvg' into 'm...

Author: Marge Bot
Revision Date: 2021-12-08 01:31:18 UTC

Merge branch 'test-with-rsvg' into 'main'

Implement SvgPredicate with librsvg itself

See merge request GNOME/librsvg!640

lp://staging/gnome-commander Development 2021-12-07 22:06:52 UTC
5134. Change in behavior: on_new_textfile_o...

Author: Uwe Scholz
Revision Date: 2021-12-07 22:06:52 UTC

Change in behavior: on_new_textfile_ok does only create a file, not execute the edit command on it

lp://staging/pango Development 2021-12-07 04:28:00 UTC
4618. Merge branch 'fix-tabs-nowrap' into '...

Author: Matthias Clasen
Revision Date: 2021-12-07 04:28:00 UTC

Merge branch 'fix-tabs-nowrap' into 'main'

Fix line width computation

Closes #635

See merge request GNOME/pango!535

lp://staging/gnome-user-docs Development 2021-12-06 22:43:17 UTC
5228. Add network-wired-symbolic.svg net-w...

Author: Gunnar Hjalmarsson
Revision Date: 2021-12-06 22:43:17 UTC

Add network-wired-symbolic.svg

net-wired-connect.page refers to it.

lp://staging/pygobject Development 2021-12-06 22:19:49 UTC
3614. gimodule: fix floating state of pytho...

Author: Mathieu Duponchelle
Revision Date: 2021-12-06 22:19:49 UTC

gimodule: fix floating state of python objects created with g_object_new

If C code calls g_object_new() for a GInitiallyUnowned subclass
implemented in python, the expectation is to receive a floating
reference.

The solution is used is the same picked for
5efe2e5c8458d9f4d72329ea1209d96b5ebecfb4, this is simply a special
case that was omitted at the time.

lp://staging/gnome-orca Development 2021-12-06 21:31:50 UTC
9937. Update Ukrainian translation

Author: Yuri Chornoivan
Revision Date: 2021-12-06 21:31:50 UTC

Update Ukrainian translation

lp://staging/libsoup Development 2021-12-06 19:49:13 UTC
3601. Fix the DDL cross-compile build. Miss...

Author: Melroy van den Berg
Revision Date: 2021-12-06 19:49:13 UTC

Fix the DDL cross-compile build. Missing `extern`.

lp://staging/gnome-session Development 2021-12-03 10:57:33 UTC
6569. Update Friulian translation

Author: Fabio Tomat
Revision Date: 2021-12-03 10:57:33 UTC

Update Friulian translation

lp://staging/gvfs Development 2021-12-02 14:46:47 UTC
6083. Update Occitan translation

Author: Quentin PAGÈS
Revision Date: 2021-12-02 14:46:47 UTC

Update Occitan translation

lp://staging/~vcs-imports/libgweather/master Development 2021-12-01 16:33:19 UTC
3279. Update Occitan translation

Author: Quentin PAGÈS
Revision Date: 2021-12-01 16:33:19 UTC

Update Occitan translation

lp://staging/network-manager-applet Development 2021-11-28 20:34:02 UTC
4194. Update Swedish translation

Author: Luna Jernberg
Revision Date: 2021-11-28 20:34:02 UTC

Update Swedish translation

lp://staging/jhbuild Development 2021-11-27 15:50:42 UTC
7687. core-deps-latest: setuptools 59.3.0 ...

Author: Exalm
Revision Date: 2021-11-27 15:50:42 UTC

core-deps-latest: setuptools 59.3.0

The old version no longer builds with Python 3.10.0.

lp://staging/brasero Development 2021-11-25 14:00:49 UTC
4450. Update Portuguese translation

Author: Hugo Carvalho
Revision Date: 2021-11-25 14:00:49 UTC

Update Portuguese translation

lp://staging/gnome-terminal (Linked to a blueprint) Development 2021-11-22 10:50:03 UTC
6602. Update Friulian translation

Author: Fabio Tomat
Revision Date: 2021-11-22 10:50:03 UTC

Update Friulian translation

lp://staging/accerciser Development 2021-11-16 15:25:47 UTC
1504. Updated Spanish translation

Author: Daniel Mustieles
Revision Date: 2021-11-16 15:25:47 UTC

Updated Spanish translation

lp://staging/vinagre Development 2021-11-16 14:40:12 UTC
2507. Updated Spanish translation

Author: Daniel Mustieles
Revision Date: 2021-11-16 14:40:12 UTC

Updated Spanish translation

lp://staging/gdk-pixbuf Development 2021-11-09 16:28:10 UTC
5638. Merge branch 'ebassi/for-master' into...

Author: Emmanuele Bassi
Revision Date: 2021-11-09 16:28:10 UTC

Merge branch 'ebassi/for-master' into 'master'

docs: Fix the XPM data annotation

See merge request GNOME/gdk-pixbuf!125

lp://staging/libgdata Development 2021-11-09 09:01:25 UTC
2221. Update Occitan translation

Author: Quentin PAGÈS
Revision Date: 2021-11-09 09:01:25 UTC

Update Occitan translation

lp://staging/librest Development 2021-11-04 22:13:59 UTC
576. Merge branch 'gwagner/soup3' into 'ma...

Author: Günther Wagner
Revision Date: 2021-11-04 22:13:59 UTC

Merge branch 'gwagner/soup3' into 'master'

Port to libsoup3

See merge request GNOME/librest!9

lp://staging/cheese Development 2021-11-01 15:34:26 UTC
3644. meson: avoid positional arguments in ...

Author: David King
Revision Date: 2021-11-01 15:34:26 UTC

meson: avoid positional arguments in merge_file

https://gitlab.gnome.org/GNOME/cheese/-/issues/124

lp://staging/~vcs-imports/gnome-applets/master Development 2021-10-29 20:53:08 UTC
11908. Update Slovenian translation

Author: Matej Urbančič
Revision Date: 2021-10-29 20:53:08 UTC

Update Slovenian translation

lp://staging/libgda Development 2021-10-28 18:17:13 UTC
7022. Update Brazilian Portuguese translation

Author: Enrico Nicoletto
Revision Date: 2021-10-28 18:17:13 UTC

Update Brazilian Portuguese translation

lp://staging/gnome-color-manager Development 2021-10-27 16:37:44 UTC
2554. trivial: Sync spec file with downstream

Author: Richard Hughes
Revision Date: 2021-10-27 16:37:44 UTC

trivial: Sync spec file with downstream

lp://staging/mousepad Development 2021-09-30 10:49:44 UTC
2457. I18n: Update translation sr (100%). ...

Author: Саша Петровић
Revision Date: 2021-09-30 10:49:44 UTC

I18n: Update translation sr (100%).

406 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

lp://staging/xfce4-settings Development 2021-09-29 22:48:37 UTC
3757. I18n: Update translation ms (100%). ...

Author: abuyop
Revision Date: 2021-09-29 22:48:37 UTC

I18n: Update translation ms (100%).

575 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

lp://staging/xfce4-power-manager Development 2021-09-29 22:48:02 UTC
2996. I18n: Update translation ms (100%). ...

Author: abuyop
Revision Date: 2021-09-29 22:48:02 UTC

I18n: Update translation ms (100%).

212 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

lp://staging/totem-pl-parser Development 2021-09-15 10:37:42 UTC
1000. tests: Add itunes genre ( <itunes:cat...

Author: crvi
Revision Date: 2021-09-15 10:37:42 UTC

tests: Add itunes genre ( <itunes:category> ) support for podcast rss feeds

lp://staging/smpeg Development 2021-08-20 16:53:24 UTC
333. Moved to GitHub: https://github.com/i...

Author: icculus
Revision Date: 2021-08-20 16:53:24 UTC

Moved to GitHub: https://github.com/icculus/smpeg

lp://staging/fsharp Development 2021-08-09 19:20:49 UTC
437. Merge pull request #908 from OkkeHend...

Author: Chet Husk
Revision Date: 2021-08-09 19:20:49 UTC

Merge pull request #908 from OkkeHendriks/patch-1

Update README.md

lp://staging/valadoc Development 2021-07-29 17:48:13 UTC
648. README: Add notice about migration to...

Author: Nahuel Gomez Castro
Revision Date: 2021-07-29 17:48:13 UTC

README: Add notice about migration to Vala repo

lp://staging/clutter Development 2021-07-16 16:09:34 UTC
7693. Merge branch 'bugzilla-783791' into '...

Author: Emmanuele Bassi
Revision Date: 2021-07-16 16:09:34 UTC

Merge branch 'bugzilla-783791' into 'master'

wayland: Fix incorrect button mask in clutter_wayland_handle_button

See merge request GNOME/clutter!15

lp://staging/wordpress Development 2021-06-28 08:35:57 UTC
44042. Docs: Update documentation for `WP_Wi...

Author: SergeyBiryukov
Revision Date: 2021-06-28 08:35:57 UTC

Docs: Update documentation for `WP_Widget_Block` per the documentation standards.

Remove unused `$post` global reference.

Follow-up to [50995], [51058], [51063], [51221].

See #52628, #53461.
Built from https://develop.svn.wordpress.org/trunk@51249

lp://staging/buddypress Development 2021-06-21 17:25:34 UTC
9868. Make sure 8.0 deprecated functions ca...

Author: imath
Revision Date: 2021-06-21 17:25:34 UTC

Make sure 8.0 deprecated functions can be loaded

Add a line to require the `src/bp-core/deprecated/8.0.php` file into BuddyPress main class.

See #8492

lp://staging/libgnome-keyring Development 2021-06-18 11:36:56 UTC
329. DOAP: Update non-working maintainer e...

Author: Andre Klapper
Revision Date: 2021-06-18 11:36:56 UTC

DOAP: Update non-working maintainer email address

lp://staging/trac Development 2021-06-03 21:47:04 UTC
9769. 1.5.4dev: Check url before checking f...

Author: rjollos
Revision Date: 2021-06-03 21:47:04 UTC

1.5.4dev: Check url before checking for page element

This should make the cause of the intermitent test failure
more obvious.

Refs #12858.

lp://staging/~vcs-imports/mintupload/trunk Development 2021-05-26 10:27:34 UTC
454. 4.2.0

Author: Clement Lefebvre
Revision Date: 2021-05-26 10:27:34 UTC

4.2.0

lp://staging/strongswan Development 2021-05-04 12:51:18 UTC
13407. openssl: Fix OpenSSL version check fo...

Author: Noel Kuntze
Revision Date: 2021-05-04 12:51:18 UTC

openssl: Fix OpenSSL version check for EC_POINT_set_affine_coordinates

Fixes: bd323ae6c832 ("openssl: Migrate from deprecated EC_POINT_[set|get]_affine_coordinates_GFp() functions")
Closes strongswan/strongswan#332

lp://staging/notification-daemon Development 2021-05-01 15:43:24 UTC
747. Update Basque translation

Author: Asier Sarasua Garmendia
Revision Date: 2021-05-01 15:43:24 UTC

Update Basque translation

lp://staging/gmime Development 2021-04-27 15:19:55 UTC
2246. Bump version to 3.2.8

Author: Jeffrey Stedfast
Revision Date: 2021-04-27 15:19:55 UTC

Bump version to 3.2.8

lp://staging/freeqda bug Development 2021-04-14 12:03:35 UTC
111. moved schema files to the bindings pl...

Author: dkitscha
Revision Date: 2011-04-16 07:28:31 UTC

moved schema files to the bindings plugin

lp://staging/dconf Development 2021-03-13 01:09:54 UTC
866. Merge branch 'increment/0.41.1' into ...

Author: Daniel Playfair Cal
Revision Date: 2021-03-13 01:09:54 UTC

Merge branch 'increment/0.41.1' into 'master'

build: increment version following 0.40.0 release

See merge request GNOME/dconf!69

lp://staging/pinax Development 2021-03-12 22:50:33 UTC
372. Merge pull request #159 from yashj051...

Author: KatherineMichel
Revision Date: 2021-03-12 22:50:33 UTC

Merge pull request #159 from yashj0511/master

Improved documentation

lp://staging/~vcs-imports/mintdesktop/trunk Development 2021-02-23 16:12:20 UTC
161. Add support for Mutter (#43)

Author: Thomas Uhle
Revision Date: 2021-02-23 16:12:20 UTC

Add support for Mutter (#43)

1100 of 2909 results