Skip to content

Commit e50e15d

Browse files
committed
prep for release
1 parent ff86f41 commit e50e15d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1337
-2232
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: lgr
33
Title: A Fully Featured Logging Framework
4-
Version: 0.3.2.9001
4+
Version: 0.3.3
55
Authors@R:
66
person(given = "Stefan",
77
family = "Fleck",

NEWS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# dev version
1+
# lgr 0.3.3
22

3-
* Improved performance of looking up the parent of a Logger, and therefore also
4-
of resolving inheritance of appenders or threshdolds.
3+
* Fixed a performance regression when looking up the parent of a Logger. This
4+
notably affected the performance of "do-nothing" logging (e.g. when a
5+
log message is discarded because it is below a loggers' threshold)
56

67

78
# lgr 0.3.2

cran-comments.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@
1010

1111
0 errors | 0 warnings | 0 notes
1212

13-
Adds appender that can write to syslog. This introduces an optional dependency
14-
on the linux-only rsyslog package, so checks fail on windows if suggests are
15-
forced. Running the tests/examples of this package will write a few lines to
16-
the syslog on linux systems, if this is an undesired side effect I can disable
17-
the tests.
13+
fixes a significant performance regression

docs/404.html

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)