Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
schaufel (0.12.2) unstable; urgency=medium

* src/postgres.c: add protection against later-on multibyte sequence
detection
* src/utils/config.c: protect libconfig access from race conditions

-- Ops <ops@adjust.com> Thu, 29 Jan 2026 15:37:00 +0000

schaufel (0.12.1) unstable; urgency=low

* debian/schaufel@.service: fix error in service template
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OBJ_BIN_TEST = $(patsubst t/%.c, $(OBJDIR)/%.o, $(TEST_SOURCES))

DOCS = $(patsubst man/%, doc/%.pdf , $(wildcard man/*))

SCHAUFEL_VERSION ?= 0.12.1
SCHAUFEL_VERSION ?= 0.12.2

ARCH = $(shell uname -m)
OS_ID = $(shell cat /etc/os-release | awk -F= '{if ($$1=="ID") print $$2}')
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.62])
AC_CONFIG_MACRO_DIR(m4)
AC_INIT([schaufel], [0.12.1], [ops@adjust.com], [https://github.com/adjust/schaufel])
AC_INIT([schaufel], [0.12.2], [ops@adjust.com], [https://github.com/adjust/schaufel])
AM_INIT_AUTOMAKE([subdir-objects])

############################################################
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12),
libjson-c-dev,
libpq-dev,
librdkafka-dev
Standards-Version: 0.12.1
Standards-Version: 0.12.2

Package: schaufel
Architecture: any
Expand Down