commit be9686bf18de208e18f3346ede432061521e2366 Author: Uwe Scholz Date: 2021-05-29 Updated NEWS, index.docbook and releases.xml before next release M NEWS M doc/C/index.docbook M doc/C/releases.xml commit c12cc739ee81a369fcb251da5c2e2298c7397bcf Author: Andika Triwidada Date: 2021-05-25 Update Indonesian translation M po/id.po commit 02f99bfecafc2f86a8b1cd22c87e252385641747 Author: Anders Jonsson Date: 2021-05-11 Update Swedish translation M doc/sv/sv.po commit 1dcf7a6b00f91c0a86ea840a91260f967fc362eb Author: Uwe Scholz Date: 2021-05-11 Updated NEWS and releases.xml, fixing #104 M NEWS M doc/C/releases.xml commit b295dda6fbd676800a7c186504f24f9e98aebe93 Merge: fcadcffb d8c97aad Author: Uwe Scholz Date: 2021-05-11 Merge branch 'ctrl-left-segv-fix-with-no-active-file' into 'gcmd-1-12' set_fs_directory_to_opposite: Fix segv when no directory is chosen See merge request GNOME/gnome-commander!12 commit d8c97aade32c7146ea4c24880476bf2dc6d05baf Author: Mamoru TASAKA Date: 2021-05-12 set_fs_directory_to_opposite: Fix segv when no directory is chosen When doing CTRL+LEFT or CTRL+RIGHT, "GnomeCmdMainWin::set_fs_directory_to_opposite" is executed. When a file list is chosen and active, set_fs_directory_to_opposite try to set the opposite directory to the chosen list. However, when no file is chosen and any file list is inactive, get_selected_file() returns nullptr, this leads file->GetGfileAttributeUInt32() segfault. (Note that with optimization, even if file is nullptr, file->GetGfileAttributeUInt32() will be usually called, because compiler guesses file cannot be null when compilation. But in file->GetGfileAttributeUInt32(), this->gFile is accessed, which causes segfault anyway.) To fix this, check if get_selected_file() returned non-null pointer or not (i.e. some file list is active or not.) M src/gnome-cmd-main-win.cc commit fcadcffbd9f962f3adc0243807cda1864d9a97c9 Author: Daniel Șerbănescu Date: 2021-05-09 Update Romanian translation M po/ro.po commit f6653695949aa4a7ca467154c956bb1122b91538 Author: Daniel Șerbănescu Date: 2021-05-09 Update Romanian translation M po/ro.po commit eb0539d13570174eda7881d5d220c357921746f8 Author: Daniel Mustieles Date: 2021-05-05 Updated Spanish translation M po/es.po commit 779ee8decabf091f507ea77efe31fa6d068e8d03 Author: Anders Jonsson Date: 2021-04-17 Update Swedish translation M doc/sv/sv.po commit a5381731234dd82caf80e7e9d2f3807fe295325a Author: Uwe Scholz Date: 2021-04-17 Post release version bump M NEWS M README.md M configure.ac M doc/C/index.docbook M doc/C/releases.xml