Prepare for release v0.2.2.
--HG-- branch : develop
This commit is contained in:
parent
fe2308fff8
commit
3f55cb8a2d
|
@ -1,3 +1,9 @@
|
||||||
|
# Version 0.2.2 Released February 11, 2014
|
||||||
|
- Macros Q_DECL_NOEXCEPT_EXPR don't work in gcc 4.6.
|
||||||
|
- Change in build dependency for deb package. Add new architecture for deb file.
|
||||||
|
- Added spec file for rpm package.
|
||||||
|
- Fix valentina.desktop.
|
||||||
|
|
||||||
# Version 0.2.1 Released December 8, 2013
|
# Version 0.2.1 Released December 8, 2013
|
||||||
- Problem with compilation in console in Ubuntu.
|
- Problem with compilation in console in Ubuntu.
|
||||||
- Problem with compilation on windows with msvc.
|
- Problem with compilation on windows with msvc.
|
||||||
|
|
2
dist/debian/changelog
vendored
2
dist/debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
valentina (0.2+1hg20131126-ppa1-3) saucy; urgency=low
|
valentina (0.2.2) saucy; urgency=low
|
||||||
|
|
||||||
* Add new dependions qttools5-dev-tools
|
* Add new dependions qttools5-dev-tools
|
||||||
|
|
||||||
|
|
2
dist/debian/control
vendored
2
dist/debian/control
vendored
|
@ -2,7 +2,7 @@ Source: valentina
|
||||||
Section: graphics
|
Section: graphics
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Roman Telezhinsky <dismine@gmail.com>
|
Maintainer: Roman Telezhinsky <dismine@gmail.com>
|
||||||
Build-Depends: debhelper (>= 8.0.0), qtbase5-dev (>= 5.0.0), libqt5svg5-dev (>= 5.0.0), ccache (>= 3.1.7), g++ (>= 4.6.0), qt5-default (>= 5.0.0), qttools5-dev-tools (>= 5.0.0)
|
Build-Depends: debhelper (>= 8.0.0), qtbase5-dev (>= 5.0.0), libqt5svg5-dev (>= 5.0.0), ccache, g++ (>= 4.6.0), qt5-default (>= 5.0.0), qttools5-dev-tools (>= 5.0.0)
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Homepage: https://bitbucket.org/dismine/valentina
|
Homepage: https://bitbucket.org/dismine/valentina
|
||||||
|
|
||||||
|
|
2
dist/rpm/valentina.spec
vendored
2
dist/rpm/valentina.spec
vendored
|
@ -10,7 +10,7 @@ BuildRequires: pkgconfig(Qt5Core) libqt5-qttools >= 5.0.0 libQtSvg-devel >= 5.0
|
||||||
BuildRequires: libqt5-qtbase-devel >= 5.0.0 libqt5-qttools >= 5.0.0 libQt5Svg-devel >= 5.0.0 ccache update-desktop-files
|
BuildRequires: libqt5-qtbase-devel >= 5.0.0 libqt5-qttools >= 5.0.0 libQt5Svg-devel >= 5.0.0 ccache update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: https://bitbucket.org/dismine/valentina
|
URL: https://bitbucket.org/dismine/valentina
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
2
dist/valentina.nsi
vendored
2
dist/valentina.nsi
vendored
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
!define MUI_PRODUCT "Valentina"
|
!define MUI_PRODUCT "Valentina"
|
||||||
!define MUI_FILE "valentina"
|
!define MUI_FILE "valentina"
|
||||||
!define MUI_VERSION "0.2"
|
!define MUI_VERSION "0.2.2"
|
||||||
!define MUI_BRANDINGTEXT "Valentina ${MUI_VERSION}"
|
!define MUI_BRANDINGTEXT "Valentina ${MUI_VERSION}"
|
||||||
CRCCheck On
|
CRCCheck On
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
extern const int MAJOR_VERSION = 0;
|
extern const int MAJOR_VERSION = 0;
|
||||||
extern const int MINOR_VERSION = 2;
|
extern const int MINOR_VERSION = 2;
|
||||||
extern const int DEBUG_VERSION = 1;
|
extern const int DEBUG_VERSION = 2;
|
||||||
|
|
||||||
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(DEBUG_VERSION));
|
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(DEBUG_VERSION));
|
||||||
extern const QString WARRANTY("The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE "
|
extern const QString WARRANTY("The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user