Changelog for
pan-debugsource-0.155-1.3.i586.rpm :
* 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).