Changelog for
caja-extension-atril-1.28.0-57.14.i586.rpm :
* Mon Mar 25 2024 Hillwood Yang
- Update version to 1.28.0
* Update translation
* Fix bugs- Drop atril-comics-Use-libarchive-to-unpack-documents.patch and atril-Use-a-blank-line-at-most.patch
* Tue Feb 20 2024 Dominique Leuenberger - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
* Mon Jan 01 2024 Mike Gabriel - Fix CVE-2023-51698: comics: Use libarchive to unpack documents.
* Add patch: atril-Use-a-blank-line-at-most.patch (required to let the actual CVE fix patch apply). Cherry-picked from upstream\'s 1.26 branch.
* Add patch: atril-comics-Use-libarchive-to-unpack-documents.patch. Fix for CVE-2023-51698. Cherry-picked from upstream\'s 1.26 branch.
* Mon May 15 2023 Alexei Sorokin - Update to version 1.26.1:
* epub: Add fallback for malformed epub files in check_mime_type.
* epub: Fix index loading for certain documents.
* Accessibility: Add button description.
* Preserve compatibility with older GLib versions.
* Update translations.- Drop atril-glib-2.54.patch, atril-synctex-1.18.patch.
* Sun Aug 22 2021 Jan Engelhardt - Make documentation noarch. Remove --with-pic because it has no effect in conjunction with --disable-static. Update RPM groups.
* Thu Aug 19 2021 Hillwood Yang - Update version to 1.26.0
* update translations
* ev-window.c: only create a EvWebView if needed
* ev-sidebar-links: Optimize reverse link lookup for a page
* introspection: Fix bogus --library arguments.
* libdocument: remove _ev_g_mkdtemp function
* epub: declaration of ‘uL’ shadows a previous local [-Wshadow]
* ev-window: missing initializer for a field of ‘GtkActionEntry’
* epub: fix typo
* Mon Apr 26 2021 Ferdinand Thiessen - Update to version 1.24.1
* update translations
* epub backend: Escape link text to display & in index content
* Fix segfault on empty navMap
* thumbnailer: fix typo in the option description
* Use int64_t for g_date_time_to_unix even word size is 32-bit wide- Split doc package
* Mon Mar 30 2020 Alexei Sorokin - Add atril-synctex-1.18.patch: Restore SyncTeX 1.18 support.- Add atril-glib-2.54.patch: Restore GLib 2.54 support.
* Wed Feb 26 2020 Alexei Sorokin - Update to version 1.24.0 (changes since 1.23.0):
* ev-view: Remove unused variables and assignment
* Avoid g_type_class_add_private.
* tiff: Handle failure from TIFFReadRGBAImageOriented.
* view-presentation: Use monitor instead of screen.
* shell: Use monitor instead of screen to determine window size.
* shell: Fix get_monitor_dpi when widget’s window is not realized.
* DPI: Compute monitor resolution or get screen resolution.
* Prevent segfaults when no document loaded.
* Require GLib 2.54.0.
* Fix build warning on marshalling.
* Suppress GtkAction warnings.
* document: Replace deprecated gdk_color_equal.
* Fix buffer overflow in backend/tiff-document.c.
* Fix atril.desktop file.
* Fix memory leak ev_sidebar_thumbnails_document_changed_cb().
* pdf: Fix memory leak when adding new text annotations.
* libview: Fix a memory leak.
* Revert \"First page should not reloaded\"
* Avoid redundant redeclarations.
* libview: Reset \"pressed_button\" when starting Drag and Drop.
* Show SyncTeX version in the About dialogue.
* Add a hint for translators.
* Migrate from intltool to gettext.
* Add accelerator \'o\' for toggling Odd Pages Left.
* Add accelerator \'t\' for toggling visibility of the toolbar.
* Remove synctex internally, work with external library instead.
* build: Require webkit2gtk-4.0 >= 2.6.0.
* End the va_list before returning from _synctex_merge_strings.
* build: Use synctex system library if available.
* Remove synctex warning.
* Bump synctex to 1.21.
* thumbnailer: Fix a memory leak.
* Fix year 2038 issue with signed 32-bit integers.
* Update translations.- Drop support for old openSUSE versions.
* Tue Sep 24 2019 Michel Normand - Replace BuildRequires: libxml2-python by python3-libxml2 as libxml2 updated.