Skip to content

Commit 02d9152

Browse files
RMGirouxGitHub Enterprise
authored andcommitted
Releases/4.39.x (#5916)
1 parent ed0b76e commit 02d9152

6 files changed

Lines changed: 42 additions & 9 deletions

File tree

debian/changelog

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1-
bsl-internal (4.38.0.0) unstable; urgency=low
2-
1+
bsl-internal (4.39.0.0) unstable; urgency=low
2+
3+
* b6d2bde99 Bumped version to 4.39.0.0
4+
* 4f53bd5d3 Prevent large allocations from untrusted input (#5908)
5+
* 2395702f2 Add missing private: for // NOT IMPLEMENTED (#5914)
6+
* bf1fe501b Delete `and_then` and `or_else` in `bdlb::NullableValue` (#5874)
7+
* c5a965977 Drqs 184611003 double asan ub fixes (#5901)
8+
* 6f242aba8 Don't accept negative length Decimal64 in BER. (#5897)
9+
* a8f5f2ef4 Fix bdljsn_writeoptions doc. (#5910)
10+
* f67bdfad9 Trailing whitespace cleanup (#5903)
11+
* 69b407302 Report platform info for failed platform tests (#5882)
12+
* c5283fbb2 bsls_assert and bsls_review: msvc warning supression on BadBoy destructors (#5892)
13+
* 8901bd9a1 fix pair typos (#5894)
14+
* 0edbe3396 Remove workarounds for unsupported MSVC versions (#5893)
15+
* 83a2d2c61 bsls_assert and family: empty macros and discarding expressions (#5887)
16+
* 9f24984ae Fix '\n' due to Doxygen rendering (#5888)
17+
* ff4f6bf6f Fix string's nullptr_t constructor doc (#5884)
18+
* 8ab02909e Clean up movable ref (#5856)
19+
* 001fe9627 Fix bsls_libraryfeatures test driver warnings (#5881)
20+
* 9d9b3f00e Fix error of incomplete types in LLVM libc++ test driver (#5880)
21+
* 097731e9d drqs-184322549: `bdljsn`: ILs : manage pointer conversion to `bool`. (#5872)
22+
* 19014a553 Ignore Clang warnings in bslmf (#5875)
23+
* e2314f761 Fix clang warning for bslmf_util (#5877)
24+
* 4048f4b7b Audit standard includes for libray features (#5869)
25+
* df644395e Formally deprecate bslstl reference wrapper (#5870)
26+
* 6d4c47c6d Macos patch for cpp23 library (#5868)
27+
* e1b1b3e7c Fix endless loop and test error. (#5862)
28+
* dee0edd40 Remove buffer overrun. (#5866)
29+
* 5eeddba6f Remove unused parameter warning. (#5863)
30+
31+
-- Mike Giroux <mgiroux@bloomberg.net> Tue, 23 Jun 2026 16:05:01 -0400
32+
33+
bsl-internal (4.38.0.0) git; urgency=low
34+
35+
* 3425f791e Changelog for version 4.38.0.0
336
* 341f2719f Bumped version to 4.38.0.0
437
* dae2e912f Assorted ball fixes. (#5860)
538
* b54df3f4b Fix allocator use in test driver. (#5850)
@@ -24,7 +57,7 @@ bsl-internal (4.38.0.0) unstable; urgency=low
2457
* f22a6080c Add missing `explicit` qualifiers (#5817)
2558
* f73e2651c Release fixes to ball_streamobserver and bslstl_stringstream (#5815)
2659

27-
-- Mike Giroux <mgiroux@bloomberg.net> Fri, 15 May 2026 21:49:31 -0400
60+
-- Mike Giroux <mgiroux@bloomberg.net> Fri, 15 May 2026 21:54:14 -0400
2861

2962
bsl-internal (4.37.0.0) git; urgency=low
3063

groups/bal/balscm/balscm_versiontag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BSLS_IDENT("$Id: $")
4949
#define BAL_VERSION_MAJOR 4
5050

5151
/// BAL release major version
52-
#define BAL_VERSION_MINOR 38
52+
#define BAL_VERSION_MINOR 39
5353

5454
/// Construct an integer (unique to the specified `BAL_VERSION_MAJOR` and
5555
/// `BAL_VERSION_MINOR` numbers) corresponding to the major and minor

groups/bbl/bblscm/bblscm_versiontag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ BSLS_IDENT("$Id: $")
4343
#define BBL_VERSION_MAJOR 4
4444

4545
/// Provide the minor version number of the current (latest) BBL release.
46-
#define BBL_VERSION_MINOR 38
46+
#define BBL_VERSION_MINOR 39
4747

4848
/// Construct an integer (unique to the specified `BBL_VERSION_MAJOR` and
4949
/// `BBL_VERSION_MINOR` numbers) corresponding to the major and minor

groups/bdl/bdlscm/bdlscm_versiontag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BSLS_IDENT("$Id: $")
5151
#define BDL_VERSION_MAJOR 4
5252

5353
/// Provide the minor version number of the current (latest) BDL release.
54-
#define BDL_VERSION_MINOR 38
54+
#define BDL_VERSION_MINOR 39
5555

5656
/// Construct an integer (unique to the specified `BDL_VERSION_MAJOR` and
5757
/// `BDL_VERSION_MINOR` numbers) corresponding to the major and minor

groups/bsl/bslscm/bslscm_versiontag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ BSLS_IDENT("$Id: $")
6363
#define BSL_VERSION_MAJOR 4
6464

6565
/// Provide the minor version number of the current (latest) BSL release.
66-
#define BSL_VERSION_MINOR 38
66+
#define BSL_VERSION_MINOR 39
6767

6868
/// Construct a composite version number from the specified `major` and
6969
/// `minor` version numbers. The result is unique for each combination of

groups/bsl/bslstl/doc/bslstl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
bslstl_iterator
131131
bslstl_monostate
132132
bslstl_ratio
133-
bslstl_referencewrapper
133+
bslstl_referencewrapper !DEPRECATED!
134134
bslstl_sharedptrallocateinplacerep
135135
bslstl_sharedptrallocateoutofplacerep
136136
bslstl_simplepool
@@ -407,7 +407,7 @@
407407
: 'bslstl_ratio':
408408
: Provide functionality of the corresponding C++ Standard header.
409409
:
410-
: 'bslstl_referencewrapper':
410+
: 'bslstl_referencewrapper': !DEPRECATED!
411411
: Provide copyable, assignable object wrapper for references.
412412
:
413413
: 'bslstl_set':

0 commit comments

Comments
 (0)