diff --git a/LICENSE b/LICENSE index 9762166..3afd28e 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ MIT/X Consortium License © 2009 Markus Schnalke © 2009 Evan Gates © 2010-2012 Connor Lane Smith -© 2014-2019 Hiltjo Posthuma +© 2014-2020 Hiltjo Posthuma © 2015-2019 Quentin Rameau Permission is hereby granted, free of charge, to any person obtaining a diff --git a/config.mk b/config.mk index 0929b4a..05d5a3e 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 4.9 +VERSION = 5.0 # paths PREFIX = /usr/local diff --git a/dmenu b/dmenu old mode 100644 new mode 100755 index 10c2979..1899a7a Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index 20d6e00..f1402b9 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/dmenu_path b/dmenu_path old mode 100644 new mode 100755 diff --git a/dmenu_run b/dmenu_run old mode 100644 new mode 100755 diff --git a/drw.c b/drw.c index 8fd1ca4..4cdbcbe 100644 --- a/drw.c +++ b/drw.c @@ -95,6 +95,7 @@ drw_free(Drw *drw) { XFreePixmap(drw->dpy, drw->drawable); XFreeGC(drw->dpy, drw->gc); + drw_fontset_free(drw->fonts); free(drw); } diff --git a/drw.o b/drw.o index 6d88788..ab1387d 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest old mode 100644 new mode 100755 index 41c5cee..e48dcc4 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index 4f3bfdf..d52ac16 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index 111f0ad..34f1cff 100644 Binary files a/util.o and b/util.o differ