Browse Source

version 7.1.3

Johann 5 years ago
parent
commit
4bc8f0e584

+ 1 - 1
lazpaint/lazpaint.lpi

@@ -24,7 +24,7 @@
       <UseVersionInfo Value="True"/>
       <MajorVersionNr Value="7"/>
       <MinorVersionNr Value="1"/>
-      <RevisionNr Value="2"/>
+      <RevisionNr Value="3"/>
       <CharSet Value="04B0"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" ProductName="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe"/>
     </VersionInfo>

+ 1 - 1
lazpaint/lazpaintembeddedpack.lpk

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

+ 1 - 1
lazpaint/lazpainttype.pas

@@ -10,7 +10,7 @@ uses
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
 
 const
-  LazPaintVersion = 7010200;
+  LazPaintVersion = 7010300;
 
   function LazPaintVersionStr: string;
 

+ 11 - 0
lazpaint/release/changelog

@@ -200,3 +200,14 @@ lazpaint (7.1.2) stable; urgency=low
 
 -- circular <[email protected]>  Fri, 24 Apr 2020 14:19:00 +0100
 
+lazpaint (7.1.3) stable; urgency=low
+
+  * clipboard: fix pasting image in 24-bit with transparent color
+  * selection mask: Fix undo of complex selection mask
+  * text tool: better handling of character groups
+  * curve tool: assign line cap, fix bounds for square cap
+  * interface: fix context menu on fill controls
+  * translation: update Czech translation
+
+-- circular <[email protected]>  Thu, 14 May 2020 11:28:00 +0100
+

+ 11 - 0
lazpaint/release/debian/linux32/DEBIAN/changelog

@@ -200,3 +200,14 @@ lazpaint (7.1.2) stable; urgency=low
 
 -- circular <[email protected]>  Fri, 24 Apr 2020 14:19:00 +0100
 
+lazpaint (7.1.3) stable; urgency=low
+
+  * clipboard: fix pasting image in 24-bit with transparent color
+  * selection mask: Fix undo of complex selection mask
+  * text tool: better handling of character groups
+  * curve tool: assign line cap, fix bounds for square cap
+  * interface: fix context menu on fill controls
+  * translation: update Czech translation
+
+-- circular <[email protected]>  Thu, 14 May 2020 11:28:00 +0100
+

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

@@ -1,5 +1,5 @@
 Package: lazpaint
-Version: 7.1.2
+Version: 7.1.3
 Section: base
 Priority: optional
 Architecture: i386

+ 11 - 0
lazpaint/release/debian/linux64/DEBIAN/changelog

@@ -200,3 +200,14 @@ lazpaint (7.1.2) stable; urgency=low
 
 -- circular <[email protected]>  Fri, 24 Apr 2020 14:19:00 +0100
 
+lazpaint (7.1.3) stable; urgency=low
+
+  * clipboard: fix pasting image in 24-bit with transparent color
+  * selection mask: Fix undo of complex selection mask
+  * text tool: better handling of character groups
+  * curve tool: assign line cap, fix bounds for square cap
+  * interface: fix context menu on fill controls
+  * translation: update Czech translation
+
+-- circular <[email protected]>  Thu, 14 May 2020 11:28:00 +0100
+

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

@@ -1,5 +1,5 @@
 Package: lazpaint
-Version: 7.1.2
+Version: 7.1.3
 Section: base
 Priority: optional
 Architecture: amd64

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

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

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

@@ -12,7 +12,7 @@ fi
 
 
 appname=LazPaint
-appversion=7.1.2
+appversion=7.1.3
 pkgversion=0
 appnamenospaces=lazpaint
 appbundle="$appname.app"

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

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