Tags give the ability to mark specific points in history as being important
-
menu-2.1.48
394a1ee6 · ·Release menu-2.1.48 menu (2.1.48) unstable; urgency=low * The "Talence" release * debian/control: + Bump Standards-Version to 4.5.0. + Add Vcs-Git/Vcs-Browser fields + Add Multi-Arch: same + Build-Depends on debhelper-compat (= 12). Closes: #965717 + Replace Suggests: kde-runtime by kde-cli-tools. Closes: #950837 * debian/compat: removed * debian/source/format: set to 3.0 (native) * debian/copyright: update URL. * po-su-to-root: + ro.po: updated Romanian translation by Cristian Secară. Closes: #931443 * debian/rules: + call configure with --host option. Closes: #837297 * scripts/su-to-root, doc/su-to-root: - SU_TO_ROOT_X: new option sudo-askpass: use ssh-askpass via sudo --askpass. Closes: #827914. Thanks Jordi Pujol Palomer. -- Bill Allombert <ballombe@debian.org> Wed, 30 Sep 2020 19:27:58 +0200 -
-
menu-2.1.42
0e57b949 · ·* configure.ac, */Makefile.am - Fix uninstall target so that 'make distcheck' work again.
-
-
-
-
-
-
-
menu-2.1.35
ad3faf93 · ·move to new menu structure: - examples/translate_menus: convert old section names to new names. - doc/menu.sgml doc/menufile.5 doc/menufile.fr.5: updated. - po-sections/menu-messages.pot: updated.
-
-
menu-2.1.33
5ca3696e · ·Apply patch from Tim Dijkstra to simplify wait_dpkg() to not require signal to be sent between the parent and the child to work around a race condition in glibc, probably bug #223110. Closes: #374834.
-
-
-
-
menu-2.1.29
9e1e5f47 · ·The "spotted giraffe" release. Replace depcomp symlink by the depcomp script. Closes: #375103. Add Khmer menu sections translation. Thanks, Khoem Sokhem. Closes: #375062.
-
-
-
menu-2.1.26
5a295cd4 · ·* Menu-methods should now use #!/usr/bin/install-menu * Add Slovak menu sections translation. Thanks Peter Mann. Closes: #330182 * scripts/wm-menu-config, doc/wm-menu-config.8: removed. * install-menu and su-to-root are now in /usr/bin and symlinks in /usr/sbin. * debian/copyright: update FSF address and bump copyright date. * debian/menu.sgml: Fix typos, thanks Francesco Poli and Miguel Gea Milvaques. Closes: #328947. * debian/rules, debian/control, debian/conffiles: + Switch to debhelper v4. + Hack to prevent /etc/menu/README and /etc/menu-methods/README to be marked as conffiles. * update-menus was segfaulting on non-readable directories. Closes: #331247. Thanks Felipe Almeida Lessa. * The functions firstentry(), entryindex() and lastentry() did not work when sorting was used. Closes: #231826. Thanks Jorgen Schäfer. * Morten Brix Pedersen: - Add missing virtual destructor to class 'func'.