Skip to content

Commit

Permalink
Bumped version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Jun 23, 2024
1 parent 059b7e0 commit d8f5661
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 37 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-06-23 Konstantin Kushnir <[email protected]>
* Bumped version to 1.8.0

2024-06-23 Konstantin Kushnir <[email protected]>
* RELEASE TAG 1.7.0

Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for cookfs 1.7.0.
# Generated by GNU Autoconf 2.71 for cookfs 1.8.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -608,8 +608,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='cookfs'
PACKAGE_TARNAME='cookfs'
PACKAGE_VERSION='1.7.0'
PACKAGE_STRING='cookfs 1.7.0'
PACKAGE_VERSION='1.8.0'
PACKAGE_STRING='cookfs 1.8.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1359,7 +1359,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures cookfs 1.7.0 to adapt to many kinds of systems.
\`configure' configures cookfs 1.8.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1421,7 +1421,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of cookfs 1.7.0:";;
short | recursive ) echo "Configuration of cookfs 1.8.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1537,7 +1537,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
cookfs configure 1.7.0
cookfs configure 1.8.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1836,7 +1836,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cookfs $as_me 1.7.0, which was
It was created by cookfs $as_me 1.8.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -10760,7 +10760,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by cookfs $as_me 1.7.0, which was
This file was extended by cookfs $as_me 1.8.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -10815,7 +10815,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
cookfs config.status 1.7.0
cookfs config.status 1.8.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([cookfs],[1.7.0])
AC_INIT([cookfs],[1.8.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- cookfs.n
-->
<body><div class="doctools">
<h1 class="doctools_title">cookfs(n) 1.7.0 cookfs &quot;cookfs&quot;</h1>
<h1 class="doctools_title">cookfs(n) 1.8.0 cookfs &quot;cookfs&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>cookfs - cookfs</p>
</div>
Expand All @@ -126,7 +126,7 @@ <h1 class="doctools_title">cookfs(n) 1.7.0 cookfs &quot;cookfs&quot;</h1>
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5</b></li>
<li>package require <b class="pkgname">cookfs <span class="opt">?1.7.0?</span></b></li>
<li>package require <b class="pkgname">cookfs <span class="opt">?1.8.0?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::cookfs::Mount</b> <span class="opt">?<i class="arg">options</i>?</span> <i class="arg">archive</i> <i class="arg">local</i> <span class="opt">?<i class="arg">options</i>?</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs.man
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[manpage_begin cookfs n 1.7.0]
[manpage_begin cookfs n 1.8.0]
[copyright {2010-2011 Wojciech Kocjan <[email protected]>}]
[copyright {2024 Konstantin Kushnir <[email protected]>}]
[moddesc {cookfs}]
[titledesc {cookfs}]
[require Tcl 8.5]
[require cookfs [opt 1.7.0]]
[require cookfs [opt 1.8.0]]

[description]

Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs.n
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'\" Copyright (c) 2010-2011 Wojciech Kocjan <wojciech@kocjan\&.org>
'\" Copyright (c) 2024 Konstantin Kushnir <chpock@gmail\&.com>
'\"
.TH "cookfs" n 1\&.7\&.0 cookfs "cookfs"
.TH "cookfs" n 1\&.8\&.0 cookfs "cookfs"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -277,7 +277,7 @@ cookfs \- cookfs
.SH SYNOPSIS
package require \fBTcl 8\&.5\fR
.sp
package require \fBcookfs ?1\&.7\&.0?\fR
package require \fBcookfs ?1\&.8\&.0?\fR
.sp
\fB::cookfs::Mount\fR ?\fIoptions\fR? \fIarchive\fR \fIlocal\fR ?\fIoptions\fR?
.sp
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_fsindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- cookfs::fsindex.n
-->
<body><div class="doctools">
<h1 class="doctools_title">cookfs::fsindex(n) 1.7.0 cookfs_fsindex &quot;cookfs::fsindex&quot;</h1>
<h1 class="doctools_title">cookfs::fsindex(n) 1.8.0 cookfs_fsindex &quot;cookfs::fsindex&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>cookfs::fsindex - cookfs::fsindex</p>
</div>
Expand All @@ -120,7 +120,7 @@ <h1 class="doctools_title">cookfs::fsindex(n) 1.7.0 cookfs_fsindex &quot;cookfs:
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5</b></li>
<li>package require <b class="pkgname">cookfs <span class="opt">?1.7.0?</span></b></li>
<li>package require <b class="pkgname">cookfs <span class="opt">?1.8.0?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::cookfs::fsindex</b> <span class="opt">?<i class="arg">exportedData</i>?</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_fsindex.man
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[manpage_begin cookfs::fsindex n 1.7.0]
[manpage_begin cookfs::fsindex n 1.8.0]
[copyright {2010-2011 Wojciech Kocjan <[email protected]>}]
[copyright {2024 Konstantin Kushnir <[email protected]>}]
[moddesc {cookfs::fsindex}]
[titledesc {cookfs::fsindex}]
[require Tcl 8.5]
[require cookfs [opt 1.7.0]]
[require cookfs [opt 1.8.0]]

[description]

Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_fsindex.n
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'\" Copyright (c) 2010-2011 Wojciech Kocjan <wojciech@kocjan\&.org>
'\" Copyright (c) 2024 Konstantin Kushnir <chpock@gmail\&.com>
'\"
.TH "cookfs::fsindex" n 1\&.7\&.0 cookfs_fsindex "cookfs::fsindex"
.TH "cookfs::fsindex" n 1\&.8\&.0 cookfs_fsindex "cookfs::fsindex"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -277,7 +277,7 @@ cookfs::fsindex \- cookfs::fsindex
.SH SYNOPSIS
package require \fBTcl 8\&.5\fR
.sp
package require \fBcookfs ?1\&.7\&.0?\fR
package require \fBcookfs ?1\&.8\&.0?\fR
.sp
\fB::cookfs::fsindex\fR ?\fIexportedData\fR?
.sp
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- cookfs::pages.n
-->
<body><div class="doctools">
<h1 class="doctools_title">cookfs::pages(n) 1.7.0 cookfs_pages &quot;cookfs::pages&quot;</h1>
<h1 class="doctools_title">cookfs::pages(n) 1.8.0 cookfs_pages &quot;cookfs::pages&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>cookfs::pages - cookfs::pages</p>
</div>
Expand All @@ -120,7 +120,7 @@ <h1 class="doctools_title">cookfs::pages(n) 1.7.0 cookfs_pages &quot;cookfs::pag
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5</b></li>
<li>package require <b class="pkgname">cookfs <span class="opt">?1.7.0?</span></b></li>
<li>package require <b class="pkgname">cookfs <span class="opt">?1.8.0?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::cookfs::pages</b> <span class="opt">?<i class="arg">options</i>?</span> <i class="arg">archive</i></a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_pages.man
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[manpage_begin cookfs::pages n 1.7.0]
[manpage_begin cookfs::pages n 1.8.0]
[copyright {2010-2011 Wojciech Kocjan <[email protected]>}]
[copyright {2024 Konstantin Kushnir <[email protected]>}]
[moddesc {cookfs::pages}]
[titledesc {cookfs::pages}]
[require Tcl 8.5]
[require cookfs [opt 1.7.0]]
[require cookfs [opt 1.8.0]]

[description]

Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_pages.n
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'\" Copyright (c) 2010-2011 Wojciech Kocjan <wojciech@kocjan\&.org>
'\" Copyright (c) 2024 Konstantin Kushnir <chpock@gmail\&.com>
'\"
.TH "cookfs::pages" n 1\&.7\&.0 cookfs_pages "cookfs::pages"
.TH "cookfs::pages" n 1\&.8\&.0 cookfs_pages "cookfs::pages"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -277,7 +277,7 @@ cookfs::pages \- cookfs::pages
.SH SYNOPSIS
package require \fBTcl 8\&.5\fR
.sp
package require \fBcookfs ?1\&.7\&.0?\fR
package require \fBcookfs ?1\&.8\&.0?\fR
.sp
\fB::cookfs::pages\fR ?\fIoptions\fR? \fIarchive\fR
.sp
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ proc cookfs::pkgconfig {{command ""} {value ""} {newValue ""}} {
error "Usage: ::cookfs::pkgconfig list|get paramName"
}

package provide cookfs::tcl::pkgconfig 1.7.0
package provide cookfs::tcl::pkgconfig 1.8.0

2 changes: 1 addition & 1 deletion scripts/asyncworker_process.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ proc cookfs::asyncworker::process::writeData {chan data} {
flush $chan
}

package provide cookfs::asyncworker::process 1.7.0
package provide cookfs::asyncworker::process 1.8.0
2 changes: 1 addition & 1 deletion scripts/asyncworker_thread.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ proc ::cookfs::asyncworker::thread::handle {name cmd idx arg} {
}
}

package provide cookfs::asyncworker::thread 1.7.0
package provide cookfs::asyncworker::thread 1.8.0
2 changes: 1 addition & 1 deletion scripts/fsindex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,4 @@ if { ![llength [info commands cookfs::fsindex]] } {
interp alias {} cookfs::fsindex {} cookfs::tcl::fsindex
}

package provide cookfs::tcl::fsindex 1.7.0
package provide cookfs::tcl::fsindex 1.8.0
2 changes: 1 addition & 1 deletion scripts/pages.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1025,4 +1025,4 @@ if { ![llength [info commands cookfs::pages]] } {
interp alias {} cookfs::pages {} cookfs::tcl::pages
}

package provide cookfs::tcl::pages 1.7.0
package provide cookfs::tcl::pages 1.8.0
2 changes: 1 addition & 1 deletion scripts/readerchannel.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ proc cookfs::tcl::readerchannel::handler {fsid chid command args} {
}
}

package provide cookfs::tcl::readerchannel 1.7.0
package provide cookfs::tcl::readerchannel 1.8.0
2 changes: 1 addition & 1 deletion scripts/vfs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -859,4 +859,4 @@ if { ![llength [info commands vfs::cookfs::Mount]] } {
interp alias {} vfs::cookfs::Mount {} cookfs::tcl::Mount
}

package provide cookfs::tcl::vfs 1.7.0
package provide cookfs::tcl::vfs 1.8.0
2 changes: 1 addition & 1 deletion scripts/writer.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,4 @@ proc cookfs::tcl::writer::write {wrid args} {

interp alias {} cookfs::writer {} cookfs::tcl::writer

package provide cookfs::tcl::writer 1.7.0
package provide cookfs::tcl::writer 1.8.0
2 changes: 1 addition & 1 deletion scripts/writerchannel.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ proc cookfs::tcl::writerchannel::onClose {fsid path chan} {
$fs(writer) write $path channel $chan ""
}

package provide cookfs::tcl::writerchannel 1.7.0
package provide cookfs::tcl::writerchannel 1.8.0

0 comments on commit d8f5661

Please sign in to comment.