# # # patch "NEWS" # from [71057e70a09a20c4d356f18b3e19f197c3c46bcd] # to [2221f7cf81660b1970b020e74b5e0008ed824e86] # # patch "configure.ac" # from [28cc3999f3e5277dea5b79dfc04c1f8396c3af9d] # to [3832a6712787cd9edf194bf37c938081f1221acc] # ============================================================ --- NEWS 71057e70a09a20c4d356f18b3e19f197c3c46bcd +++ NEWS 2221f7cf81660b1970b020e74b5e0008ed824e86 @@ -1,12 +1,19 @@ +1.0.2: +- compile fix for recent lablgtk releases +- do not crash the application with a old/invalid style file + + 1.0.1: - fix a compilation problem on some systems - be more precise concerning the license (GPL 2+) + 1.0: -- do not access the monotone database directly: obtain all necessay +- do not access the monotone database directly: obtain all necessary information via the "mtn automate" mechanism - add an "About" dialog + 0.15: - adapt to newer monotone versions (new name of the program, new book-keeping directory format) ============================================================ --- configure.ac 28cc3999f3e5277dea5b79dfc04c1f8396c3af9d +++ configure.ac 3832a6712787cd9edf194bf37c938081f1221acc @@ -1,4 +1,4 @@ -AC_INIT(monotone-viz, 1.0.1) +AC_INIT(monotone-viz, 1.0.2) AC_PROG_OCAML AC_PROG_OCAML_TOOLS