Changelog for
pan-0.160-49.3.x86_64.rpm :
* Sat Sep 28 2024 Jim Henderson
- Update to version 0.160:
* fix color management that was broken with v0.159
* body-pane: remove icon from \"Copy URL\" menu
* load_icon: print error message when icon is not found
* delete newsrc file when deleting a news server
* setup StartupWMClass in desktop.in file (glgo#GNOME/pan#191)- Drop pan-window-set-StartupWMClass.patch: incorporated upstream.
* Mon Jul 22 2024 Atri Bhattacharya - Update to version 0.159:
* remove autotools. Pan can only be built with cmake
* remove support for obsolete Status Icon
* pref-ui.cc: fix crash when editing twice the same shortcut
* pref-ui.cc: fix behavior and warnings in edit shortcut widget
* README.org: add instructions to clean up autotools files- Build application with static libs (cmake... - DBUILD_STATIC_LIBS=ON) instead of shared libs (cmake... - DBUILD_SHARED_LIBS=OFF) as there are linking errors when using the latter (glgo#GNOME/pan#190).- Build with cmake and ninja.- Add pan-window-set-StartupWMClass.patch: Set StartupWMClass for open windows (glgo#GNOME/pan#191).
* Sun Apr 28 2024 Dirk Müller - update to 0.158:
* add doc for cmake build options
* fix cmake install de-install doc
* fix ctest instructions
* cmake: set WANT_GMIME_CRYPTO option to default off
* cmake: install help and man files
* cmake: install translations files as pan.mo
* Wed Apr 03 2024 Atri Bhattacharya - Update to version 0.157:
* Building Pan with autotools is now deprecated.
* Install png icon files. This is required to fix some Gtk warnings.
* Always display one part article.
* Enable compilation with GnuTLS by default.
* Fixed GPG segfault, hopefully.
* Added support for Gemini URLs in text.
* Add Interlingue translation.
* Updated translations.- Add empty %check section as recommended by rpmlint.
* Sun Nov 12 2023 John Paul Adrian Glaubitz - Update to version 0.155:
* Add libiconv link if needed to fix build on MacOS
* Use password storage by default when it is enabled
* Enable back GPG initialization
* Fix crash in on_socket_created() when password storage is enabled
* score rules: makes : and :: behave as specified in slrn manual- Drop patches for issues fixed upstream:
* 0001-Fix-crash-in-on_socket_created-when-password-storage.patch
* Thu Jan 26 2023 John Paul Adrian Glaubitz - Add patch to fix crash when password storage is enabled
* 0001-Fix-crash-in-on_socket_created-when-password-storage.patch
* Wed Jan 18 2023 Atri Bhattacharya - Update to version 0.154:
* Fix a regression from v0.153 where pan can segfault when reading groups (glgo#GNOME/pan#156).
* A few GTK2 related cleanups.
* Sun Nov 20 2022 Atri Bhattacharya - Update to version 0.153:
* Identify as correct version.- Changes from version 0.152:
* Gtk2 was removed from Pan. Only Gtk3 is working.
* Links to old pan.rebelbase.com are replaced with links to pan gitlab page.
* Pan can be compiled with clang.
* Updated translations.
* Mon Jul 04 2022 Atri Bhattacharya - Update to version 0.151
* Gtk2 minimal version is now 2.24.0.
* Fix header handling errors (fixes glgo#GNOME/pan#61 and glgo#GNOME/pan#66).
* Add a menu entry to allow editing the Score file in text editor (fixes glgo#GNOME/pan#11).
* Fri Mar 25 2022 Bjørn Lie - Replace pkgconfig(enchant) for pkgconfig(enchant-2) BuildRequires: Use the newer enchant-2 spellchecker.
* Wed Mar 02 2022 Bjørn Lie - Drop pan-lang Recommends: No longer needed.
* Sun Feb 27 2022 Atri Bhattacharya - Update to version 0.150:
* Set maximum number of serveur connections to 20.
* Remove support for GMime2.
* Enable make distcheck for both GTK builds.
* Run distcheck with gtk3.
* Fix make distcheck for gtk2.
* Gtk3 is now default build, Gtk2 is deprecated.
* Fix pkg check msgs in configure.ac and print more library versions.
* fix missing articles with dangling reference.
* Fri Dec 24 2021 Atri Bhattacharya - Update to version 0.149:
* Fix freeze when loading group with non-ascii characters in subject.
* Avoid mojibake in Subject and Headers.
* Fix x-face folding.
* Add Base64-encoded Face header.
* Updated translations.
* Tue Oct 26 2021 Atri Bhattacharya - Update to version 0.148: + gmime3 is used by default and gmime2 is deprecated. + Some UI bugs fixed. + README was converted from ASCII to org-mode format.- Adapt Source and setup for changed version tagging (v0.148 vs 0.148).- New BuildRequires: libtool (needed to generate missing configure file in release tarball), yelp (needed to build help files).
* Tue Sep 28 2021 Atri Bhattacharya - Update to version 0.147: + Fix for GMime3 bug in: message_add_signed_part(). + Try an autodetection strategy. + Fix compiler warning. + Work around corrupt/inconsistent file names. + Replace totally unnecessary UTF-8 colons by real ones. + Remove empty line from file posting.xml. + Fix for GMime3 build (Posting error); Issues glgo#GNOME/pan#103 and glgo#GNOME/pan#114. + build: Target a specific GLib API version. + fix (configure.ac): update GETTEXT version. + Adjust packages to install in CI. + Move more header inclusions outside extern \"C\". + Take out of extern \"C\". + Updated translations.- Drop patches either included upstream or otherwise fixed: + pan-fix-sending-with-gmime30.patch + pan-glib-2.68.patch + pan-signed-pointer-zero-comparison.patch- Update minimum required version of gettext to 0.21 in keeping with upstream.
* Tue Jun 08 2021 Atri Bhattacharya - Add pan-signed-pointer-zero-comparison.patch -- Fix comparison of pointer with int 0 (fixes building against GCC 11).
* Sat May 08 2021 Atri Bhattacharya - Add pan-glib-2.68.patch: Fix compilation with glib 2.68+; patch taken from upstream merge request with additional fixes for current version (glgo#GNOME/pan#128).