aboutsummaryrefslogtreecommitdiff
path: root/rpm/harbour-passfish.changes
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-01-21 15:26:28 +0100
committerAndreas Grois <andi@grois.info>2023-01-21 15:26:28 +0100
commit8ec3683b6b1cf23110d21ae75be71be5cfcf0e60 (patch)
tree8bd233396e16c41b45a2edec9baafea46470afd3 /rpm/harbour-passfish.changes
parent045fda9e7952b1fbef7d6caa400f1c51fdac46da (diff)
Version 0.2: Update passwordmaker-rs to version 0.2.1HEADv0.2.0main
Diffstat (limited to 'rpm/harbour-passfish.changes')
-rw-r--r--rpm/harbour-passfish.changes23
1 files changed, 23 insertions, 0 deletions
diff --git a/rpm/harbour-passfish.changes b/rpm/harbour-passfish.changes
new file mode 100644
index 0000000..80644eb
--- /dev/null
+++ b/rpm/harbour-passfish.changes
@@ -0,0 +1,23 @@
+# Rename this file as PassFish.changes to include changelog
+# entries in your RPM file.
+#
+# Add new changelog entries following the format below.
+# Add newest entries to the top of the list.
+# Separate entries from eachother with a blank line.
+#
+# Alternatively, if your changelog is automatically generated (e.g. with
+# the git-change-log command provided with Sailfish OS SDK), create a
+# PassFish.changes.run script to let mb2 run the required commands for you.
+
+# * date Author's Name <author's email> version-release
+# - Summary of changes
+
+* Fri Jan 20 2023 Andreas Grois <andi@grois.info> 0.2.0
+- Update to passwordmaker-rs version 0.2, what means the following:
+- A ton of new automated tests make bugs less likely
+- The performance of profiles that don't use leet after generating was improved
+- The performance of HMAC profiles was improved
+- The overall quality of the passwordmaker-rs code has improved.
+
+* Tue Nov 1 2022 Andreas Grois <andi@grois.info> 0.1.0
+- Initial release