瀏覽代碼

version 7.2.2

Johann ELSASS 3 年之前
父節點
當前提交
ab7f571a70

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+lazpaint (7.2.2-1) unstable; urgency=medium
+
+  * new upstream version
+
+ -- Johann ELSASS <[email protected]>  Tue, 23 Aug 2022 10:35:00 +0100
+
 lazpaint (7.2.1-1) unstable; urgency=medium
 lazpaint (7.2.1-1) unstable; urgency=medium
 
 
   * new upstream version
   * new upstream version

+ 1 - 1
lazpaint/lazpaint.lpi

@@ -28,7 +28,7 @@
       <MinorVersionNr Value="2"/>
       <MinorVersionNr Value="2"/>
       <CharSet Value="04B0"/>
       <CharSet Value="04B0"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" FileDescription="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe" ProductName="LazPaint"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" FileDescription="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe" ProductName="LazPaint"/>
-      <RevisionNr Value="1"/>
+      <RevisionNr Value="2"/>
     </VersionInfo>
     </VersionInfo>
     <BuildModes Count="10">
     <BuildModes Count="10">
       <Item1 Name="Debug" Default="True"/>
       <Item1 Name="Debug" Default="True"/>

+ 1 - 1
lazpaint/lazpaintembeddedpack.lpk

@@ -26,7 +26,7 @@
         </Debugging>
         </Debugging>
       </Linking>
       </Linking>
     </CompilerOptions>
     </CompilerOptions>
-    <Version Major="7" Minor="2" Release="1"/>
+    <Version Major="7" Minor="2" Release="2"/>
     <Files Count="94">
     <Files Count="94">
       <Item1>
       <Item1>
         <Filename Value="lazpaintinstance.pas"/>
         <Filename Value="lazpaintinstance.pas"/>

+ 1 - 1
lazpaint/lazpainttype.pas

@@ -11,7 +11,7 @@ uses
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
 
 
 const
 const
-  LazPaintVersion = 7020100;
+  LazPaintVersion = 7020200;
 
 
   function LazPaintVersionStr: string;
   function LazPaintVersionStr: string;
 
 

+ 10 - 1
lazpaint/release/debian/debian/changelog

@@ -1,3 +1,12 @@
+lazpaint (7.2.2) stable; urgency=low
+
+  * Linux: fix compilation for Qt5 and older LCL
+  * Linux: fix shortcut for shell
+  * magic wand tool: fix error when debugging
+  * translation: completed Czech
+
+ -- circular <[email protected]>  Tue, 23 Aug 2022 13:20:00 +0100
+
 lazpaint (7.2.1) stable; urgency=low
 lazpaint (7.2.1) stable; urgency=low
 
 
   * MacOS: adapt quick save shortcut on MacOS
   * MacOS: adapt quick save shortcut on MacOS
@@ -7,7 +16,7 @@ lazpaint (7.2.1) stable; urgency=low
   * text tool: multi click to select word / paragraph
   * text tool: multi click to select word / paragraph
   * script: fix in Python scripting (dialog.py)
   * script: fix in Python scripting (dialog.py)
 
 
- -- circular <circular@operamail.com>  Sat, 21 Aug 2022 18:50:00 +0100
+ -- circular <circular@fastmail.com>  Sat, 21 Aug 2022 18:50:00 +0100
 
 
 lazpaint (7.2) stable; urgency=low
 lazpaint (7.2) stable; urgency=low
 
 

+ 1 - 1
lazpaint/release/debian/debian/control

@@ -5,7 +5,7 @@ Maintainer: circular <[email protected]>
 Homepage: https://wiki.freepascal.org/LazPaint
 Homepage: https://wiki.freepascal.org/LazPaint
 Package: lazpaint
 Package: lazpaint
 Architecture: any
 Architecture: any
-Version: 7.2.1
+Version: 7.2.2
 Depends: ${shlibs:Depends}
 Depends: ${shlibs:Depends}
 Conflicts: lazpaint-gtk2, lazpaint-gtk3, lazpaint-qt4, lazpaint-qt5
 Conflicts: lazpaint-gtk2, lazpaint-gtk3, lazpaint-qt4, lazpaint-qt5
 Description: Image editor with raster and vector layers
 Description: Image editor with raster and vector layers

+ 2 - 2
lazpaint/release/macOS/LazPaint.app/Contents/Info.plist

@@ -19,9 +19,9 @@
     <key>CFBundleSignature</key>
     <key>CFBundleSignature</key>
     <string>lazp</string>
     <string>lazp</string>
     <key>CFBundleShortVersionString</key>
     <key>CFBundleShortVersionString</key>
-    <string>7.2.1</string>
+    <string>7.2.2</string>
     <key>CFBundleVersion</key>
     <key>CFBundleVersion</key>
-    <string>7.2.1</string>
+    <string>7.2.2</string>
     <key>CSResourcesFileMapped</key>
     <key>CSResourcesFileMapped</key>
     <true/>
     <true/>
     <key>CFBundleDocumentTypes</key>
     <key>CFBundleDocumentTypes</key>

+ 1 - 1
lazpaint/release/macOS/makedmg.sh

@@ -8,7 +8,7 @@ if ! [ ${OSTYPE:0:6} = "darwin" ]; then
 fi
 fi
 
 
 appname=LazPaint
 appname=LazPaint
-appversion=7.2.1
+appversion=7.2.2
 pkgversion=0
 pkgversion=0
 appnamenospaces=lazpaint
 appnamenospaces=lazpaint
 appbundle="$appname.app"
 appbundle="$appname.app"

+ 1 - 1
lazpaint/release/windows/lazpaint.iss

@@ -1,7 +1,7 @@
 #define MyAppName "LazPaint"
 #define MyAppName "LazPaint"
 #define MyAppOutputName "lazpaint"
 #define MyAppOutputName "lazpaint"
 #define MyInstallerSuffix "_setup_win32_win64"
 #define MyInstallerSuffix "_setup_win32_win64"
-#define MyAppVersion "7.2.1"
+#define MyAppVersion "7.2.2"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"
 #define MyAppExeName "lazpaint.exe"

+ 1 - 1
web/config.toml

@@ -5,7 +5,7 @@ disableKinds = ["taxonomyTerm"]
 
 
 [params]
 [params]
   repo = "https://github.com/bgrabitmap/lazpaint/releases/download/"
   repo = "https://github.com/bgrabitmap/lazpaint/releases/download/"
-  version = "7.2.1"
+  version = "7.2.2"
 
 
 [languages]
 [languages]
   [languages.de]
   [languages.de]