| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libfilezilla-lang | Distribution: openSUSE Tumbleweed |
| Version: 0.52.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sat Nov 15 13:15:39 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 202738 | Source RPM: libfilezilla-0.52.0-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://lib.filezilla-project.org/ | |
| Summary: Translations for package libfilezilla | |
Provides translations for the "libfilezilla" package.
GPL-2.0-or-later
* Sat Nov 15 2025 ecsos <ecsos@opensuse.org> - 0.52.0
- Update to 0.52.0
* New features:
- Event handlers can now be in a hierarchy.
If calling remove_handler on a handler that has children,
they are removed as well.
- MSW: Added fz::async_pipe
- Add operator< and operator== for strtokenizer
- Added fz::read_file overload accepting a filename
* Bugfixes and minor changes:
- Fixes to mutex debugging to fix destruction order issues
on program exit
- Certificate verification: Display friendly error message in
case of GNUTLS_CERT_INVALID_OCSP_STATUS
* Tue Aug 12 2025 ecsos <ecsos@opensuse.org>
- Update to 0.51.1
* New features:
- Added fz::get_final_link_target
* Bugfixes and minor changes:
- *nix: Fixed reporting the type of file if following symlinks
in fz::local_filesys::get_file_info
- Changes from 0.51.0
* New features:
- Added nocreate flag to fz::file::open::creation_flags,
if set only files that already exist can be opened
- Added sha1 and sha512 to fz::hash_accumulator
- Added update_uint32_be and update_with_length to
fz::hash_accumulator
- *nix: fz::socket can now be used to connect to
Unix Domain Sockets
- Added flag to fz::uri to assume an authority when parsing
schemless URIs
- fz::get_file_info and fz::local_filesys::set_modification_time
now return fz::result
* Bugfixes and minor changes:
- Improvements to timer handling if using event loops with the
threadless flag
* Fri Mar 28 2025 Martin Hauke <mardnh@gmx.de>
- Update to version 0.50.0
New features:
* Added 'fresh' fz::file::open::creation_flags. If set, file
creation fails if a file with the same name already exists.
* Added fz::get_digest_size for hash algorithms.
* Impersonation changes for working with Active Directory users.
* Transparent fz::less_/equal_insensitive_ascii comparators.
* Generalized fz::starts_/ends_with.
Bugfixes and minor changes:
* fz::socket_base::close is now public.
* Fixes to mutex-debugging functionality.
* Fixes to fz::is_pem heuristic.
* Sat Nov 02 2024 ecsos <ecsos@opensuse.org>
- Update to 0.49.0
* New features:
- Added fz::to_integral_o that returns an optional
- If mutex-debugging is enabled, attempts to destroy a still
locked mutex are now detected
- fz::file can now also be oppened in append mode
- MSW: Added users, authenticated_users and system entities to
security_descriptor_builder
* Bugfixes and minor changes:
- fz::to_integral now verifies that the value fits into the
return type instead of silently truncating
* Fri Jul 12 2024 ecsos <ecsos@opensuse.org>
- Update to 0.48.1
* Bugfixes and minor changes:
- Allow comparing strtokenizer::iterator with each other
- MSW: fz::recursive_remove now exposes calls SHFileOperations,
as the caller might need special steps to ensure modality
- Changes from 0.48.0
* New features:
- fz::percent_decode can now optionally treat plus as space
- Added file::get_modification_time
* Bugfixes and minor changes:
- EROFS is now mapped to fsresult::noperm
- fz::aio_waiter has been removed due to thread-safety issues
- *nix: Only link with -ldl if required by dlsym
- Fixed error code if no parent can be found during mkdir
- Download over osc no more possible. Source must be download over
website link.
* Tue Apr 16 2024 ecsos <ecsos@opensuse.org>
- Update to 0.47.0
* New features:
- PKCS#11 support, provided GnuTLS has been compiled with
PKCS#11 support enabled
* Bugfixes and minor changes:
- Added parameter to fz::remove_dir that allows returning an
error if the directory did not exist
- Add logging of aio reader/writers cannot be opened, fix return
value of reader when trying to read nothing
- HTTP: Delay sending subsequent requests after having
received a response with "Connection: close" set
- Listen sockets are now created with the SO_REUSEADDR
(SO_EXCLUSIVEADDRUSE on Windows) flag set
- Added cert_type::codesign as key purpose to certificate
request and creation functions in fz::tls_layer
- Drop libfilezilla-fix-crash.patch, becuase now in upstream
* Wed Mar 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Add libfilezilla-fix-crash.patch: Fix crash when uploading files
(boo#1219800).
* Mon Feb 26 2024 ecsos <ecsos@opensuse.org>
- Adjustments patch macro for rpm 4.20.
* Thu Feb 08 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.46.0:
+ fz::process: Add io redirection mode that excluded stderr.
+ fz::remove_file and remove_dir now take additional parameter
and return fz::result.
+ Added transitional fz::file::read2 and fz::file::write2
returning fz::rwresult, old read/write have been marked
deprecated.
+ HTTP: Fix redirect if "Connection: close" header is set.
- Bump major to 42, following upstream sover bump.
* Tue Oct 24 2023 ecsos <ecsos@opensuse.org>
- Update to 0.45.0
* New features:
- fz::hash_accumulator now also works with hmac_sha256
- Added is_digest and digest_size to fz::hash_acumulator
- MSW: Added function to delete registry values
* Bugfixes and minor changes:
- Fixed a crash and a stall in the HTTP client
* Wed Jul 12 2023 ecsos <ecsos@opensuse.org>
- Update to 0.44.0
* New features:
- Exportable hash accumulator state
- Add for RSA key support for JWS
- JWT creation
- Conversion functions from X.509 private keys to JWK
* Bugfixes and minor changes:
- Added logging when certificate is untrusted by system trust store
- Changes from 0.43.0
* New features:
- Added fz::tls_layer::generate_cert_from_csr
* Bugfixes and minor changes:
- fz::event_loop performance improvements when timers are in use
* Sat Jun 03 2023 ecsos <ecsos@opensuse.org>
- Update to 0.42.2
* Bugfixes and minor changes:
- Further HTTP client fixes
- Changes from 0.42.1
* Bugfixes and minor changes:
- Small HTTP client improvements to force IPv4/IPv6 for new
connections, add a header count limit, and to make abuffer
pool optional
- Changes from 0.42.0
* New features:
- Added an HTTP client
* Bugfixes and minor changes:
- Sources are now distributed in a .tar.xz
- buffer_writer now clears the buffer when opened
- Fixes and performance improvements for fz::xml::parser
- *nix: fz::file::size() now returns -1 on character devices
* Fri Feb 24 2023 ecsos <ecsos@opensuse.org>
- Update to 0.41.1
* Bugfixes and minor changes:
- Fixed a crash signalling aio waiters
- Added listen_socket::from_descriptor
* Wed Jan 25 2023 ecsos <ecsos@opensuse.org>
- Update to 0.41.0
* New features:
- Added fz::xml::parser and fz::xml::namespace_parser
- Added fz::is_valid_utf8
- Added fz::utf16le_to_utf8_append and fz::utf16be_to_utf8_append
- Changes from 0.40.0
* New features:
- Added fz::unicode_codepoint_to_utf8_append
- Added fz::strtokenizer
- Added fz::check_certificate_status
/usr/share/locale/ar/LC_MESSAGES/libfilezilla.mo /usr/share/locale/az/LC_MESSAGES/libfilezilla.mo /usr/share/locale/ca/LC_MESSAGES/libfilezilla.mo /usr/share/locale/cs_CZ/LC_MESSAGES/libfilezilla.mo /usr/share/locale/cy/LC_MESSAGES/libfilezilla.mo /usr/share/locale/da/LC_MESSAGES/libfilezilla.mo /usr/share/locale/de/LC_MESSAGES/libfilezilla.mo /usr/share/locale/el/LC_MESSAGES/libfilezilla.mo /usr/share/locale/es/LC_MESSAGES/libfilezilla.mo /usr/share/locale/et/LC_MESSAGES/libfilezilla.mo /usr/share/locale/eu/LC_MESSAGES/libfilezilla.mo /usr/share/locale/fi_FI/LC_MESSAGES/libfilezilla.mo /usr/share/locale/fr/LC_MESSAGES/libfilezilla.mo /usr/share/locale/hr/LC_MESSAGES/libfilezilla.mo /usr/share/locale/is/LC_MESSAGES/libfilezilla.mo /usr/share/locale/it/LC_MESSAGES/libfilezilla.mo /usr/share/locale/nb_NO/LC_MESSAGES/libfilezilla.mo /usr/share/locale/ne/LC_MESSAGES/libfilezilla.mo /usr/share/locale/nl/LC_MESSAGES/libfilezilla.mo /usr/share/locale/nn_NO/LC_MESSAGES/libfilezilla.mo /usr/share/locale/oc/LC_MESSAGES/libfilezilla.mo /usr/share/locale/pl_PL/LC_MESSAGES/libfilezilla.mo /usr/share/locale/pt_BR/LC_MESSAGES/libfilezilla.mo /usr/share/locale/pt_PT/LC_MESSAGES/libfilezilla.mo /usr/share/locale/ru/LC_MESSAGES/libfilezilla.mo /usr/share/locale/sl_SI/LC_MESSAGES/libfilezilla.mo /usr/share/locale/sr/LC_MESSAGES/libfilezilla.mo /usr/share/locale/sv/LC_MESSAGES/libfilezilla.mo /usr/share/locale/tr/LC_MESSAGES/libfilezilla.mo /usr/share/locale/uk_UA/LC_MESSAGES/libfilezilla.mo /usr/share/locale/zh_CN/LC_MESSAGES/libfilezilla.mo /usr/share/locale/zh_TW/LC_MESSAGES/libfilezilla.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Apr 12 22:22:34 2026