Bonne nouvelle !
Soit en passant par le site de debian, soit en faisant une recherche du type "Debian nom_du_logiciel", on accède à une page où sont listées les différentes versions du logiciel disponibles sur Debian.
En cliquant sur la version en question (ici Bullseye), on peut ensuite avoir, à droite de l'écran, accès au lien vers le changelog qui indique les principaux changements qui on eu lieu depuis la version précédente, et accès au lien vers les rapports de bugs.
Dans la page des rapports de bugs, toutes les versions sont mélangées, il faut regarder, en général, les bugs les plus récents, classés en dernier, pour s'orienter.
On peut aussi passer par apt-listbugs, qui, si on l'installe, indique les bugs automatiquement à chaque maj, ou à la demande. Mais il faut aussi régler le degré de gravité des bugs à lui faire indiquer pour avoir accès à une liste complète de bugs, au risque d'en voir trop.
Exemple avec vlc.
root@estivale:~# apt-listbugs list vlc
Récupération des rapports de bogue… Fait
Analyse des informations Trouvé/Corrigé… Fait
root@estivale:~# apt-listbugs -s normal list vlc
Récupération des rapports de bogue… Fait
Analyse des informations Trouvé/Corrigé… Fait
bogues de gravité normal sur vlc (→ ) <En attente de traitement>
b1 - #1003117 - vlc 3.0.16/debian 11.2.0; main error: TLS session handshake timeout
b2 - #1004527 - vlc: convert does not honor profile settings for output type
b3 - #1009689 - playlist recursive expansion not working
b4 - #1013671 - vlc: Video display in a separate window, even if 'integrate video in main video' is enabled
b5 - #852773 - vlc: VLC Crashes when a video is being started to play
b6 - #891273 - VLC positions itself under tint2 and always plays videos fullscreen
b7 - #917519 - Unable to open subsequent YouTube videos when not starting a new session
b8 - #930542 - vlc: VLC becomes zombie when changing video playback speed to 3x and faster
b9 - #941043 - vlc stop playing xsfp files when running inside GNOME+Wayland
b10 - #943640 - vlc: Blurred multicolored box appearing on left of screen when playing videos on VLC
b11 - #961118 - vlc: Rendering issues on scaled display
b12 - #981380 - vlc: GPU lockup
b13 - #982299 - Fwd: RTSP streams are not displayed with version 3.0.12 on Debian Sid
Fusionné avec : 982368
b14 - #983250 - vlc: Crash when starting to play video under weston / wayland
b15 - #985987 - vlc: After waking up from suspend the video image hangs, but sound continues
bogues de gravité normal sur vlc (→ ) <Transférés>
b16 - #1013898 - significantly slower than 3.0.17.4-3
b17 - #404645 - vlc: Elapsed time not reported by `vlc cdda://@1'
b18 - #613122 - vlc: Video coordinates/window decorations
b19 - #673333 - vlc: logic for window position is broken: window is sometimes partly off-screen
b20 - #792830 - vlc: playing tree playlist stops at the end of a branch when Auto start is disabled and the next branch has not been unfolded
b21 - #812651 - VLC should warn user when libdvdcss is not installed when trying to play encrypted DVD
b22 - #913345 - Video seek causes video track to lag when the "Hurry up" setting is not enabled in VLC 3.X
b23 - #925220 - vlc: QObject::~QObject: Timers cannot be stopped from another thread
b24 - #931313 - vlc: short silence after resuming playback from pause
Résumé :
vlc(24 bogues)
Le bug est dans la liste, c'est le b4.
Dernière modification par anonyme-15 (08-09-2022 15:16:33)