Skip to content

Commit

Permalink
cf changelog 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro ZANNI committed Aug 1, 2016
1 parent 7ecbb84 commit 73b3ad0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
LaZagne 1.5 (01/08/2016)
- Only Windows:
* New modules (thanks to righettod => https://github.com/righettod):
* Maven java build tool
* Apache Directory Studio
* "OpenSSH" application

LaZagne 1.4 (21/07/2016)
- Only Windows:
* New module: Git for Windows (thanks to righettod => https://github.com/righettod)

LaZagne 1.3 (02/07/2016)
- Only Windows
See "User impersonnation" in README for more information
Expand Down
2 changes: 1 addition & 1 deletion Windows/src/LaZagne/config/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class constant():
folder_name = 'results'
file_name_results = 'credentials' # the extention is added depending on the user output choice
MAX_HELP_POSITION = 27
CURRENT_VERSION = '1.3'
CURRENT_VERSION = '1.5'
output = None
file_logger = None

Expand Down
2 changes: 1 addition & 1 deletion Windows/src/LaZagne/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def error(self, message):
os.remove(dst)
rev2self()
except Exception as e:
print_debug('ERROR', 'Not enough privileges to get system rights: %s' % e)
print_debug('WARNING', 'Not enough privileges to get system rights: %s' % e)
# Is not system and is not elevated
# Realize a normal execution
stopExecute = False
Expand Down
3 changes: 1 addition & 2 deletions Windows/src/LaZagne/softwares/git/gitforwindows.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ def run(self):
duplicates_track.append(pwd_id)

# Print the results
if len(final_pwd_found) > 0:
print_output(title, final_pwd_found)
print_output(title, final_pwd_found)

0 comments on commit 73b3ad0

Please sign in to comment.