Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-selector
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-selector
Commits
6e853f5e
Commit
6e853f5e
authored
Dec 09, 2019
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version 1.3.1, and update RPM packaging.
parent
c5a0965a
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-selector.spec
pkg/rpm/vmod-selector.spec
+4
-1
No files found.
configure.ac
View file @
6e853f5e
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright (c) 2018 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-selector], [
trunk
], [varnish-support@uplex.de], [vmod-selector])
AC_INIT([libvmod-selector], [
1.3.1
], [varnish-support@uplex.de], [vmod-selector])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_selector.vcc)
AM_CONFIG_HEADER(config.h)
...
...
pkg/rpm/vmod-selector.spec
View file @
6e853f5e
...
...
@@ -73,7 +73,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Mon Dec 9 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfix object finalization (issue #1)
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - 1.3.0-1
- Require VRT 10.0, compatible with Varnish 6.3
* Fri Nov 30 2018 Geoff Simmons <geoff@uplex.de> - 1.0.0-1
...
...
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