Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-file
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-file
Commits
74e0f0a9
Commit
74e0f0a9
authored
Oct 09, 2019
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version 0.2.1 and update RPM packaging.
parent
472eafcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
configure.ac
configure.ac
+1
-1
vmod-file.spec
pkg/rpm/vmod-file.spec
+4
-1
No files found.
configure.ac
View file @
74e0f0a9
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright (c) 2019 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-file], [
trunk
], [varnish-support@uplex.de], [vmod-file])
AC_INIT([libvmod-file], [
0.2.1
], [varnish-support@uplex.de], [vmod-file])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_file.vcc)
AM_CONFIG_HEADER(config.h)
...
...
pkg/rpm/vmod-file.spec
View file @
74e0f0a9
...
...
@@ -74,5 +74,8 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Wed Oct 9 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfix: file mtime nanoseconds may be 0
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - 0.2.0-1
- Require VRT 10.0, compatible with Varnish 6.3
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