]> git.lyx.org Git - lyx.git/blobdiff - boost/ChangeLog
Update of documentation in the source related to bug 4135 and the function callback...
[lyx.git] / boost / ChangeLog
index 89688b0a686fbe4b782c5836a20cb029056ad1e0..fdcb3879aad06a89c473288bcb51de98a6ebdf1c 100644 (file)
@@ -1,3 +1,31 @@
+2006-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * libs/regex/src/Makefile.am (libboost_regex_la_SOURCES): remove
+       non-existant file
+
+2006-03-05    <larsbj@gullik.net>
+
+       * boost/optional/optional_fwd.hpp: add missing file
+
+2006-03-05  Lars Gullik Bjøøonnes<larsbj@lyx.org>
+
+       * Upgrade to version 1.33.1 of boost.
+
+2006-02-21  Lars Gullik Bjønnes <larsbj@lyx.org>
+
+       * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile
+       problem
+
+2005-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * libs/filesystem/src/operations_posix_windows.cpp (exists):
+       add ERROR_ACCESS_DENIED to the list of "recognised" errors. It
+       appears that Win98SE returns such an error from GetFileAttributes
+       if asked to query a path on a drive that doesn't exist.
+
+       The "correct" fix is currently being discussed on the boost-devel
+       list, but this work around will do for us for now.
+
 2005-09-30  Angus Leeming  <leeming@lyx.org>
 
        * libs/filesystem/src/operations_posix_windows.cpp: add a block