File tree Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1+ 1.1.0
2+ =====
3+
4+ * Remove needless ImageItem.
5+ * Fix render timer.
6+ * Fix problems with Qt4.
7+ * Don't use QPixmap in the worker thread.
8+
191.0.1
210=====
311
Original file line number Diff line number Diff line change 1+ snm (1.1.0-1) precise; urgency=low
2+
3+ * Remove needless ImageItem.
4+ * Fix render timer.
5+ * Fix problems with Qt4.
6+ * Don't use QPixmap in the worker thread.
7+
8+ -- Jussi Lind <
[email protected] > Sun, 29 Dec 2013 22:14:04 +0200
9+
110snm (1.0.1-1) precise; urgency=low
211
312 * Fix installation of desktop file.
Original file line number Diff line number Diff line change 44
55QT5_QMAKE=~ /qt5/bin/qmake
66TAR=tar
7- VERSION=1.0.1
7+ VERSION=1.1.0
88
99# Build
1010
Original file line number Diff line number Diff line change 55MXE_QT5_QMAKE=~ /mxe/usr/i686-pc-mingw32/qt5/bin/qmake
66ZIP=zip
77UNIX2DOS=unix2dos
8- VERSION=1.0.1
8+ VERSION=1.1.0
99
1010# Build
1111
Original file line number Diff line number Diff line change 1- VERSION=1.0.1
2- DEBIAN_VERSION=1.0.1 -1
1+ VERSION=1.1.0
2+ DEBIAN_VERSION=1.1.0 -1
33rm -rf * ${VERSION} *
44cp ../simplenormalmapper-code/snm-$VERSION .tar.gz .
55mv snm-$VERSION .tar.gz snm_$VERSION .orig.tar.gz
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DEFINES += USE_QT5
1212QT += gui
1313}
1414
15- DEFINES += VERSION =\ \\"1.0.1 \\\"
15+ DEFINES += VERSION =\ \\"1.1.0 \\\"
1616
1717# Input
1818HEADERS += \
You can’t perform that action at this time.
0 commit comments