Rick Brewster Posted April 8, 2008 Posted April 8, 2008 Well this has been an interesting release to push out the door ... all sorts of interesting hurdles have come up including hardware threatening to fail, myself being really busy with other cool stuff at my day job, translators with food poisoning (they are better now thankfully!), and pyrochild's computer refusing to work with a test build. Have no fear though, it's almost ready to go! I had a few code changes since Beta 2 so I decided to push out a Release Candidate instead of a "Final" build tonight. If all goes as planned, the final release will be pushed out this weekend. As usual, you can get this build from the built-in updater (Help -> Check for Updates), or by downloading it straight off the website: http://www.getpaint.net/ Changes since Beta 2: * Fixed: Various UI issues with the Levels adjustment.* Fixed: When pasting text into the Text tool with Ctrl+V, it would hide the nub for moving the text.* Fixed: If the startup tool was set to the Zoom or Pan (Hand) tool, then the toolbar would render incorrectly.* Changed: Enabled some compiler settings which improve security via support for DEP (/nxcompat), and Windows Vista's Address Space Layout Randomization feature (ASLR) (/dynamicbase). The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Mike Ryan Posted April 8, 2008 Posted April 8, 2008 Great! Thanks for the update! Edit: Will the changes made geared towards Vista result in a performance boost?
pyrochild Posted April 8, 2008 Posted April 8, 2008 pyrochild's computer refusing to work with a test build. haha... that was fun Hopefully nobody else has the same issue, though. I certainly don't look forward to teaching people about the registry... ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it!
Rick Brewster Posted April 8, 2008 Author Posted April 8, 2008 Will the changes made geared towards Vista result in a performance boost? No. The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
MiguelPereira Posted April 8, 2008 Posted April 8, 2008 Will the changes made geared towards Vista result in a performance boost? No. Awww.... Any waiting for final nice job [The stock on my sig is a photo I took not a render from Splatter] [My deviantART][My Gallery][My Space]
Geoff Posted April 8, 2008 Posted April 8, 2008 Its been a long time in the making, can't wait for the final release. Good work Rick Geoff
harold Posted April 8, 2008 Posted April 8, 2008 No offense, but why do we get extra security in a drawing program that is in .NET anyway? I would write plugins, if I knew what kind of plugins were needed..
Disabled Posted April 8, 2008 Posted April 8, 2008 Sorry if this was already postet, but I have no time to check it right now. Did anyone else notice problems with the PNG export with 8 and 32 bit colors? Both don't work for me, if the image is too big. I got the problem with Beta2 too. I just tried to save an image of 3224x4436 pixels and it didn't work. I tried to reproduce the effect by creating an empty screen and filling it with stuff, but it didn't produce the error. I will send you a PN with a sample image.
Sozo Posted April 9, 2008 Posted April 9, 2008 I'd had problems with pasting into the text tool, it's good to see that taken care of Rick. Thanks a lot!
Rick Brewster Posted April 9, 2008 Author Posted April 9, 2008 No offense, but why do we get extra security in a drawing program that is in .NET anyway? You seem to be misunderstanding how security should be viewed. First, .NET does not remove the necessity to worry about security issues. There are certain classes of errors (and security issues) that are no longer an issue as far as we know, but there are still plenty of others to be on the lookout for. Second, don't discount the need for security in depth. Imaging/drawing applications are not immune to security breaches -- just look at the WMF exploit from last year. Security issues tend to pop up where you least expect them to. Third, the settings I'm referring to are actually for the C++ compiler which is used for the shell extension and Squish (DDS support) DLL's, as well as two EXE's that are used during installation. Newer versions of the C++ compiler have been including these features, but they are not turned on by default because they could cause compatibility issues, and as such you should test to make sure your code is compatible with the new feature. The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Rick Brewster Posted April 11, 2008 Author Posted April 11, 2008 Closed for impending update The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Recommended Posts