Skip to content

Commit

Permalink
configure.ac + NEWS + gnucobol.spec updated for 3.2rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-mensch committed Jan 18, 2023
1 parent 87c728b commit a3f1f5b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2023-01-18 Simon Sobisch <[email protected]>

* configure.ac, NEWS, gnucobol.spec: updated for 3.2rc-1

2023-01-16 Simon Sobisch <[email protected]>

* configure.ac: adjusted hack for AIX 64bit OBJECT_MODE
Expand Down
10 changes: 4 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
NEWS - user visible changes -*- outline -*-

GnuCOBOL 3.2rc1 to be released asap,
3.2 final (depending on feedback) January 2023
GnuCOBOL 3.2rc1 (20230118)
3.2 final (depending on feedback) February 2023

planned:
planned for final:
* extending testsuite and documentation
* configure: minor checking to set TIME_T_IS_NON_ARITHMETIC
* adjustments for registers and XML PARSE stubs
* investigation of code analysis tools and user feedback


GnuCOBOL 3.2 preview (20221022)

* New GnuCOBOL features

** Support for LINE SEQUENTIAL file type as per COBOL 2022
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dnl
AC_PREREQ([2.67]) # note: 2.67 is the one found in old msys, 2.69 is commonly available

AC_INIT([GnuCOBOL],
[3.2-dev],
[3.2-rc1],
[[email protected]],
[gnucobol],
[https://www.gnu.org/software/gnucobol/])
Expand Down
4 changes: 3 additions & 1 deletion gnucobol.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Adjust/activate "Packager" tag as necessary

Name: gnucobol
Version: 3.1
Version: 3.2
Release: 1%{?dist}
Summary: GnuCOBOL - COBOL compiler and runtime library

Expand Down Expand Up @@ -57,6 +57,7 @@ make check
%doc AUTHORS ChangeLog
%doc NEWS README THANKS
%doc DEPENDENCIES HACKING
%doc README.md DEPENDENCIES.md
%{_bindir}/cobc
%{_bindir}/cobcrun
%{_bindir}/cob-config
Expand All @@ -65,6 +66,7 @@ make check
%{_infodir}/gnucobol.info*
%{_mandir}/man1/cobc.1.*
%{_mandir}/man1/cobcrun.1.*
%{_mandir}/man1/cob-config.1.*

%files -n libcob
%license COPYING.LESSER
Expand Down

0 comments on commit a3f1f5b

Please sign in to comment.