Opened 3 years ago
Closed 3 years ago
#17089 closed enhancement (fixed)
gnome-terminal-3.46.7 (new download location)
| Reported by: | Xi Ruoyao | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | gnome-43 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
In https://download.gnome.org/sources/gnome-terminal/README.txt:
Since 3.45.x, there are no tarball releases. To get the source for a release version, use the corresponding git tag, or download a tarball at https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/TAG/gnome-terminal-TAG.tar.bz2 replacing TAG with the desired tag's name (e.g. 3.40.0). Older releases are still available here.
For 3.46.1, the URL is https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/3.46.1/gnome-terminal-3.46.1.tar.gz. (I'd like to avoid bz2, why GitLab does not provide xz tarballs anyway?)
Change History (5)
comment:1 by , 3 years ago
| Milestone: | 11.3 → gnome-43 |
|---|
comment:2 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 3 years ago
| Summary: | gnome-terminal-3.46.1 (new download location) → gnome-terminal-3.46.7 (new download location) |
|---|
comment:4 by , 3 years ago
3.45.90
regex: Revert sed accident
all: Insert text as paste
Use new API vte_terminal_paste_text() to insert text.
screen: Use same match cursor as vte hyperlink cursor.
As in vte@8d8243b2, use the "pointer" cursor for matches.
client: Filter out other terminal's environment variables
util: Show timestamps in the local timezone
profile: editor: Skip unknown charsets
Don't list charsets in the list that are unknown to ICU since
using them won't work anyway.
profile: editor: Remove unknown charsets from the builtin list
nautilus: Do not use deprecated symbols
They will be removed in Nautilus 43.
build: Move version defines from config.h to meson cpp_args
The nautilus extension will need to build with gtk4 while the rest is
still gtk3, so these defines must not be set while compiling the
nautilus extension.
build: Improve libc feature extension defines
Following the vte changes.
Revert "screen: Use clean env when creating new tab"
The patch is correct, but it exposes a deficiency in the desktop
environment in that the WM/shell's environment contains necessary
env vars (e.g. ssh-agent variables) that are missing from the
systemd --user / d-bus activation environment. The desktop will
need to update the activation environment, but until that is done,
reverting the patch will revert gnome-terminal to the previous
behaviour of effectively using the environment of the client
of the first terminal created for all new terminals opened via
new terminal/tab/window.
build: Version 3.45.90
3.45.99
build: Post release version bump
build: Update nautilus extension build req
With the nautilus gtk4 port, the pkg-config name has changed.
build: Fix nautilus extension install directory
nautilus: Don't include gdk headers in the nautilus extension
nautilus: Try to fix the build with nautilus 43
Remove all use of gtk/gdk from the nautilus extension.
profile: Use the correct schema source to lookup schemas
build: Build fix for netbsd
Define _NETBSD_SOURCE to get all necessary defines exposed, as found
from a patch in netbsd ports.
all: Replace %m with using g_strerror() in printf calls to be more portable.
build: Remove erroneous volatile
build: Assert sanity
all: ODR fix
build: Version 3.45.99 for gnome 43rc
3.46.0
prefs: Try to improve translator hint comment po: Mark bogus translated string as fuzzy build: Update README build: Version 3.46.0
3.46.1
build: Post release version bump prefs: Change default value prefs: Make preferences dialogue OOP
3.46.2
prefs: Move prefs binary to libexecdir
For FHS compliance, move the prefs binary from pkglibdir to libexecdir.
prefs: Add NoDisplay desktop file for the prefs binary
Backported from master but modified not to include new translatable
strings.
client: Use verified schema
... and pass the correct schema source when creating the profile list.
build: Fix libc feature defines
profile: Use correct schema source for the profiles list schema
Pass the settings schema directly to the constructor instead of the
schema ID which would be looked up in the default schema source.
prefs: Use different wm class
icons: Add separate icons for Preferences
Copied from the org.gnome.Terminal icons already in this directory, and
combined with the wrench-and-screwdriver emblem copied from
adwaita-icon-theme's preferences-system{,-symbolic} icons (there under
LGPL3 or CC-BY-SA-3.0, used here under GPL3 only, as permitted under LGPL3).
desktop: Use Preferences icon
prefs: Use new icon
3.46.3
build: Post release version bump
l10n: Remove mjw from LINGUAS
The mjw.po file has an invalid Plural-Forms header, which breaks
itstool.
client: More env vars to filter
metainfo: Remove XML namespaces
They breaks merging translations due to gettext bug
https://savannah.gnu.org/bugs/?54472 .
3.46.4
build: Post release version bump
docs: Fix some typos in README
docs: Fix some wrong info in README
all: backport: Implement xdg-terminal-exec support
Add support to read and write the default terminal as determined by
xdg-terminal-exec, as well as UI to make gnome-terminal the default
terminal.
This bumps the meson req version to 0.61.0 (for install_symlink()).
This is required on the stable branch to get ahead of the glib
changes in glib issue 338 and associated merge requests.
3.46.5
build: Post release version bump
util: Fix interpretation of TryExec desktop entry key
The TryExec key is optional, so only evalute it if it is present.
Also, it may contain an abolute path, in which case we skip searching
the PATH for the executable.
3.46.6
client: Improve env var filters
Add some more env vars, and add an exception to the prefix filtering
(taken from latest xterm).
prefs: Fix serialisation format
We use maybe variants as prefs, so the prefs bridge needs to be able to
send and receive them. Change from "av" to "ay" format containing the
raw serialisation data of the variants.
prefs: Reduce default bus timeout
prefs: Use default timeout when debugging
prefs: Sink a floating variant
Doesn't make a difference here, but better be explicit about
refcounting.
3.46.7
build: Add define for openbsd screen: Add some missing casts nautilus: Fix macro redefinition warning
comment:5 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed in the following commits:
04a96ab943 Update to file-roller-43.0 d012172dab Update to gnome-calculator-43.0.1 13a0661bc2 Update to gnome-disk-utility-43.0 db17f83eef Update to gnome-logs-43.0. 7276f66872 Add the xinclude for meson buildtype=release to baobab. e6ed4c37b0 Add libshumate to the book in support of gnome-maps. 8f4ea2bec0 Update to gnome-maps-43.2 a3d61dab87 Archive folks. bb2c31f9ca Update to gnome-power-manager-43.0 0235588e2a Update to gnome-terminal-3.46.7 8fbb2ce26d Update to gnome-weather-43.0 885fdbafaa Update to gucharmap-15.0.2 adaaba28fa Resurrect amtk in support of gedit. 8d8b9ff434 Update to amtk-5.6.1 721e696eb3 Resurrect tepl in support of gedit. a3717a9737 Update to tepl-6.2.0 c517fd0a5a Update to gedit-43.2 afe28f4662 Minor cleanup - remove unneeded gnome-minor entities, and fix the URL in file-roller.

Now 3.46.7.
I'm not a fan of the new tag scheme, it makes it a pain to get changes.