mirror of
https://github.com/PaperCutSoftware/GhostTrap.git
synced 2026-02-03 18:10:48 -06:00
updating version numbers, copyrights etc throughout documentations as well as installer scripts and cpp source files
This commit is contained in:
parent
55818f6cdc
commit
ff41890552
12
README.md
12
README.md
@ -16,7 +16,7 @@ securely holds Ghostscripts in a laser containment field :-)
|
||||
|
||||
## Download
|
||||
|
||||
*Windows:* [ghost-trap-installer.exe](https://cdn1.papercut.com/files/open-source/ghost-trap/ghost-trap-installer-1.5.10.03.exe) (version 1.5.10.03)
|
||||
*Windows:* [ghost-trap-installer.exe](https://cdn1.papercut.com/files/open-source/ghost-trap/ghost-trap-installer-1.5.10.03.exe) (version 1.5.10.03, To be updated)
|
||||
|
||||
|
||||
## Motivation
|
||||
@ -65,7 +65,7 @@ To convert a multi-page PDF file into a JPEG images *WITH* sandboxing:
|
||||
"C:\Program Files (x86)\GhostTrap\examples\annots.pdf"
|
||||
|
||||
`gsc-trapped.exe` is the sandboxed version of `gsc.exe`. It should behave the same
|
||||
as the standard Ghostscript console command as [documented](https://ghostscript.readthedocs.io/en/gs10.03.1/Use.html),
|
||||
as the standard Ghostscript console command as [documented](https://ghostscript.readthedocs.io/en/gs10.04.0/Use.html),
|
||||
with the following known exceptions:
|
||||
|
||||
* The input and output files must be on a local disk (no network shares).
|
||||
@ -94,6 +94,10 @@ escape vectors.
|
||||
|
||||
## Release History
|
||||
|
||||
### [1.6.10.04.0] - 2025-03-12
|
||||
* Updated to GhostScript 10.04.0 (2024-09-18).
|
||||
* Installer now silently installs the same Visual Studio C++ runtime (Build 14.29.30153, x64) as GhostScript installer.
|
||||
|
||||
### [1.5.10.03.1] - 2024-08-09
|
||||
* Installer compatible with ARM64 Windows.
|
||||
|
||||
@ -190,7 +194,7 @@ The following future refinements are planned:
|
||||
|
||||
*Ghost Trap* is open source software licensed under the Affero GPL:
|
||||
|
||||
Copyright (c) 2012-2024 PaperCut Software Pty Ltd http://www.papercut.com/
|
||||
Copyright (c) 2012-2025 PaperCut Software Pty Ltd http://www.papercut.com/
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
@ -205,7 +209,7 @@ The following future refinements are planned:
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
[1.6.10.04.0]: TBA
|
||||
[1.5.10.03.1]: https://github.com/PaperCutSoftware/GhostTrap/compare/v1.4.10.03.1...v1.5.10.03.1
|
||||
[1.4.10.03.1]: https://github.com/PaperCutSoftware/GhostTrap/compare/v1.4.10.02.1...v1.4.10.03.1
|
||||
[1.4.10.02.1]: https://github.com/PaperCutSoftware/GhostTrap/compare/v1.4.10.00...v1.4.10.02.1
|
||||
|
||||
@ -4,7 +4,7 @@ set INNO_COMPILER=%programfiles(x86)%\Inno Setup 6\ISCC.exe
|
||||
SETLOCAL ENABLEDELAYEDEXPANSION
|
||||
set starttime=%time%
|
||||
set startdir=%cd%
|
||||
set gsversion=10.03.1
|
||||
set gsversion=10.04.0
|
||||
|
||||
echo .-. ___ _ _ _____
|
||||
echo (o o) / _ \ ^|__ ___ ___^| ^|/__ \_ __ __ _ _ __
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
#define gs_name "GPL Ghostscript"
|
||||
|
||||
#ifndef gs_version
|
||||
#define gs_version "10.03.1"
|
||||
#define gs_version "10.04.0"
|
||||
#endif
|
||||
|
||||
#define gs_c_exe "gsc.exe"
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
For more information about Google Chromium sandbox, visit:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "http://dev.chromium.org/developers/design-documents/sandbox"}}{\fldrslt \cf2 \ul \ulc2 http://dev.chromium.org/developers/design-documents/sandbox}}\
|
||||
\
|
||||
\pard\pardeftab720\sl276\slmult1\sa200
|
||||
\cf0 Ghost Trap is distributed under the GNU Affero General Public License Version 3 and Copyright (c) 2012-2024 PaperCut Software Pty Ltd. Ghost Trap source code distribution, and the Ghost Trap executable code, include the following libraries obtained from other parties:\
|
||||
\cf0 Ghost Trap is distributed under the GNU Affero General Public License Version 3 and Copyright (c) 2012-2025 PaperCut Software Pty Ltd. Ghost Trap source code distribution, and the Ghost Trap executable code, include the following libraries obtained from other parties:\
|
||||
\pard\pardeftab720
|
||||
|
||||
\fs16 \cf0 Ghostscript created by Aladdin Enterprises. For more information, please see {\field{\*\fldinst{HYPERLINK "http://www.ghostscript.com/"}}{\fldrslt \cf2 \ul \ulc2 http://www.ghostscript.com/}} and the LICENSE file in the GhostPDL project.\
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2024 PaperCut Software Pty Ltd
|
||||
* Copyright (c) 2012-2025 PaperCut Software Pty Ltd
|
||||
* http://www.papercut.com/
|
||||
*
|
||||
* Author: Chris Dance <chris.dance@papercut.com>
|
||||
@ -43,8 +43,8 @@
|
||||
* Ghost Trap version number starts at 1 and suffixes the Ghostscript version we've
|
||||
* tested/written against.
|
||||
*/
|
||||
#define GHOST_TRAP_VERSION "1.5.10.03.1"
|
||||
#define GHOST_TRAP_COPYRIGHT "Copyright (c) 2012-2024 PaperCut Software Pty Ltd"
|
||||
#define GHOST_TRAP_VERSION "1.6.10.04.0"
|
||||
#define GHOST_TRAP_COPYRIGHT "Copyright (c) 2012-2025 PaperCut Software Pty Ltd"
|
||||
|
||||
const wchar_t* PARAM_OUTPUT_FILE = L"OutputFile=";
|
||||
const wchar_t* PARAM_FAIL_TEST = L"--fail-test=";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user