From 01c7b6bd6418cec0133e680857c033d8d8014c02 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 6 Jun 2015 20:52:18 -0700 Subject: [PATCH] prepare for the next release. bump yab to 1.7.5, bump yab-IDE to 2.2.5 --- Documentation/ChangeLog | 10 ++++++++++ Documentation/Credits | 2 ++ src/YAB.rdef | 4 ++-- src/config.h | 2 +- yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef | 4 ++-- yab-IDE/src/yab-IDE.yab | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index 0ad45bf..550a1cc 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,6 +1,16 @@ +yab Version 1.7.5 +-libyab.so --- smaller binaries + +yab Version 1.7.4.5 Changes from 1.7.4.1 +-use standard flex for BuildFactory +-ATTRIBUTE SET and ATTRIBUTE GET$ re-worked to work better +-open a, "File", "r+" +-TEXTEDIT SET Option$= "align", left/center/right + yab Version 1.7.4.1 Changes from version 1.7 -LOCALIZE doesn't work again due to changes in haiku. -TEXTCONTROL added more options for set options. + yab Version 1.7 Changes from Version 1.6 - COLUMNBOX updated to Haiku style (thanks Stargater!) - STATUSBAR didn't follow LAYOUT, fixed now diff --git a/Documentation/Credits b/Documentation/Credits index 89920c8..1690ee2 100644 --- a/Documentation/Credits +++ b/Documentation/Credits @@ -15,6 +15,8 @@ Michael Lloyd Lee (AutoTextView) Marco Nelissen (BubbleHelper) Marc Flerackers and Stephan Assmus (Haiku TabView) Axel Dörfler (Haiku tooltips) +Jim Saxton (porting to Haiku PM change to standard flex.c for BF) +Jessica Hamilton (libyab.so) Alpha and Beta Testing and Feature Nagging: Michel Clasquin diff --git a/src/YAB.rdef b/src/YAB.rdef index 6bd8d11..dc5d8ac 100644 --- a/src/YAB.rdef +++ b/src/YAB.rdef @@ -26,10 +26,10 @@ resource app_signature "application/x-vnd.yab-app"; resource app_version { major = 1, middle = 7, - minor = 4, + minor = 5, variety = B_APPV_FINAL, - internal = 5, + internal = 0, short_info = "Yab BASIC programming language", long_info = "Yab allows fast prototyping with simple and clean code. yab contains a large number of BeAPI specific commands for GUI creation and much, much more." diff --git a/src/config.h b/src/config.h index 37ba174..8143902 100644 --- a/src/config.h +++ b/src/config.h @@ -5,7 +5,7 @@ // #define LIBBSVG #define BUILD_TIME __DATE__ /* Version number of package */ -#define VERSION "1.7.4.5" +#define VERSION "1.7.5" /* architecture of build machine */ #define UNIX_ARCHITECTURE "BePC-Haiku" diff --git a/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef b/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef index 96f06d1..4091e77 100644 --- a/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef +++ b/yab-IDE/BuildFactory/parts/YAB-IDE.bf.rdef @@ -26,10 +26,10 @@ resource app_signature "application/x-vnd.yab-IDE"; resource app_version { major = 2, middle = 2, - minor = 4, + minor = 5, variety = B_APPV_FINAL, - internal = 2, + internal = 0, short_info = "yab IDE", long_info = "An integrated development environment for yab." diff --git a/yab-IDE/src/yab-IDE.yab b/yab-IDE/src/yab-IDE.yab index 8428d75..90509eb 100755 --- a/yab-IDE/src/yab-IDE.yab +++ b/yab-IDE/src/yab-IDE.yab @@ -8,7 +8,7 @@ doc doc The yab-IDE provides you with an integrated development suite for yab doc Enjoy. path() -versionnumber$="2.2.4.4" +versionnumber$="2.2.5" settingsRCSOff = true globalConfigDir$ = trim$(system$("finddir B_USER_SETTINGS_DIRECTORY"))+"/yab-ide/"