From 08d02a8c3176ba0b04dd10bd97e06a7caffe5491 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 8 Jan 2019 13:04:23 +0000 Subject: Document mkdir_unique removal --- COPYING | 2 +- doc/upgrade.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/COPYING b/COPYING index 1629e84..f019bc7 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011-2018 Laurent Bercot +Copyright (c) 2011-2019 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/doc/upgrade.html b/doc/upgrade.html index 105ddba..924ebc4 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,9 @@
  • The avltreeb macros have been removed. Instead, the AVLTREEN_DECLARE_AND_INIT() macro has been added.
  • +
  • The mkdir_unique() function has been removed. +(It duplicated the functionality of the standard mkdtemp() +function.)
  • New functions: env_dump(), mk?temp(), autosurf(), autosurf_name()
-- cgit v1.2.3