From b93a3246e0b9c2ab17250516634b0ac14c4b87b5 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Thu, 9 May 2019 19:40:42 -0400 Subject: [PATCH] update docs for new release --- README | 3 ++- agistudio.1 | 2 +- help/todo.html | 2 +- packaging/debian/changelog | 8 +++++++- packaging/debian/copyright | 1 + packaging/rpm/agistudio.spec | 4 ++-- relnotes | 5 +++++ src/menu.cpp | 3 ++- 8 files changed, 21 insertions(+), 7 deletions(-) diff --git a/README b/README index 78f0ae6..6d3b054 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -QT AGI Studio, release 1.3.0 +QT AGI Studio, release 1.3.1 About ===== @@ -84,6 +84,7 @@ Credits * Helen Zommer - primary development * Jarno Elonen - bitmap import, current maintainer + * Chris Cromer - fix build for gcc 7 with 64bit * Nat Budin - Win32 port * Claudio Matsuoka - sound support * Peter Kelly - the original Windows version diff --git a/agistudio.1 b/agistudio.1 index 7b68e4a..ae4a9f5 100644 --- a/agistudio.1 +++ b/agistudio.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH AGISTUDIO 1 "August 25, 2012" "agistudio" "QT AGI Studio 1.3.0" +.TH AGISTUDIO 1 "May 1, 2019" "agistudio" "QT AGI Studio 1.3.1" .SH NAME QT AGI Studio \- an AGI adventure game development environment .SH SYNOPSIS diff --git a/help/todo.html b/help/todo.html index fc317ee..5508a2c 100644 --- a/help/todo.html +++ b/help/todo.html @@ -2,7 +2,7 @@ TODO list -

TODO (QT AGI Studio v1.3.0)

+

TODO (QT AGI Studio v1.3.1)

This is not a development plan but rather an unsorted list of ideas. You are welcome to contribute. :-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index fcb653b..dc4007a 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +agistudio (1.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Chris Cromer Thu, 09 May 2019 19:38:00 +0300 + agistudio (1.3.0-1) unstable; urgency=low * New upstream release. @@ -27,7 +33,7 @@ agistudio (1.2.3-1) unstable; urgency=low agistudio (1.2.2-1) unstable; urgency=low - * New upstream release. (Closes: #358291) + * New upstream release. (Closes: #358291) -- Jarno Elonen Thu, 22 Mar 2006 21:53:23 +0300 diff --git a/packaging/debian/copyright b/packaging/debian/copyright index 0218b90..5ae88db 100644 --- a/packaging/debian/copyright +++ b/packaging/debian/copyright @@ -10,6 +10,7 @@ Upstream authors: Peter Kelly (orig. Agistudio in Pascal) Lance Ewing (the DOS Picedit) Nat Budin (Win32 fixes) + Chris Cromer (gcc7 and 64bit fixes) Upstream copyright: 2000, 2002, 2003 Helen Zommer diff --git a/packaging/rpm/agistudio.spec b/packaging/rpm/agistudio.spec index f5bcc49..5bf5bf7 100644 --- a/packaging/rpm/agistudio.spec +++ b/packaging/rpm/agistudio.spec @@ -1,10 +1,10 @@ Summary: AGI integrated development environment Name: agistudio -Version: 1.3.0 +Version: 1.3.1 Release: 0 Copyright: GPL Group: Development/Tools -Source: agistudio-1.3.0.tar.gz +Source: agistudio-1.3.1.tar.gz URL: http://agistudio.sourceforge.net/ %description AGI (Adventure Game Interpreter) is the adventure game engine used by diff --git a/relnotes b/relnotes index bf1ec98..804acfb 100644 --- a/relnotes +++ b/relnotes @@ -1,3 +1,8 @@ +Release notes for QT AGI Studio version 1.3.1 (2019-05-09) + +- fixes + * fixed code to compile under gcc7 for 64bit distros + Release notes for QT AGI Studio version 1.3.0 (2012-08-25) - new features: diff --git a/src/menu.cpp b/src/menu.cpp index 75eae3e..ee71d22 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -889,7 +889,7 @@ About::About(QWidget *parent, const char *name ) about->setTextFormat(Qt::RichText); about->setReadOnly(true); about->setText( - "
QT AGI studio v. 1.3.0
" + "
QT AGI studio v. 1.3.1
" "http://agistudio.sourceforge.net/
" "
" "Authors:
" @@ -897,6 +897,7 @@ About::About(QWidget *parent, const char *name ) "Jarno Elonen (elonen@iki.fi)
" "
" "and also:
" + "Chris Cromer (chris@cromer.cl)
" "Peter Kelly (pmk@post.com)
" "Lance Ewing (lance.e@ihug.co.nz)
" "Claudio Matsuoka (claudio@helllabs.org)
"