test-server-libev: disable Werror just on server-libev.c to workaround libev dirt
[platform/upstream/libwebsockets.git] / release-checklist
index af02bdd..69f04a8 100644 (file)
@@ -28,7 +28,7 @@ Release Checklist
      Force update by browser using agent "libwebsockets"
      http://localhost:8080/test_browser.html
      
-     scp -rp ./reports to libwebsockets.org
+     rsync -av ./reports/* root@warmcat.com:/var/www/libwebsockets.org
 
 1) api
 
@@ -42,6 +42,11 @@ Release Checklist
 
    set(SOVERSION "6")
 
+  libwebsockets.spec
+
+  -/%{_libdir}/libwebsockets.so.6
+  +/%{_libdir}/libwebsockets.so.7
+
 3) changelog
 
  a) Add next version tag header.
@@ -77,11 +82,16 @@ Release Checklist
 - Bump version to 1.6.4
 - MINOR fix xyz
 
-6) signed tag
+6) update api docs
+
+ $ cmake ..
+ $ cp doc/* ..
+
+7) signed tag
 
   git tag -s vX.Y[.Z]
 
-7) git
+8) git
 
  a) push