Skip to content

Commit

Permalink
Update version and CHANGELOG for 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmik committed Jul 22, 2020
1 parent 1b7bf82 commit 3e8ba1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# History of changes for LIBC Next

#### Version 0.1.5 (2020-07-22)

* Make realpath not fail on long paths with lots of '..' and '.' [#73].
* emxomf: Provide more verbose `Record too long` error message [#74].
* emxomf: Fix `Record too long` error for objects with really long names [#74].
* sys/socket.h: Use void * instead of caddr_t in msghdr [[bitwiseworks/qtwebengine-chromium-os2#3].
* Implement sysconf for _SC_PHYS_PAGES and _SC_AVPHYS_PAGES [#79].
* Make timeval::tv_sec have type time_t instead of long as per POSIX [#80].
* emxomfld: Add simple profiling in -t -t -t mode [#83].
* emxomfld: Backport kLIBC r3669 [#83].
* emxomf[ld]: Greatly increase hash table sizes to speed things up [#83].

#### Version 0.1.4 (2020-03-27)

* Add more errors to strerror/perror [#8].
Expand Down
4 changes: 2 additions & 2 deletions src/emx/version.smak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VH = 0
# Middle part of version number
VM = 1
# Low part of version number
VL = 4
VL = 5

# NOTE: Our versioning rules:
#
Expand Down Expand Up @@ -35,6 +35,6 @@ endif
CFLAGS.DEF.VERSION += '-DVERSION_DETAILS=" $(VERSION_DETAILS)"'

# Copyright
COPYRIGHT = Copyright (c) 2019 bww bitwise works GmbH
COPYRIGHT = Copyright (c) 2020 bww bitwise works GmbH
CFLAGS.DEF.VERSION += '-DVERSION_COPYRIGHT="$(COPYRIGHT)"'

0 comments on commit 3e8ba1a

Please sign in to comment.