Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
d8ac2428ff | |||
88d48a15fd
|
|||
1ed20bc64d | |||
7acdf617db
|
|||
25e4fd6e8b | |||
3b27a4c5a5
|
|||
d6bf4530e2 | |||
b35e6d57ea
|
@ -1,9 +1,10 @@
|
|||||||
## [0.3.0]
|
## [0.3.1]
|
||||||
- pam_panic_config, a configuration generator
|
- pam_panic_config, a configuration generator
|
||||||
- Translations for pam_panic_config
|
- Translations for pam_panic_config
|
||||||
- Timeouts when typing wrong passwords
|
- Timeouts when typing wrong passwords
|
||||||
- Strict mode: Choose if you want to be locked out if the configuration is corrupt
|
- Strict mode: Choose if you want to be locked out if the configuration is corrupt
|
||||||
- Added translations: nl, pl
|
- Added translations: nl, pl
|
||||||
|
- Build fix coming with this new release
|
||||||
|
|
||||||
## [0.2.5]
|
## [0.2.5]
|
||||||
- MBR support
|
- MBR support
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_INIT(
|
AC_INIT(
|
||||||
[pam_panic],
|
[pam_panic],
|
||||||
[0.3.0],
|
[0.3.1],
|
||||||
[https://github.com/pampanic/pam_panic/issues],
|
[https://github.com/pampanic/pam_panic/issues],
|
||||||
[pam_panic])
|
[pam_panic])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
@ -2,7 +2,6 @@ SUBDIRS = applications icons/48x48 icons/64x64 icons/scalable
|
|||||||
bin_SCRIPTS = pam_panic_config
|
bin_SCRIPTS = pam_panic_config
|
||||||
|
|
||||||
%: %.prebuild.sh
|
%: %.prebuild.sh
|
||||||
make clean-local
|
|
||||||
{ sldr=$$(echo "$(SECUREDIR)" | $(SED) 's/\//\\\//g'); bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g'); version=$$(echo $(VERSION)); $(SED) "s/__SECURELIBDIR__/$$sldr/;s/__PAMPANICPW__/$$bdr\/pam_panic_pw/;s/__VERSION__/$$version/" $< > $@ ; }
|
{ sldr=$$(echo "$(SECUREDIR)" | $(SED) 's/\//\\\//g'); bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g'); version=$$(echo $(VERSION)); $(SED) "s/__SECURELIBDIR__/$$sldr/;s/__PAMPANICPW__/$$bdr\/pam_panic_pw/;s/__VERSION__/$$version/" $< > $@ ; }
|
||||||
chmod +x $@
|
chmod +x $@
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
appicondir=$(datadir)/icons/hicolor/scalable/apps
|
appicondir=$(datadir)/icons/hicolor/scalable/apps
|
||||||
appicon_DATA=pampanic.svg
|
appicon_DATA=pampanic.svg
|
||||||
pixmapsdir=$(datadir)/pixmaps
|
|
||||||
|
|
||||||
install-exec-hook:
|
pixmapdir=$(datadir)/pixmaps
|
||||||
test -L $(pixmapsdir)/pampanic.svg && echo "Symlink exists" || { $(MKDIR_P) $(pixmapsdir) ; $(LN_S) $(appicondir)/pampanic.svg $(pixmapsdir)/pampanic.svg ; }
|
pixmap_DATA=pampanic.svg
|
||||||
|
Reference in New Issue
Block a user