Skip to content

Commit

Permalink
updated changelog and increased version number in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicnkt committed Sep 23, 2016
1 parent eb5398b commit 270aa7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
0.17.12:
- implemented "Query" Function that will display pending tasks (updates, downgrades, new installs and removes)
- fixed Problem in Network Connection Handler that resulted in the service not being able to close the connection to the server:
wpkg-gp used the mapping drive function to connect to the server but didn't specify the drive letter
because of this the winapi for closing a connection failed all the time
the result was that for some reason the execute function didnt work if the query function was started before once
until the service was restarted.
0.17.13:
- now sets the wpkg running state to "true" in the registry (HLKM\SOFTWARE\WPKG\running) before wpkg is executed.
wpkg will by default turn this false after it is done (if you have not disabled this in in the wpkg configuration)
as failsafe wpkg-gp will set it to "false" when its service is started (reboot, manually restart of the service)
- added "/dryrun" parameter to the query command so the wpkg.xml file date won't be altered.

I changed the code so that the wpkg-gp now maps the network share as drive "z:", this shouldnt be a problem as
the system user shouldn't have any other mapped network drives as far as i can imagine.
2 changes: 1 addition & 1 deletion make_installer.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
SET VERSION=0.17.12
SET VERSION=0.17.13
IF "%PROCESSOR_ARCHITECTURE%"=="x86" (
SET NSIS="%ProgramFiles%\NSIS\makensis.exe"
SET PYTHON32="c:\python26\python.exe"
Expand Down

0 comments on commit 270aa7c

Please sign in to comment.