diff --git a/CHANGES b/CHANGES index 2f39444..1aa353a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,14 +1,22 @@ -Version 1.49 (Sep 2024) +Version 1.50 (Jan 2025) - Adds error option -- Theo von Arx -Version 1.48 (Mar 2024) +- Fixes label regression #60 +-- Tobi with lots of help + +Version 1.49 (Mar 2024) - Adds noforwardlinks option -- Chris Landis - Fixes targets for forward links to acs/acl/etc.-only use -- Chris Landis +Version 1.48 (Oct 2021) + +- corrected capitalization of acronyms with a custom plural form +-- Bruno Le Floch + Version 1.47 (Apr 2020) - Fixed \Iac macro expansion bug diff --git a/Makefile b/Makefile index 80190fa..248f704 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL = /bin/sh -VERS = 1.47 +VERS = 1.50 PACK=acronym tar: @@ -21,7 +21,7 @@ tds: rm -r doc source tex dist: tar - gnome-open http://www.ctan.org/pkg/acronym + mate-open http://www.ctan.org/pkg/acronym clean: rm -rf texbuild pdfbuild