From 9d846838f94b224881fc3bd02be2864d49c05bb8 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 3 Jul 2018 10:31:50 +0200 Subject: [PATCH] RELEASE: This is version 0.0.5 --- CMakeLists.txt | 2 +- ChangeLog | 2 +- Doxyfile | 2 +- NEWS.md | 17 +++++++++++++++++ configure.ac | 2 +- dists/arch/PKGBUILD | 2 +- dists/debian/changelog | 6 ++++++ dists/fedora/phaethon.spec | 5 ++++- dists/win32/phaethon.rc | 8 ++++---- doc/rules.mk | 1 + src/version/version.cpp | 2 +- 11 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 NEWS.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 62029040..162398c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 2.8.12) project(phaethon CXX) -set(phaethon_VERSION 0.0.4) +set(phaethon_VERSION 0.0.5) # ------------------------------------------------------------------------- diff --git a/ChangeLog b/ChangeLog index 37209eb7..c12761f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Someday, ????-??-?? (Version 0.0.5) +Tuesday, 2018-07-03 (Version 0.0.5) - DOCS: - Improved documentation in various files - BUILD: diff --git a/Doxyfile b/Doxyfile index 3e5147ba..5b516d78 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Phaethon" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.0.4 +PROJECT_NUMBER = 0.0.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 00000000..f237a841 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,17 @@ +Changes in Phaethon version 0.0.5 +================================= + +Phaethon has been rebuild from the ground up, converting it from a wxWidgets +application to a Qt5 application. We celebrate this with the first "official" +release of Phaethon, complete with pre-built binary packages, just like +xoreos-tools and xoreos proper. + +Phaethon is a graphical resource explorer for the BioWare games. It can load +the directory structure of the game, look into archives and show various +resource types, like images and texts, play sounds and music, etc. + +Complex formats like GFF are not yet show, and no 3D models either. That is, +however, a planned feature for the future. + +Also in the future, Phaethon might include live editors, able to change +many of the resource types, allowing for easy, instant modding. diff --git a/configure.ac b/configure.ac index cafb5420..de498ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl along with Phaethon. If not, see . AC_PREREQ([2.65]) -AC_INIT([Phaethon],[0.0.4],[xoreos-devel@xoreos.org],[phaethon],[https://xoreos.org/]) +AC_INIT([Phaethon],[0.0.5],[xoreos-devel@xoreos.org],[phaethon],[https://xoreos.org/]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([config.h.in]) diff --git a/dists/arch/PKGBUILD b/dists/arch/PKGBUILD index b0920b97..fa50402e 100644 --- a/dists/arch/PKGBUILD +++ b/dists/arch/PKGBUILD @@ -2,7 +2,7 @@ pkgname=phaethon-git _gitname=phaethon -pkgver=0.0.4.r0.g5020409 +pkgver=0.0.5.r0.g5020409 pkgrel=1 pkgdesc="A resource explorer for BioWare's Aurora engine games" arch=('i686' 'x86_64') diff --git a/dists/debian/changelog b/dists/debian/changelog index bfbb7e81..312a516e 100644 --- a/dists/debian/changelog +++ b/dists/debian/changelog @@ -1,3 +1,9 @@ +phaethon (0.0.5-1) unstable; urgency=low + + * New upstream release + + -- Sven Hesse Tue, 03 Jul 2018 00:00:00 +0200 + phaethon (0.0.4-1) unstable; urgency=low * New upstream release diff --git a/dists/fedora/phaethon.spec b/dists/fedora/phaethon.spec index 54a86a92..92eaf055 100644 --- a/dists/fedora/phaethon.spec +++ b/dists/fedora/phaethon.spec @@ -8,7 +8,7 @@ # phaethon depends on packages in rpmfusion-free, much like xoreos. Name: phaethon -Version: 0.0.4 +Version: 0.0.5 # This is a bit ugly but it works. %if "%{snapshot}" == "0" @@ -69,5 +69,8 @@ rm %{buildroot}%{_pkgdocdir}/* %license COPYING %changelog +* Tue Jul 03 2018 Sven Hesse 0.0.5-1 +- New upstream release. + * Mon Feb 15 2016 Ben Rosser 0.0.4-1 - Initial package. diff --git a/dists/win32/phaethon.rc b/dists/win32/phaethon.rc index 20a2ac33..42bdabcc 100644 --- a/dists/win32/phaethon.rc +++ b/dists/win32/phaethon.rc @@ -9,8 +9,8 @@ IDI_ICON ICON DISCARDABLE "dists/win32/phaethon.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,4,0 - PRODUCTVERSION 0,0,4,0 + FILEVERSION 0,0,5,0 + PRODUCTVERSION 0,0,5,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE FILEOS VOS_NT_WINDOWS32 @@ -22,13 +22,13 @@ BEGIN BLOCK "040904b0" // US English, Unicode BEGIN VALUE "FileDescription", "https://xoreos.org/\0" - VALUE "FileVersion", "0.0.4+git\0" + VALUE "FileVersion", "0.0.5\0" VALUE "InternalName", "Phaethon\0" VALUE "LegalCopyright", "Copyright © 2014-2018 The xoreos Team\0" VALUE "LegalTrademarks", "The Infinity engine, Aurora engine, Odyssey engine and Eclipse engine are registered trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc. The Electron engine and Lycium engine are trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc. Bink is a registered trademark of RAD Game Tools, Inc. Neverwinter Nights is a registered trademark of Wizards of the Coast, a subsidiary of Hasbro Inc. Star Wars, Knights of the Old Republic and The Sith Lords are registered trademarks of Lucasfilm Entertainment Company Ltd., a subsidiary of The Walt Disney Company. Jade Empire is a registered trademark of BioWare Corp., a subsidiary of Electronic Arts, Inc. Sonic the Hedgehog is a registered trademark of Sega Corporation. The Witcher is a registered trademark of CD Projekt S.A. Dragon Age is a registered trademark of Electronic Arts, Inc. All rights reserved.\0" VALUE "OriginalFilename", "phaethon.exe\0" VALUE "ProductName", "phaethon\0" - VALUE "ProductVersion", "0.0.4+git\0" + VALUE "ProductVersion", "0.0.5\0" END END diff --git a/doc/rules.mk b/doc/rules.mk index 8a8ca4ff..68cf8424 100644 --- a/doc/rules.mk +++ b/doc/rules.mk @@ -33,6 +33,7 @@ EXTRA_DIST += \ # User documentation dist_doc_DATA += \ ChangeLog \ + NEWS.md \ TODO \ README.md \ $(EMPTY) diff --git a/src/version/version.cpp b/src/version/version.cpp index d39b1e5f..c7173b69 100644 --- a/src/version/version.cpp +++ b/src/version/version.cpp @@ -35,7 +35,7 @@ #endif #ifndef PACKAGE_VERSION - #define PACKAGE_VERSION "0.0.4" + #define PACKAGE_VERSION "0.0.5" #endif #ifndef PHAETHON_REVDESC