# # # patch "Makefile" # from [e2382b7c2e004fd4b9c59eb1035f191ffdc5c1a3] # to [3c7e818e82daa5966730eae13537fd22412db171] # # patch "NEWS" # from [2221f7cf81660b1970b020e74b5e0008ed824e86] # to [023d918f57ef05a7c3ae5377fd5a29eee050434f] # ============================================================ --- Makefile e2382b7c2e004fd4b9c59eb1035f191ffdc5c1a3 +++ Makefile 3c7e818e82daa5966730eae13537fd22412db171 @@ -109,7 +109,7 @@ clean : clean : rm -f *.a *.so *.o *.cm* monotone-viz - rm -f dot_lexer.ml dot_parser.ml dot_parser.mli basic_io_lexer.ml + rm -f dot_lexer.ml dot_parser.ml dot_parser.mli basic_io_lexer.ml version.ml cd glib && rm -f *.o *.cm* install : ============================================================ --- NEWS 2221f7cf81660b1970b020e74b5e0008ed824e86 +++ NEWS 023d918f57ef05a7c3ae5377fd5a29eee050434f @@ -1,6 +1,6 @@ 1.0.2: 1.0.2: - compile fix for recent lablgtk releases -- do not crash the application with a old/invalid style file +- do not crash the application with an unreadable style file 1.0.1: