Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Sep 15, 2024
1 parent 18cab7e commit 9f5e613
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kcgi.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/*
* Build version.
*/
#define KCGI_VBUILD 3
#define KCGI_VBUILD 4

/*
* Version string of major.minor.build (as a literal string).
Expand Down
31 changes: 31 additions & 0 deletions versions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- vim: set tw=100: -->
<articles>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.13.4</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2024-09-15">2024-09-15</time>
</header>
<aside>
<div>
Adding CORS request and response headers:
<code>Access-Control-Allow-Credentials</code>,
<code>Access-Control-Allow-Headers</code>,
<code>Access-Control-Allow-Methods</code>,
<code>Access-Control-Allow-Origin</code>,
<code>Access-Control-Expose-Headers</code>,
<code>Access-Control-Max-Age</code>,
<code>Origin</code>,
<code>Access-Control-Request-Headers</code>,
and
<code>Access-Control-Request-Method</code>.
While here, also add a brief tutorial on handling CORS
pre-flight requests.
</div>
<div>
Fix a big in handling <code>POST</code> forms
with parameters passed in with the
<code>application/x-www-form-urlencoded</code>
content type. These are now correctly
processed.
</div>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.13.3</h1>
Expand Down

0 comments on commit 9f5e613

Please sign in to comment.