Skip to content

Commit

Permalink
Update to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode committed Oct 5, 2023
1 parent 2fa0680 commit ebe969d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Transaction Box"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.5.0"
PROJECT_NUMBER = "0.5.2"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# The short X.Y version.
version = "0.5"
# The full version, including alpha/beta/rc tags.
release = "0.5.0"
release = "0.5.2"

extlinks = { 'git': ( 'https://github.com/solidwallofcode/txn_box/tree/{}/%s'.format(release) , '') }

Expand Down
3 changes: 0 additions & 3 deletions plugin/include/txn_box/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include <swoc/Lexicon.h>
#include <swoc/bwf_fwd.h>

#include <ts/apidefs.h>

constexpr swoc::TextView DEBUG_TAG = "txn_box";

constexpr swoc::Errata::Severity S_DEBUG{1};
Expand Down Expand Up @@ -861,7 +859,6 @@ struct Global {
swoc::Errata _preload_errata;
int TxnArgIdx = -1;
std::vector<std::string> _args; ///< Global configuration arguments.
TSCont _cont; ///< Global continuation to start transaction handling.
/// Amount of reserved storage requested by remap directives.
/// This is not always correct, @c Context must handle overflows gracefully.
std::atomic<size_t> _remap_ctx_storage_required{0};
Expand Down
2 changes: 1 addition & 1 deletion plugin/txn_box.part
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Import('*')
PartName("txn_box")
PartVersion("0.5.0")
PartVersion("0.5.2")

ts_ver = Version(env.subst(Component("trafficserver").DelaySubst("$PART_VERSION")))

Expand Down

0 comments on commit ebe969d

Please sign in to comment.