#17758 closed enhancement (fixed)
gcr4-4.1.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (7)
follow-up: 3 comment:2 by , 2 years ago
gcr 4.1.0:
- The soversion is now properly set to 4.
- certificate: Print dates in ISO8601 format [GNOME/gcr!125]
- viewer: Support certificates read from PKCS#11 store [GNOME/gcr!116]
- gcr: Add means to construct GcrCertificate from PKCS#11 URI [GNOME/gcr!117]
- Several smaller fixes found with ASAN
- Stop using GSlice [GNOME/gcr!118]
- a11y: Improve reading of certificate info by screen readers [GNOME/gcr!112]
- Updated translations
follow-up: 5 comment:3 by , 2 years ago
Replying to Xi Ruoyao:
- The soversion is now properly set to 4.
Note that this means we'll need to rebuild everything links to gcr-4.
comment:4 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 2 years ago
Replying to Xi Ruoyao:
Replying to Xi Ruoyao:
- The soversion is now properly set to 4.
Note that this means we'll need to rebuild everything links to gcr-4.
gnome/platform/gnome-shell.xml: <xref linkend="gcr4"/>, gnome/platform/gnome-settings-daemon.xml: <xref linkend="gcr4"/>, gnome/applications/evolution.xml: <xref linkend="gcr4"/>,
But checking /usr/lib:
lrwxrwxrwx 13 Mar 7 13:35 /usr/lib/libgcr-4.so -> libgcr-4.so.4 lrwxrwxrwx 17 Feb 21 16:21 /usr/lib/libgcr-4.so.0.0.0 -> libgcr-4.so.4.0.0 lrwxrwxrwx 17 Mar 7 13:35 /usr/lib/libgcr-4.so.4 -> libgcr-4.so.4.1.0 -rwxr-xr-x 764776 Feb 21 16:21 /usr/lib/libgcr-4.so.4.0.0 -rwxr-xr-x 770176 Mar 7 13:35 /usr/lib/libgcr-4.so.4.1.0
A new build will look at libgcr-4.so which will go to libgcr-4.so.4.1.0. An existing build should look at /usr/lib/libgcr-4.so.0.0.0 which points to libgcr-4.so.4.0.0.
I checked and after I built gcr-4.1.0, ldd gnome-shell shows:
libgcr-4.so.0.0.0 => /usr/lib/libgcr-4.so.0.0.0
My conclusion that a rebuild of dependent packages is not really needed.
comment:6 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
ab7282ff27 Update to gcr4-4.1.0. d206bc4eed Update to SDL2-2.26.4. e22dbdcf4e Update to libqalculate-4.6.0.
Is it a part of GNOME 44 pre-release?No, the upstream explicitly says it's stable release.