Skip to content

Commit 6aed61b

Browse files
committed
Update version and packaging files
1 parent 1684a43 commit 6aed61b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

htdocs/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#==============================================================================
44
# Version
55
#==============================================================================
6-
$version = "1.4.4";
6+
$version = "1.4.5";
77

88
#==============================================================================
99
# Configuration

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ltb-project-self-service-password (1.4.5-1) unstable; urgency=high
2+
3+
* Latest version of 1.4.4 not working by @Max7641 in #670
4+
5+
-- Clement Oudot <clem@ltb-project.org> Wed, 29 Jun 2022 12:00:00 +0200
6+
17
ltb-project-self-service-password (1.4.4-1) unstable; urgency=high
28

39
* Update bootstrap to v3.4.1 by @bohze in #663

packaging/rpm/SPECS/self-service-password.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#=================================================
1515
%define ssp_name self-service-password
1616
%define ssp_realname ltb-project-%{name}
17-
%define ssp_version 1.4.4
17+
%define ssp_version 1.4.5
1818
%define ssp_destdir /usr/share/%{name}
1919
%define ssp_cachedir /var/cache/%{name}
2020

@@ -121,6 +121,8 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%changelog
124+
* Wed Jun 29 2022 - Clement Oudot <clem@ltb-project.org> - 1.4.5-1
125+
- Latest version of 1.4.4 not working by @Max7641 in #670
124126
* Fri Jun 24 2022 - Clement Oudot <clem@ltb-project.org> - 1.4.4-1
125127
- Update bootstrap to v3.4.1 by @bohze in #663
126128
- Separate Smarty debug and debug by @coudot in #666

0 commit comments

Comments
 (0)