This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository glfw3.
commit acf2cf0d3c6c1759fd36012b72e2274e25396696 Author: James Cowgill <[email protected]> Date: Fri Jun 3 01:57:40 2016 +0100 Add symbols added in 3.2 --- debian/libglfw3.symbols | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/libglfw3.symbols b/debian/libglfw3.symbols index d4b54ef..99183d4 100644 --- a/debian/libglfw3.symbols +++ b/debian/libglfw3.symbols @@ -2,29 +2,41 @@ libglfw.so.3 libglfw3 #MINVER# glfwCreateCursor@Base 3.1 glfwCreateStandardCursor@Base 3.1 glfwCreateWindow@Base 3.0 + glfwCreateWindowSurface@Base 3.2 glfwDefaultWindowHints@Base 3.0 glfwDestroyCursor@Base 3.1 glfwDestroyWindow@Base 3.0 glfwExtensionSupported@Base 3.0 + glfwFocusWindow@Base 3.2 glfwGetClipboardString@Base 3.0 glfwGetCurrentContext@Base 3.0 glfwGetCursorPos@Base 3.0 + glfwGetEGLContext@Base 3.2 + glfwGetEGLDisplay@Base 3.2 + glfwGetEGLSurface@Base 3.2 glfwGetFramebufferSize@Base 3.0 glfwGetGLXContext@Base 3.0 + glfwGetGLXWindow@Base 3.2 glfwGetGammaRamp@Base 3.0 glfwGetInputMode@Base 3.0 + glfwGetInstanceProcAddress@Base 3.2 glfwGetJoystickAxes@Base 3.0 glfwGetJoystickButtons@Base 3.0 glfwGetJoystickName@Base 3.0 glfwGetKey@Base 3.0 + glfwGetKeyName@Base 3.2 glfwGetMonitorName@Base 3.0 glfwGetMonitorPhysicalSize@Base 3.0 glfwGetMonitorPos@Base 3.0 glfwGetMonitors@Base 3.0 glfwGetMouseButton@Base 3.0 + glfwGetPhysicalDevicePresentationSupport@Base 3.2 glfwGetPrimaryMonitor@Base 3.0 glfwGetProcAddress@Base 3.0 + glfwGetRequiredInstanceExtensions@Base 3.2 glfwGetTime@Base 3.0 + glfwGetTimerFrequency@Base 3.2 + glfwGetTimerValue@Base 3.2 glfwGetVersion@Base 3.0 glfwGetVersionString@Base 3.0 glfwGetVideoMode@Base 3.0 @@ -44,6 +56,7 @@ libglfw.so.3 libglfw3 #MINVER# glfwInit@Base 3.0 glfwJoystickPresent@Base 3.0 glfwMakeContextCurrent@Base 3.0 + glfwMaximizeWindow@Base 3.2 glfwPollEvents@Base 3.0 glfwPostEmptyEvent@Base 3.1 glfwRestoreWindow@Base 3.0 @@ -60,26 +73,33 @@ libglfw.so.3 libglfw3 #MINVER# glfwSetGamma@Base 3.0 glfwSetGammaRamp@Base 3.0 glfwSetInputMode@Base 3.0 + glfwSetJoystickCallback@Base 3.2 glfwSetKeyCallback@Base 3.0 glfwSetMonitorCallback@Base 3.0 glfwSetMouseButtonCallback@Base 3.0 glfwSetScrollCallback@Base 3.0 glfwSetTime@Base 3.0 + glfwSetWindowAspectRatio@Base 3.2 glfwSetWindowCloseCallback@Base 3.0 glfwSetWindowFocusCallback@Base 3.0 + glfwSetWindowIcon@Base 3.2 glfwSetWindowIconifyCallback@Base 3.0 + glfwSetWindowMonitor@Base 3.2 glfwSetWindowPos@Base 3.0 glfwSetWindowPosCallback@Base 3.0 glfwSetWindowRefreshCallback@Base 3.0 glfwSetWindowShouldClose@Base 3.0 glfwSetWindowSize@Base 3.0 glfwSetWindowSizeCallback@Base 3.0 + glfwSetWindowSizeLimits@Base 3.2 glfwSetWindowTitle@Base 3.0 glfwSetWindowUserPointer@Base 3.0 glfwShowWindow@Base 3.0 glfwSwapBuffers@Base 3.0 glfwSwapInterval@Base 3.0 glfwTerminate@Base 3.0 + glfwVulkanSupported@Base 3.2 glfwWaitEvents@Base 3.0 + glfwWaitEventsTimeout@Base 3.2 glfwWindowHint@Base 3.0 glfwWindowShouldClose@Base 3.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

