Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
K
Kawa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kashell
Kawa
Commits
c47de33a
Commit
c47de33a
authored
Jan 16, 2020
by
Per Bothner
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 3.1.1.
parent
a6c723ee
Pipeline
#110029026
passed with stage
in 11 minutes and 51 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
3 deletions
+12
-3
ChangeLog
ChangeLog
+2
-0
bin/configure.ac
bin/configure.ac
+1
-1
build.xml
build.xml
+1
-1
configure.ac
configure.ac
+1
-1
doc/news.texi
doc/news.texi
+7
-0
No files found.
ChangeLog
View file @
c47de33a
2020-01-15 Per Bothner <per@bothner.com>
* configure.in (AC_INIT): Set version to 3.1.1.
* Makefile.am (kawa.zip): Include browse-kawa-manual script.
2019-12-31 Per Bothner <per@bothner.com>
...
...
bin/configure.ac
View file @
c47de33a
AC_INIT([kawa-bin],[3.1])
AC_INIT([kawa-bin],[3.1
.1
])
AC_CONFIG_AUX_DIR([../build-aux])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
...
...
build.xml
View file @
c47de33a
...
...
@@ -7,7 +7,7 @@
<!-- Give the user a chance to override the defaults. -->
<property
file=
"build.properties"
/>
<property
name=
"version.release"
value=
"3.1"
/>
<property
name=
"version.release"
value=
"3.1
.1
"
/>
<property
name=
"version.local"
value=
""
/>
<property
name=
"version"
value=
"${version.release}${version.local}"
/>
...
...
configure.ac
View file @
c47de33a
qdnl Process this with autoconf to create configure
AC_INIT([kawa],[3.1]) dnl Also update bin/configure.ac and build.xml.
AC_INIT([kawa],[3.1
.1
]) dnl Also update bin/configure.ac and build.xml.
AC_CONFIG_SRCDIR([doc/kawa.texi])
AC_CONFIG_AUX_DIR([build-aux])
...
...
doc/news.texi
View file @
c47de33a
...
...
@@ -7,6 +7,13 @@ changes}.
@
c
@
subheading
In
Git
repository
(
master
branch
)
since
last
release
@
c
@
anchor
{#
in
-
git
-
repository
-
since
-
last
-
release
}
@
subheading
Kawa
3.1.1
(
January
16
,
2020
)
@
itemize
@
item
Various
bug
-
fixes
,
mostly
related
to
packaging
and
@
code
{--
browse
-
manual
}.
@
end
itemize
@
subheading
Kawa
3.1
(
January
7
,
2020
)
@
itemize
...
...
Ats Oka
@ats4u
mentioned in issue
#77
·
Jun 01, 2020
mentioned in issue
#77
mentioned in issue #77
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment