Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md18
-rw-r--r--printrun/printcore.py2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 42849d2..9a5ff8f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,21 @@
+Printrun - 2.0.0rc3
+====================
+
+Pre-release for testing purposes.
+
+### Fixed Bugs
+
+ - Couple of wxPython 4 incompatibilities (116fdda, eb6bd43)
+ - Couple of GTK3 visibility problems (#899, f265256, 9193014)
+ - Added spoolmanager to installed modules (#896)
+ - Setlocale issues on Windows (bf53af9)
+ - Installation on macOS and Windows (#901)
+ - Macro-related functionality (95877a4)
+ - Clicking +Z⇑ and -Z⇓ (#910)
+ - Python 3 incompatibilities (#912)
+ - Segmentation faults (#895, #909)
+
+
Printrun - 2.0.0rc2
====================
diff --git a/printrun/printcore.py b/printrun/printcore.py
index e425bd1..7e646a1 100644
--- a/printrun/printcore.py
+++ b/printrun/printcore.py
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
-__version__ = "2.0.0rc2"
+__version__ = "2.0.0rc3"
import sys
if sys.version_info.major < 3: